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