You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2008/09/16 13:40:33 UTC

DO NOT REPLY [Bug 40088] nested invocation fails when dir is specified rather than antfile

https://issues.apache.org/bugzilla/show_bug.cgi?id=40088


Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #3 from Stefan Bodewig <bo...@apache.org>  2008-09-16 04:40:32 PST ---
if you set dir once, you override the basedir for any nested <ant> invocations
as well, no matter what you say there - this is documented in trunk now.

svn trunk contains a usenativebasedir attribute that allows people to break out
of it and in fact if I change b/build.xml to contain usenativebasedir="true"
then build_failure.xml works.

marking as a duplicate since it has the same underlying reason as bug 45711.

*** This bug has been marked as a duplicate of bug 45711 ***


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