given a CSV ant property,
<property name="module.list" value="mod1,mod2,mod3,mod4,mod5"/>
how can I just get the first element (ie "mod1" here)? I want to execute a command that will take in "mod1" as one of the arguments.
Moreover.. I cannot modify this original "module.list" property to a list or anything else.. although I can create another list,property,etc from this..
Any help is appreciated.. Thanks