ant-eclipse
Target produce

produce

Produces deployment packages.

Runs all phases of the production skipping the unnecessary ones if their results are already up-to-date, for every version of JVM.

Detail:
<target
	description="Produces deployment packages."
	name="produce"
>

	<antcall target="distclean"/>
	<--ant target="test" dir="." inheritall="false">
      <property name="jdk.version" value="1.2" />
    </ant-->

	<ant
		dir="."
		inheritall="false"
		target="package"
	>
		<property
			name="jdk.version"
			value="1.2"
		/>
	</ant>
	<--antcall target="clean" />
    <ant target="test" dir="." inheritall="false">
      <property name="jdk.version" value="1.3" />
    </ant>
    <ant target="package" dir="." inheritall="false">
      <property name="jdk.version" value="1.3" />
    </ant>
    <antcall target="clean" />
    <ant target="test" dir="." inheritall="false">
      <property name="jdk.version" value="1.4" />
    </ant>
    <ant target="package" dir="." inheritall="false">
      <property name="jdk.version" value="1.4" />
    </ant>
    <antcall target="clean" />
    <ant target="test" dir="." inheritall="false">
      <property name="jdk.version" value="1.5" />
    </ant>
    <ant target="package" dir="." inheritall="false">
      <property name="jdk.version" value="1.5" />
    </ant-->

	<antcall target="distribute"/>

	<antcall target="distclean"/>
</target>


Edouard Mercier 2003.10.01 21:48:07 - AntDoc V0.8g - XSL Transformer Factory: org.apache.xalan.processor.TransformerFactoryImpl