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

Re: Sorted Fileset

2007-09-13 Thread Steve Loughran
Knuplesch wrote: Hello, To create a correct classpath it is sometimes necessary to order the .jar-Files in the right sequence. A fileset does not give the guarantee about the sequence. no, it doesnt, What we have ist a directory with .jar-Files that should be included into the classpath.

RE: Sorted Fileset

2007-09-13 Thread Rebhan, Gilbert
Hi, -Original Message- From: Knuplesch, Jürgen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 10:52 AM To: user@ant.apache.org Subject: Sorted Fileset /* Hello, To create a correct classpath it is sometimes necessary to order the .jar-Files in the right sequence. A

AW: Sorted Fileset

2007-09-13 Thread Jan.Materne
Classpath is a path and not a fileset (it can contain filesets). With Ant 1.7 classpath is a kind of resource collection. RCs are sortable. With Ant 1.7 most tasks are RC-aware. Paths can contain RCs. So you should create your "sorted fileset" via RCs. http://ant.apache.org/manual

Sorted Fileset

2007-09-13 Thread Knuplesch , Jürgen
Hello, To create a correct classpath it is sometimes necessary to order the .jar-Files in the right sequence. A fileset does not give the guarantee about the sequence. What we have ist a directory with .jar-Files that should be included into the classpath. Then I build the classpath by doing a