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=39597>. 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=39597 Summary: Reference not seen in imported antfile Product: Ant Version: 1.6.5 Platform: All OS/Version: All Status: NEW Severity: major Priority: P1 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] Given three buildfiles a.xml, b.xml and c.xml (see attachemnts) a.xml calls b.xml with <ant antfile="b.xml" target="b"> <reference refid="somereference"/> </ant> In b.xml there is an <include file="c.xml"/> and in c.xml the reference 'somereference' is used outside any target e.g. <project ...> <pathconvert refid="somereference" .../> </project> The reference can not be seen in c.xml ?? -- 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]