|
My lazy header ... | |||||
antdoc.release
|
+--init
Builds old AntDoc releases (depending on Ant) from scratch.
This target first cleans the project temporary artifacts, compiles the source code and then makes a setup for distribution.<target depends="init" description="Builds old AntDoc releases (depending on Ant) from scratch." name="antdoc.release" > <antcall target="antdoc.release.ant"> <param name="ANT_VERSION" value="1.4.1" /> </antcall> <antcall target="antdoc.release.ant"> <param name="ANT_VERSION" value="1.5" /> </antcall> <antcall target="antdoc.website.generate"/> <antcall target="antdoc.website.upload"/> </target> |
|
... is just like my footer! | |||||
com.icl.saxon.TransformerFactoryImpl