Ant is a standard java build tool.
Ant command should be run in the capsis4
installation directory.
ant compile
ant clean compile
To speed up compilation, you can configure ant to compile only specific modules : see build.properties
ant compile-groovy
ant clean compile-groovy
)ant compile-all
ant compile -Dinclude1=stretch/** -Dpartialbuild=true
ant run
or to compile and run in one command
ant compile run
ant test
or
ant runtest -Dtest="mytest/fullpath"
ant javadoc
ant installer -Dincludesrc="true" -Dmodules=mymodule/**,myothermodule/**
ant resolve
ant createmodule -Dname=modulename -Dprefix=Prefix -Dauthor=Author -Dinstitute=Institute
Capsis ant script can be configured to compile specific modules. This will *decrease considerably the compilation time*.
build.properties
in the root directory (the same as build.xml)include1=ventoug/** include2=pp3/** include3=mountain/** include4=