You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Mikko Kurki-Suonio <ma...@davisor.com> on 2001/08/07 07:14:35 UTC

Ordering classpath

Is there any way to force loading order of JARs in a classpath if they're
from a fileset?

Ant seems to load them in inode -order regardless of how the fileset
includes file reads.

//Mikko