Build path unix : Path Dir « Ant « Java






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

1.Specify basedir
2.File separator
3.Path separator
4.Get current location
5.Path convert
6.Ant path
7.Define path with file set
8.Ant task: make dir
9.Convert path format from one os to another
10.Path with pathelement