5a91ae0da4
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352096 13f79535-47bb-0310-9956-ffa450edef68
33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
<!-- =================================================================== -->
|
|
<!-- Interactive scratchpad builds -->
|
|
<!-- =================================================================== -->
|
|
<target name="scratchpad" depends="init" description="Interactive Scratchpad Build">
|
|
<echo message="--------------------------------------------------------------"/>
|
|
<echo message=" "/>
|
|
<echo message=" ${fullname} ${version} SCRATCHPAD "/>
|
|
<echo message=" "/>
|
|
<echo message="--------------------------------------------------------------"/>
|
|
<echo message="Building with ${ant.version}"/>
|
|
<echo message="using build file ${ant.file}"/>
|
|
<echo message="--------------------------------------------------------------"/>
|
|
<echo message=" "/>
|
|
<echo message=" These are SCRATCHPAD BUILDS. They are not guaranteed to work."/>
|
|
<echo message=" You have been warned. "/>
|
|
<echo message=" "/>
|
|
<echo message=" --------------"/>
|
|
<echo message=" --------------"/>
|
|
<echo message=" --------------"/>
|
|
<echo message=" --------------"/>
|
|
<echo message=" --------------"/>
|
|
<echo message=" --------------"/>
|
|
<echo message=" "/>
|
|
<taskdef name="user-input" classname="UserInput"
|
|
classpath="./tools/anttasks"/>
|
|
|
|
<property name="input.selection" value=""/>
|
|
<user-input name="input.selection">Please select a target </user-input>
|
|
|
|
<ant antfile="src/scratchpad/${input.selection}/build.xml"/>
|
|
|
|
</target>
|