Excellent. Thank you very much for all your help.
Janet
[EMAIL PROTECTED] wrote: Compilable code is committed
http://svn.apache.org/repos/asf/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java
Jan
--
__
Do You Yahoo!?
T
[EMAIL PROTECTED] wrote:
> BTW: sources are directly viewable on
Ah, much better. As you can tell I'm still learning my way around svn ;)
> duplicating seems to be the "easiest" way...
Okay, good. That sounds like what I did.
> What is the usecase for having an alternative delimiter?
I need t
://www.koders.com/java/fidF328BC3C0E7BEBEA6F1F541ED15778F8920CAA14.aspx
Janet
J MacKay <[EMAIL PROTECTED]> wrote:I decided to go with subclassing XmlProperty
...
--
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection
Nice. I didn't realize there were so many options. I decided to go with
subclassing XmlProperty because I need to replace the delimiter before, rather
than after, the property values are set.
Thanks for all the good suggestions.
Janet
[EMAIL PROTECTED] wrote: Oh you also could subclass XmlPr
I just started using ant and have a question about XMLProperty.
x1
x2
Using the sample above, XMLProperty will transform"x" into a comma separated
list of values:
root-tag.x=x1,x2
Is there any way to specify the delimiter used (like a "|") ? ie return this
instead
root-tag