aboutsummaryrefslogtreecommitdiffstats
path: root/tools/targets/contrib.xtarget
blob: d7e0ff46b16865a0a861e6e10c92612285eeb5a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
  <!-- =================================================================== -->
  <!-- Interactive scratchpad builds                                       -->
  <!-- =================================================================== -->
  <target name="contrib" depends="init" description="Interactive Contributors' Build">
    <echo message="--------------------------------------------------------------"/>
    <echo message=" "/>    
    <echo message="          ${fullname} ${version} CONTRIB"/>
    <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 CONTRIB BUILDS. They are not guaranteed to work."/>
    <echo message=" You have been warned. "/>
    <echo message=" "/>
    <echo message=" poibrowser - POIBrowser 0.05 GUI POI Viewer"/>
    <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="poibrowser"/>
    <user-input name="input.selection">Please select a target </user-input>

    <ant antfile="src/contrib/builds/${input.selection}.xml"/>

  </target>