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