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
TED]>
Reply-To: "Ant Developers List" <[EMAIL PROTECTED]>
To: IndianAtTech <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: Question Title: ANT -->> Directory access problem
Date: Fri, 17 Dec 2004 09:28:53 +
MIME-Version: 1.0
Received: from
Try basedir=".."
-Original Message-
From: IndianAtTech [mailto:[EMAIL PROTECTED]
Sent: Friday, December 17, 2004 12:48 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Question Title: ANT -->> Directory access problem
Hi All,
I know the following is valid syntax and also works fin