Re: AW: AW: AW: XmlProperty - can I specify the property value delimiter?

2007-10-24 Thread J MacKay
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

Re: AW: AW: XmlProperty - can I specify the property value delimiter?

2007-10-24 Thread J MacKay
[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

Re: AW: XmlProperty - can I specify the property value delimiter?

2007-10-23 Thread J MacKay
://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

Re: AW: XmlProperty - can I specify the property value delimiter?

2007-10-23 Thread J MacKay
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

XmlProperty - can I specify the property value delimiter?

2007-10-22 Thread J MacKay
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