-
Task
-
Resolution: Done
-
Major
-
None
-
None
Switch from ant to ant+ivy for dependency management. Advantages:
- All JARs are removed from lib
- ivy.xml defines the dependencies
- Before compilation or unit testing, if lib doesn't exist or is empty:
- Download ivy into lib
- Use ivy to download all dependent libs into lib
- No need to ship buil.sh, build.bat anymore