AW: ant setup

2008-01-13 Thread Jan.Materne
Additionally Vista "hides" the "Program Files" directory. It can be that it is available under names. E.g. in Germany the Explorer shows "Programme" while the cmd.exe shows "Program Files" - very obscure ... Personally I have installed my different Ant versions into c:\ant\ and my JDKs into c:\

Re: String Manipulation

2008-01-13 Thread DJ Kingsolver
Thanks for your help David. I was already including the antcontib tasks (needed them for a foreach loop), but just not fully aware of what was in there. The propertyregex task worked perfectly for me, when reading up on it I learned about a few other tasks that I know will come in handy soon. Than