tools/java/build.xml
branchdevelopment
changeset 2669 c03790d973b6
parent 2522 88de19714cfb
child 2714 fafb688b3073
child 2731 13f5be2bf83b
equal deleted inserted replaced
2668:053ddb0f1e59 2669:c03790d973b6
     1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
     1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
     2 <!-- WARNING: Eclipse auto-generated file.
     2 <!-- WARNING: Eclipse auto-generated file.
     3               Any modifications will be overwritten.
     3               Any modifications will be overwritten.
     4               To include a user specific buildfile here, simply create one in the same
     4               To include a user specific buildfile here, simply create one in the same
     5               directory with the processing instruction <?eclipse.ant.import?>
     5               directory with the processing instruction <?eclipse.ant.import?>
     6               as the first entry and export the buildfile again. -->
     6               as the first entry and export the buildfile again. --><project basedir="." default="build" name="stx.libjava.tools">
     7 <project basedir="." default="build" name="stx.libjava.tools">
       
     8     <property environment="env"/>
     7     <property environment="env"/>
     9     <property name="stx.libjava.benchmarks.location" value="../../benchmarks/java"/>
       
    10     <property name="stx.libjava.examples.location" value="../../examples/java"/>
     8     <property name="stx.libjava.examples.location" value="../../examples/java"/>
    11     <property name="stx.libjava.examples.tomcat 6.x.location" value="../../examples/tomcat6/apache-tomcat-6.0.35-src"/>
     9     <property name="stx.libjava.examples.tomcat 6.x.location" value="../../examples/tomcat6/apache-tomcat-6.0.35-src"/>
    12     <property name="stx.libjava.experiments.location" value="../../experiments/java"/>
    10     <property name="stx.libjava.experiments.location" value="../../experiments/java"/>
    13     <property name="ECLIPSE_HOME" value="../../../../../../../../../../../../../opt/eclipse-4.2"/>
    11     <property name="ECLIPSE_HOME" value="../../../../../../../../../../../../../opt/eclipse-4.2"/>
    14     <property name="stx.libjava.location" value="../../java"/>
    12     <property name="stx.libjava.location" value="../../java"/>
    16     <property name="debuglevel" value="source,lines,vars"/>
    14     <property name="debuglevel" value="source,lines,vars"/>
    17     <property name="target" value="1.6"/>
    15     <property name="target" value="1.6"/>
    18     <property name="source" value="1.6"/>
    16     <property name="source" value="1.6"/>
    19     <import file="build.ivy.xml"/>
    17     <import file="build.ivy.xml"/>
    20     <path id="stx.libjava.classpath">
    18     <path id="stx.libjava.classpath">
    21         <pathelement location="${stx.libjava.location}/libjava-support/bin"/>
    19         <pathelement location="${stx.libjava.location}/bin"/>
    22         <pathelement location="${stx.libjava.location}/libs-src/groovy-all-1.8.2-sources.jar"/>
    20         <pathelement location="${stx.libjava.location}/libs-src/groovy-all-1.8.2-sources.jar"/>
    23         <pathelement location="${stx.libjava.location}/libs-src/junit-4.8.2-sources.jar"/>
    21         <pathelement location="${stx.libjava.location}/libs-src/junit-4.8.2-sources.jar"/>
    24         <pathelement location="${stx.libjava.location}/libs/groovy-all-1.8.2.jar"/>
    22         <pathelement location="${stx.libjava.location}/libs/groovy-all-1.8.2.jar"/>
    25         <pathelement location="${stx.libjava.location}/libs/junit4-4.8.2.jar"/>
    23         <pathelement location="${stx.libjava.location}/libs/junit4-4.8.2.jar"/>
    26     </path>
    24     </path>
    93             <src path="src"/>
    91             <src path="src"/>
    94             <classpath refid="stx.libjava.tools.classpath"/>
    92             <classpath refid="stx.libjava.tools.classpath"/>
    95         </javac>
    93         </javac>
    96     </target>
    94     </target>
    97     <target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects">
    95     <target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects">
    98         <ant antfile="build.xml" dir="${stx.libjava.benchmarks.location}" inheritAll="false" target="clean"/>
       
    99         <ant antfile="build.xml" dir="${stx.libjava.benchmarks.location}" inheritAll="false" target="build">
       
   100             <propertyset>
       
   101                 <propertyref name="build.compiler"/>
       
   102             </propertyset>
       
   103         </ant>
       
   104         <ant antfile="build.xml" dir="${stx.libjava.examples.location}" inheritAll="false" target="clean"/>
    96         <ant antfile="build.xml" dir="${stx.libjava.examples.location}" inheritAll="false" target="clean"/>
   105         <ant antfile="build.xml" dir="${stx.libjava.examples.location}" inheritAll="false" target="build">
    97         <ant antfile="build.xml" dir="${stx.libjava.examples.location}" inheritAll="false" target="build">
   106             <propertyset>
    98             <propertyset>
   107                 <propertyref name="build.compiler"/>
    99                 <propertyref name="build.compiler"/>
   108             </propertyset>
   100             </propertyset>