Re: Comma seperated values for property

2010-03-29 Thread Jan
Thank you all acutally this worked, i think i just confused myself and got lost Thanks again everyone On Mon, Mar 29, 2010 at 1:49 PM, Jan wrote: > Actually my LNAME anf FNAME it self being used as property copy, ie. those > comes from other property file which is available at runttime, based o

Re: Comma seperated values for property

2010-03-29 Thread Jan
Actually my LNAME anf FNAME it self being used as property copy, ie. those comes from other property file which is available at runttime, based on arguments passed On Mon, Mar 29, 2010 at 1:18 PM, Michael Shea wrote: > Unless I am very much misinterpreting your question, I think this will > suff

Re: Comma seperated values for property

2010-03-29 Thread Michael Shea
Unless I am very much misinterpreting your question, I think this will suffice: Mike Shead. Hi All, Is there a way to assign a comma seperated values for a property? for example, lets say i have different value from another property file like LNAME and FNAME Now i want to use ant-contri

Re: Comma seperated values for property

2010-03-29 Thread Scot P. Floess
Can't you just do this: or an I missing something? On Mon, 29 Mar 2010, Jan wrote: Hi All, Is there a way to assign a comma seperated values for a property? for example, lets say i have different value from another property file like LNAME and FNAME Now i want to use ant-contrib or some

Comma seperated values for property

2010-03-29 Thread Jan
Hi All, Is there a way to assign a comma seperated values for a property? for example, lets say i have different value from another property file like LNAME and FNAME Now i want to use ant-contrib or something like that to copy the property value LANME,FNAME into NAME Property so finally when i