>I am trying to create two projects in ant. >Story is I first tried to use symlink but cygwin claims unable >to find the directory from: ><ant dir="d"> where d is a symlink. > >So I created one build.xml file and two other files, holding >one project each. build.xml imports the two files. > >In build-thirdparty.xml, I specify >basedir="${env.THIRDPARTY_DIR}" and <ant >dir="${env.THIRDPARTY_DIR}"/> build directory I started from >is in different tree from ${env.THIRDPARTY_DIR} > >How can I tell the two sub-projects to use their own tree ? > >I am using: >Apache Ant version 1.5.2-23 compiled on November 12 2003
Update to latest Ant 1.6.5 and use <subant> and <import>. See also the last example in the manual of subant http://ant.apache.org/manual/CoreTasks/subant.html Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]