add printinfo target
authorJiri Rechtacek <jrechtacek@netbeans.org>
Fri, 12 Aug 2011 20:43:07 +0200
changeset 10f86230e62d30
parent 9 723ee887994d
child 11 3802fd33af24
add printinfo target
build.xml
     1.1 --- a/build.xml	Fri Aug 12 20:22:20 2011 +0200
     1.2 +++ b/build.xml	Fri Aug 12 20:43:07 2011 +0200
     1.3 @@ -56,6 +56,12 @@
     1.4          <ant antfile="build-suite.xml" target="build" inheritAll="false"/>
     1.5      </target>
     1.6      
     1.7 +    <target name="printinfo">
     1.8 +      <property environment="env" />
     1.9 +      <echo message="${env.BUILD_TAG}"/>
    1.10 +      <echo message="${env.JAVA_HOME}"/>
    1.11 +    </target>
    1.12 +    
    1.13      <target name="netbeans" depends="update-binaries,build-suite"/>
    1.14      <target name="build" depends="netbeans"/>
    1.15