Mega Code Archive

 
Categories / Java Tutorial / Ant
 

Construct path under unix in ant script

<?xml version="1.0"?> <project name="Apache Ant Properties Project" basedir=".">      <target name="build.path.unix">     <echo message="File: ${basedir}/build.xml"/>     <echo message="Path: ${basedir}/build.xml;${basedir}/build.properties"/>   </target>  </project>