]> source.dussan.org Git - poi.git/commitdiff
test environment via ant - not via the shell - hope that makes sense ...
authorAndreas Beeker <kiwiwings@apache.org>
Sat, 8 Jul 2017 23:44:35 +0000 (23:44 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sat, 8 Jul 2017 23:44:35 +0000 (23:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801341 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 54da30a1b598e8714727a40db61f36ff1c941349..f6931afa50d59d01b8001e8b1551341367ccd46f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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>