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