RE: How to include jars and add them into the MANIFEST.MF/Class-Path attribute?

2003-12-14 Thread J. Matthew Pryor
one webapps I dont think this is relevant (but I could be wrong) Matthew > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, December 15, 2003 2:17 PM > To: Maven Users List > Subject: RE: How to include jars and add them into the > MA

RE: How to include jars and add them into the MANIFEST.MF/Class-Path attribute?

2003-12-14 Thread enghoe
; <[EMAIL PROTECTED]> Subject: RE: How to include jars and add them into the MANIFEST.MF/Class-Path attribute?

RE: How to include jars and add them into the MANIFEST.MF/Class-Path attribute?

2003-12-14 Thread J. Matthew Pryor
> Now I can see how for a small project, it is convenievnt to use WEBAPP\lib > for webapps, but if I have a lot of webapps that use the same > library, i get > one copy of it in the ear for each webapp Sorry I meant to say WEB-INF/lib

RE: How to include jars and add them into the MANIFEST.MF/Class-Path attribute?

2003-12-14 Thread J. Matthew Pryor
> From: Rademacher Tobias [mailto:[EMAIL PROTECTED] > Sent: Friday, November 21, 2003 10:04 PM > To: 'Maven Users List' > Subject: AW: How to include jars and add them into the > MANIFEST.MF/Class-Path attribute? > > > For WAR you only only have to provide lib directory

Re: How to include jars and add them into the MANIFEST.MF/Class-Path attribute?

2003-11-21 Thread khote
Subject: RE: How to include jars and add them into the MANIFEST.MF/Class-Path attribute? Problem with the ear.bundle is, that the jar is installed as java module (which is reserved for e.g. ejb client jars). I can manually copy the jar via the copy-deps task, but that doesn't solve t

RE: How to include jars and add them into the MANIFEST.MF/Class-Path attribute?

2003-11-21 Thread egglersim
ifest.classpath property). Cheers, simon -Original Message- From: R a n e s [mailto:[EMAIL PROTECTED] Sent: Freitag, 21. November 2003 10:51 To: Maven Users List Subject: Re: How to include jars and add them into the MANIFEST.MF/Class-Path attribute? Hi, You can set the "ear.bundle&quo

Re: How to include jars and add them into the MANIFEST.MF/Class-Path attribute?

2003-11-21 Thread R a n e s
Hi, You can set the "ear.bundle" to true. common jar true Regards, Ranes. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 21, 2003 2:57 PM Subject: How to include jars and add them into the

How to include jars and add them into the MANIFEST.MF/Class-Path attribute?

2003-11-21 Thread egglersim
When building an ear, i'd like to include the dependent jar files in the lib dir of the ear and add them to the Class-Path of the including applications. Is there any easy way to do so? Cheers, simon - To unsubscribe, e-mail: [