----- Original Message ----- From: "Dominique Devienne" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 12:28 PM Subject: RE: SecurityException: sealing violation
> Sealing violations happen when classes for a 'sealed' package are loaded > from more than one source. So indeed it's likely you have different versions > of the same JARs. One seals a package (or an entire JAR) by specifying the > sealed attribute in the JAR's manifest. Try running Ant with the java.exe > flag -verbose:class to see which classes are loaded from where to > troubleshooting your problem, and also peak into your various JAR > manifests... --DD it'll be your XML parsers, inevitably. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
