Re: Executing a sorted fileset of .sql files in sql task

2008-05-19 Thread Carlos Alonso
Thank you very much Andrew. It works fine! Andrew Goktepe escribió: Carlos, That message is coming from the element, which apparently does not support a nested . The Ant documentation matches the error message you are seeing and says that only supports single element resource collections ( h

Re: Executing a sorted fileset of .sql files in sql task

2008-05-17 Thread Andrew Goktepe
Carlos, That message is coming from the element, which apparently does not support a nested . The Ant documentation matches the error message you are seeing and says that only supports single element resource collections ( http://ant.apache.org/manual/CoreTasks/sql.html). Try removing so that

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" />