Author: kiwiwings
Date: Sat Jul  8 23:44:35 2017
New Revision: 1801341

URL: http://svn.apache.org/viewvc?rev=1801341&view=rev
Log:
test environment via ant - not via the shell - hope that makes sense ...

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1801341&r1=1801340&r2=1801341&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Jul  8 23:44:35 2017
@@ -2809,4 +2809,8 @@ under the License.
     </section>
 ]]></echo>
     </target>
+
+    <target name="test-env" description="tests if ant is available on the 
jenkins slave">
+      <echo>Using Ant: ${ant.version} from ${ant.home}</echo>    
+    </target>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to