My lazy header ...

AntDoc
Target antdoc.build.hot

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.


Detail:
<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!

Edouard Mercier 2003.12.08 20:31:08 - AntDoc V0.8h - XSL Transformer Factory: com.icl.saxon.TransformerFactoryImpl