Properties

Property: build.dir Value: build

Property: build-p.dir Value: build/processed

Property: dist.dir Value: dist

Property: report.dir Value: report

Property: src.dir Value: src

Ant Build Targets
NameDepends
clean ( delete: [${build.dir}] delete: [${dist.dir}] )
clean-all ( delete: [${report.dir}] delete: [] ) clean
compile ( mkdir: [${build.dir}] javac ) init
dist ( mkdir: [${dist.dir}/lib] jar ) compile
dist-jcov ( jar ) instrument
init ( tstamp )
instrument ( mkdir: [${build-p.dir}] instrument [**/*.class] ) dist
report ( mkdir: [${report.dir}] report )