test environment via ant - not via the shell - hope that makes sense ...

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801341 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2017-07-08 23:44:35 +00:00
parent edae42cb91
commit e3c7ef471a
1 changed files with 4 additions and 0 deletions

View File

@ -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>