Tag: builds

  • Pimping Builds

    From the Pimp My Build session by the Atlassian guys. Use Ant imports. The imported stuff can check for preconditions and fail cleanly using the <fail unless=”…”> tag. Use macros. Don’t build stuff you don’t need using the <uptodate> task. Use <outofdate> from ant-contrib, which is even better. You can use audio snippets to tell […]