Re: [Nant-users] How to split a comma separated string into property values

2005-05-05 Thread Gary Feldman
Shelly Midha wrote: I've defined a property as follows in a property file: There can be other options that I want to include in the list. I want to use the added options in the filelist as mention in the following task, wherein I'm mentioning each possible option explicitly.

[Nant-users] How to split a comma separated string into property values

2005-05-05 Thread Shelly Midha
  I've defined a property as follows in a property file:     There can be other options that I want to include in the list.   I want to use the added options in the filelist as mention in the following task, wherein I'm mentioning each possible option explicitly.     Is the