> -----Original Message-----
> From: Mikko Kurki-Suonio [mailto:[EMAIL PROTECTED]]

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

No. it is dependent on the order returned by the underlying file system I
believe.

Use path element if you want to order them.

<path id="myclasspath">
  <pathelement location="./dir/myjar1.jar"/>
  <pathelement location="./dir/myjar2.jar"/>
</path>


-- 
 Stephane Bailliez 
 Software Engineer, Paris - France 
 iMediation - http://www.imediation.com 
 Disclaimer: All the opinions expressed above are mine and not those from my
company. 


Reply via email to