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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2006-05-08 15:26 ------- (In reply to comment #9) > 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"/> Yes, this is potentially confusing but that's how it works. The 'dir' attr is not set so it is inherited. > 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"/> That is what you have to do in order to make <ant> behave the way you maybe expected it to. -- 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]