|
My lazy header ... | |||||
antdoc.build.hot
|
+--antdoc.jar
|
+--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
Hot-deploys in situ the latest version of generated AntDoc artifacts.
Use this target under development for hot deployment of the latest version of AntDoc.The artifacts will not be signed with this target.
<target depends="antdoc.compile, antdoc.jar" description="Hot-deploys in situ the latest version of generated AntDoc artifacts." name="antdoc.build.hot" > <copy file="${DISTRIBUTION_FULL_DIRECTORY_PATH}/${ANTDOC_JAR_FILE_NAME}" toDir="${ant.home}/lib" /> <echo level="info">Hot deployment successfull!</echo> </target> |
|
... is just like my footer! | |||||
com.icl.saxon.TransformerFactoryImpl