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/CoreTypes/resources.html#collection http://ant.apache.org/manual/CoreTypes/resources.html#sort http://ant.apache.org/manual/using.html#path "In addition, one or more Resource Collections can be specified as nested elements (these must consist of file-type resources only)." Also have a look at Ivy for building you classpath. http://incubator.apache.org/ivy/ Jan >-----Ursprüngliche Nachricht----- >Von: Knuplesch, Jürgen [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 13. September 2007 10:52 >An: user@ant.apache.org >Betreff: Sorted Fileset > >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 loop using ANTCONTRIB. > >Is it possible to adjust the sequence of a fileset? > >Greetings > >Jürgen > >-- >Jürgen Knuplesch www.icongmbh.de >icon Systemhaus GmbH Tel. +49 711 806098-275 >Sophienstraße 40 >D-70178 Stuttgart Fax. +49 711 806098-299 > >Geschäftsführer: Uwe Seltmann >HRB Stuttgart 17655 >USt-IdNr.: DE 811944121 > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]