|
My lazy header ... | |||||
antdoc.build
|
+--antdoc.cab.sign
|
+--init
|
+--antdoc.cab
|
+--init
|
+--antdoc.jar
|
+--init
|
+--antdoc.antdoc.jar.sign
|
+--init
|
+--antdoc.compile
|
+--antdoc.compile.pre
|
+--antdoc.compile.properties
|
+--init
|
+--antdoc.compile.ideaplugin
|
+--antdoc.classpath
|
+--init
|
+--antdoc.compile.gui
|
+--antdoc.classpath
|
+--init
|
+--antdoc.compile.core
|
+--antdoc.classpath
|
+--init
|
+--antdoc.compile.task
|
+--antdoc.classpath
|
+--init
|
+--antdoc.compile.applet
|
+--antdoc.classpath
|
+--init
Generates AntDoc full distribution and deploys it in situ
The are several things to perform before release a new version. Some concern AntDoc, some other concern AntDocGUI.<target depends="antdoc.compile, antdoc.jar, antdoc.antdoc.jar.sign, antdoc.cab, antdoc.cab.sign" description="Generates AntDoc full distribution and deploys it in situ" name="antdoc.build" > <copy file="${DISTRIBUTION_FULL_DIRECTORY_PATH}/${ANTDOC_JAR_FILE_NAME}" toDir="${ant.home}/lib" /> <copy file="${DISTRIBUTION_APPLET_DIRECTORY_PATH}/${ANTDOC_CAB_FILE_NAME}" toDir="${ant.home}/lib" /> </target> |
|
... is just like my footer! | |||||
com.icl.saxon.TransformerFactoryImpl