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=32041>. 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=32041 want to remember a value set within a task next time the task is called ------- Additional Comments From [EMAIL PROTECTED] 2004-11-03 22:04 ------- It looks like when using <macrodef> I lose the ability to inherit "depends" Targets, since <macrodef> is only defining Tasks, not Targets? I want my project's Target to have its own list of dependancies in it which are checked before my project's Target is run, and then to have the <rdeploy> Target I'm executing via <antcall> have ITS own set of dependancies, which are project independant, checked before it runs. I suppose I could simply add the dependancy Targets, in the proper order, to the list in <sequential> to happen before my actual desired action takes place to simulate it, but that's mixing my modes - I would have to convert every dependancy to a <macrodef>'d Task in this case? Out of curiosity, why not use <antcall>? Is it being phased out? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]