RE: Bug 3304

2003-10-03 Thread Dominique Devienne
Funny you should say that. That was the default behavior of my submission, and Steve L. changed that when it moved to Ant ;-) --DD > -Original Message- > From: Knut Wannheden [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 24, 2003 3:11 AM > To: [EMAIL PROTECTED] > S

Re: Bug 3304

2003-09-28 Thread Sean Rohead
You are correct. I apologize for not having read the original enhancement more carefully. I have submitted a new enhancement (http://issues.apache.org/bugzilla/show_bug.cgi?id=23450) that solves the problem I have described. Sean Rohead << On Fri, 26 Sep 2003 02:36 am, Sean

Re: Bug 3304

2003-09-25 Thread Conor MacNeill
On Fri, 26 Sep 2003 02:36 am, Sean Rohead wrote: > Thanks for the replies. > > > But I'm still confused about the reluctance to embrace the original > proposal. The original proposal does not solve your problem. It adds a property which changes to the target name currently being executed. If yo

Re: Bug 3304

2003-09-25 Thread Sean Rohead
Thanks for the replies. Unfortunately, the suggested workarounds aren't really ideal either. I don't want the task to use the current (containing) target, I want the ant task to use the target that was provided on the command line - otherwise I still have to put tasks in every top-level tar

Re: Bug 3304

2003-09-24 Thread Knut Wannheden
Maybe the task could be modified to use the current target (the target in which the task is contained) as the default, instead of the called project's default target. That's how my own works and I think it is a reasonable default. -- knut "Sean Rohead" <[EMAIL PROTECTED]> wrote in message new

RE: Bug 3304

2003-09-24 Thread Jan . Materne
Workaround: target.name=${target.name}