DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30569>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30569





------- Additional Comments From [EMAIL PROTECTED]  2006-05-08 15:13 -------
I have a similar issue in 1.6.5 with regular <ant> calls nested 3 deep.  

With the folowing call, the basedir of the called build.xml remains set to the
calling build.xml:

<ant antfile="../dep2/build.xml" target="compile" inheritrefs="false"
inheritall="false"/>

The weird thing is that this does not occur when the nesting is only 2 deep?  I
am not using <subant> to see this bug.  I am working around this by setting the
"dir" attribute on the call:

<ant antfile="../dep2/build.xml" dir="../dep2" target="compile"
inheritrefs="false" inheritall="false"/>

Hope this is of interest?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to