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=16424>. 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=16424 Can a property go into a container called Properties? [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2003-01-26 10:00 ------- This is pretty simple to do with Ant 1.6alpha see the following attachement First run the tools.xml build file - this created the <properties> task The main build file then taskdefs the task at the top level and executes it at the top level. This can be combined into one build file if you put everything at the top level but that's a bit messy so I have separated these. Alternatively, for pre 1.6, you can put the properties into a target and organize your dependencies such that that target is the root of the dependency graph (ie always executed first) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>