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 <[email protected]> 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 on > arguments passed > > > On Mon, Mar 29, 2010 at 1:18 PM, Michael Shea <[email protected]> wrote: > >> Unless I am very much misinterpreting your question, I think this will >> suffice: >> >> >> <property name="NAME" value="${LNAME},${FNAME}"/> >> >> >> 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-contrib or something like that to copy the property >>> value LANME,FNAME into NAME Property so finally when i get the value of >>> proeprty NAME=LNAME,FNAME >>> >>> is this possible? Any idea from anyone much appreciated >>> >>> >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
