Decrare a property array

2008-05-16 Thread Raja Nagendra Kumar
property task would allow decraration of single name and value. However I would like to have a property which is like java hash map or String[][] double array. Is there a direct way to have such properties..(not looking to use groovey or some other script) Also, what is the way to have macro's de

Re: Replace string in file

2008-05-16 Thread Raja Nagendra Kumar
Use replace task Regards, Nagendra -- View this message in context: http://www.nabble.com/Replace-string-in-file-tp17187373p17281195.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsu

Executing a sorted fileset of .sql files in sql task

2008-05-16 Thread Carlos Alonso
Hi everyone. I'm looking for an automated way to execute a set of .sql files inside a sql task and I do need them to be executed in order. The ant task I've tried is the following includes="*.sql" />