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=43716>. 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=43716 ------- Additional Comments From [EMAIL PROTECTED] 2007-10-29 03:55 ------- I think we will probably mark as a WONTFIX; changes to reference resolution and/or import are the root cause. the key thing is that you shouldnt have any forward references in a build file at all. Ant lets you get away with it in the same file, but tells you off in ant 1.7, because there is no guarantee the execution path will actually configure the reference before it is needed. You can modify the build file to work by having the zipfileset definition being in some initialisation target, that is set up to depend on a target in the imported build file. -- 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]