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