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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12217

[PATCH][embed proposal] add ant.file.projectname property for every <import>ed 
file





------- Additional Comments From [EMAIL PROTECTED]  2002-12-03 14:29 -------
Can this patch be applied?
Ok, the files have changed I think, but the patch is really trivial and adds
lots of flexibility; in Centipede (a real-life example that uses embed) we
cannot basically do without anymore, since each imported antfile needs to know
where the files are relative to its location.

             if( context.ignoreProjectTag ) {
+                project.setUserProperty("ant.file."+context.currentProjectName,
context.buildFile.toString());   
                 // no further processing
                 return;
             }

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

Reply via email to