Re: AW: How to build an Ant path from a comma-seperated list?

2008-11-19 Thread snoofkin
Thanks for this idea! The problem is that the input list is of unknown size, and I could not find a regexp that will convert all items in this list correctly (I bet this can be done). So I came up with the following solution using , and :

How to build an Ant path from a comma-seperated list?

2008-11-18 Thread snoofkin
Hi, I would like to describe Java module dependencies as a comma-separated list, and have Ant recursively clean/compile them. This is possible using the following setup: But I would like to move to a simple list, so