new target - buildclean (== distclean build)
useful for my ide so i dont have to run two targets sequentially (and 'dist' goes one step further to include javadoc, which i dont need)
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
</target>
|
||||
<target name="dist" depends="distclean, build, javadoc" />
|
||||
<target name="build" depends="builddep, jar" />
|
||||
<target name="buildclean" depends="distclean, builddep, jar" />
|
||||
<target name="builddep">
|
||||
<!-- build *everything* here, but only once -->
|
||||
<ant dir="core/java/" target="jar" />
|
||||
|
Reference in New Issue
Block a user