I have experienced a very similar problem and tracked it down. I dont
believe it is a result of any particular jar on the ibiblio site but rather
the recent addition of extension information to the jar manifest that the
latest jar plugin uses. See mail thread entitled 'Jar manifest extension
list' for details.

Now whilst I am sure this is an excellent thing for applet packaging, Tomcat
at least seems to have a real problem with it (JBoss does not). I could of
course raise this on the Tomcat list (and may) but the JDK doco from Sun
seems to regard these extension attributes as just for applets so I believe
maven should omit them in other cases.

One simple approach I have implemented quickly is to add a property together
with a test in the plugin which allows the developer to choose to omit the
extension info.

A better approach I feel would involve maven determining whether the
extension info is required or not automatically. Can this somehow be
specified though the id / groupId / dependency type mechanism or would it
require an applet plugin analogous to the war / ejb plugins?

Tim


----- Original Message -----
From: "Jabe Bloom" <[EMAIL PROTECTED]>
To: "'Maven Users List'" <[EMAIL PROTECTED]>
Sent: Sunday, April 20, 2003 9:16 PM
Subject:
http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-SN
APSHOT.jar -> Tomcat error -> Catalina.start: LifecycleException: start: :
java.lang.IllegalArgumentException: junit,xml-apis,xerces-Extension-Name



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The
http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-SN
APSHOT.jar

Currently throws

Catalina.start: LifecycleException:  start: :
java.lang.IllegalArgumentException: junit,xml-apis,xerces-Extension-Name

on tomcat startup.

Just FYI incase anyone else is having a similar problem.

See the Tomcat stalls on Maven .jars thread

- --jabe


-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0

iQA/AwUBPqMAJHbQyyB4YIwbEQJvqQCfX+vrZSe8pkqz6BbPfVgYS3Xf5HoAnRiR
u83n7/CCItoK6mGOnonI3nUO
=mybL
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to