can you display the error you see when Application Server encounters Version-specific jars jaxp-api-VERSION.jar jax-qname-VERSION.jar activation-VERSION.jar servlet-VERSION.jar does your filesystem accept alpha, dash and numeric characters in jar filename? gruss Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > To: [email protected] > Subject: Maven *.ear build for SAP Web AS > From: [email protected] > Date: Fri, 10 Sep 2010 08:57:24 +0200 > > Hi, > > actually we´re trying to get our *.ear built by Maven to be deployable und > executable on SAP Web Application Server. > > We run into problems, caused by a classpath in (for example) > > <groupId>javax.xml.soap</group> > <artifactId>saaj-api</artifactId> > <version>1.3</version> > > This jar has a MANIFEST.MF containing > > Class-Path: jaxp-api.jar jax-qname.jar activation.jar servlet.jar > > The application server is complaining about this classpath because Maven > puts the *.jars with their version names into it, > that means jaxp-api-1.4.jar (for example) > > => Is there a way to come around this? Do I have to customize all my > module filenames? > > Torsten >
