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