Hi, It seems that the Excalibur Extension module has some problem reading manifest files where values are surrounded by "". A current example comes with the latest realease of the Commons Digester package with the following manifest file : Manifest-Version: 1.0
Created-By: Apache Ant 1.5.1 Extension-Name: org.apache.commons.digester Specification-Title: "Jakarta Commons Digester" Specification-Vendor: "Apache Software Foundation" Specification-Version: "1.5" Implementation-Title: "org.apache.commons.digester" Implementation-Vendor: "Apache Software Foundation" Implementation-Version: "1.5" This raises an exception like the following : java.lang.IllegalArgumentException Message: Bad specification version format '"1.5"' in 'org.apache.commons.digester'. (Reason: java.lang.NumberFormatException: "1) I've modified the jar file, removing these "" characters, and it's now working fine. Laurent ************************************************************************ Ce message a ete inspecte par un anti-virus Nous vous rappelons que la taille des messages ne doit pas depasser 1.5 Mo ************************************************************************
