Build path unix : Path Dir « Ant « Java
- Java
- Ant
- Path Dir
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>
AntBasicTags.zip( 2 k)Related examples in the same category