My lazy header ...

AntDoc
Target antdoc.idea.plugin.deploy

antdoc.idea.plugin.deploy
  |
  +--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

Deploys the IDEA plugin for AntDocGUI.


Detail:
<target
	depends="antdoc.compile, antdoc.jar"
	description="Deploys the IDEA plugin for AntDocGUI."
	name="antdoc.idea.plugin.deploy"
>

	<unjar
		dest="${TEMPORARY_IDEA_DIST_DIRECTORY_PATH}"
		src="${SAXON_JAR}"
	/>
	<--unjar
                        			src="${JDOM_JAR}"
                        			dest="${TEMPORARY_IDEA_DIST_DIRECTORY_PATH}"
                        		/-->

	<unjar
		dest="${TEMPORARY_IDEA_DIST_DIRECTORY_PATH}"
		src="${DISTRIBUTION_FULL_DIRECTORY_PATH}/${ANTDOC_JAR_FILE_NAME}"
	/>

	<property
		location="${DISTRIBUTION_IDEA_DIRECTORY_PATH}/AntDocIDEA.jar"
		name="ANTDOC_IDEAPLUGIN_JAR"
	/>

	<mkdir dir="${DISTRIBUTION_IDEA_DIRECTORY_PATH}"/>

	<delete file="${ANTDOC_IDEAPLUGIN_JAR}"/>

	<jar jarfile="${ANTDOC_IDEAPLUGIN_JAR}">
		<fileset dir="${TEMPORARY_IDEA_DIST_DIRECTORY_PATH}">
			<include name="**/*"/>
		</fileset>
	</jar>

	<copy
		file="${ANTDOC_IDEAPLUGIN_JAR}"
		toDir="${IDEA_HOME_PATH}/plugins"
	/>
</target>

... is just like my footer!

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