Re: Java 1.5.0_10 won't allow SAR in classpath

2007-02-25 Thread Guy Rouillier
t conversation on the Sun Java mailing lists. Thanks. Regards, Antoine On Feb 25, 2007, at 12:01 PM, Guy Rouillier wrote: One of our build.xml files includes a SAR (JBoss server archive) in the classpath, along with a bunch of other JARs. Up until Java JDK 1.5.0_04 at least, this was

Java 1.5.0_10 won't allow SAR in classpath

2007-02-25 Thread Guy Rouillier
newest available JDK 1.5.0_11, and still I'm getting the same result. I'm perplexed how the JDK version can affect the classpath that Ant defines. Unless Ant is using some JDK helper class to build up the classpath one JAR at a time, and that helper class is rejecting the SAR? What optio