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
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
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
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