Re: Question Title: ANT -->> Directory access problem

2004-12-17 Thread Phil Weighill-Smith
Don't specify basedir in the sub-project build.xml and invoke it via from a build.xml in the c:\MyProject directory (with basedir "."): the sub-project will inherit the main project's basedir (i.e. c:\MyProject). Alternatively, access your source directory via ../src (which seems a bit duff, but w

Question Title: ANT -->> Directory access problem

2004-12-17 Thread IndianAtTech
Hi All, I know the following is valid syntax and also works fine in my case. simple example build file But i have different scenario. Say I have a project called in MyProect in root direectory and it contains sub directory called MyTest, something like c:/MyProject/MyTest