Re: When do I need to explicitly convert the ${...}'s

2005-02-16 Thread Peter Reilly
Ninju Bohra wrote: I am not saying this bad, I was just surprised that it was already done for me...what the value of the Project.replaceProperties(...) method then? The project.replaceProperties() is used by RuntimeConfigurable to replace the properties in a task's attributes just before the

Re: When do I need to explicitly convert the ${...}'s

2005-02-16 Thread Yves Martin
Ninju Bohra <[EMAIL PROTECTED]> writes: > I was writing my own task and need recieve a date format from the user. > Wanting to make the task as flexible as possible, I want to be able to > support values that contain ${...} text (that needs to be expanded) as > well as verbatim text. > > The que

Re: When do I need to explicitly convert the ${...}'s

2005-02-15 Thread Jeffrey E Care
This is orthogonal, but can already accept a fomatter. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis Ninju Bohra <[EMAIL PROTECTED]> wrote on 02/15/2005 12:45:14 PM: > Hey Guys

When do I need to explicitly convert the ${...}'s

2005-02-15 Thread Ninju Bohra
Hey Guys (and gals), I was writing my own task and need recieve a date format from the user. Wanting to make the task as flexible as possible, I want to be able to support values that contain ${...} text (that needs to be expanded) as well as verbatim text. The question is that it appears tha