Re: Manifest classpath entry

2008-01-23 Thread Wayne Fay
e in the bea-weblogic folder. Resolving the classpath > >> jars > >> appears to rely on all of the jars living in the standard weblogic folder > >> structure. > >> > >> This must be a common problem. How do I get around this ? > >> -- &g

Re: Manifest classpath entry

2008-01-23 Thread robcon
g in the standard weblogic folder >> structure. >> >> This must be a common problem. How do I get around this ? >> -- >> View this message in context: >> http://www.nabble.com/Manifest-classpath-entry-tp15039656s177p15039656.html >> Sent from the Maven -

Re: Manifest classpath entry

2008-01-23 Thread Wayne Fay
> View this message in context: > http://www.nabble.com/Manifest-classpath-entry-tp15039656s177p15039656.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > - > To unsubscribe, e

Manifest classpath entry

2008-01-23 Thread robcon
in context: http://www.nabble.com/Manifest-classpath-entry-tp15039656s177p15039656.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: manifest classpath

2007-08-16 Thread robert . egan
The former, and thanks for the link. I'll bring the issue there (if it hasn't been raised already). Robert Egan "Wayne Fay" <[EMAIL PROTECTED]> 16-Aug-2007 11:27 AM Please respond to "Maven Users List" To "Maven Users List" cc Subject Re:

Re: manifest classpath

2007-08-16 Thread Wayne Fay
Are you asking about a Maven2 pom configuration entry, or the actual Class-Path line in your MANIFEST.MF file generated by Maven? If you're asking about Maven, please file a RFE in JIRA and someone will take a look at your issue. I'd suggest filing under MJAR: http://jira.codehaus.org/browse/MJAR

manifest classpath

2007-08-16 Thread robert . egan
I've looked through the examples for this and it seems simple enough. However, I'd really like to have my classpath as a series of path elements for the sake of legibility and future maintnance, i.e. path1 path2 path3 instead of path1 path2 path3 It may no

Problems with manifest classpath

2007-07-23 Thread Larry Suto
Hi, I am having a problem where a dependent jar(the jar is called nlsorm and is in the ipeservice jar) is being added to the manifest classpath of one ejb(the mdb in this case) and not the other...the ejb in this case: I am a bit puzzled as I have the ejb plugin configured the same way in both

Re: WARs: Including a dependency in WEB-INF/lib but not in the manifest classpath

2007-07-23 Thread Ian Springer
What manifest classpath are you referring to? The war plugin does not add a classpath to the manifest - it only adds dependencies to WEB-INF/lib. It's the jar plugin that will add classpaths to manifests. Then the ear plugin will copy any jars in the manifest classpaths of each of its mo

WARs: Including a dependency in WEB-INF/lib but not in the manifest classpath

2007-07-23 Thread Ryan Nelson
e says: "Note that no way is shown to include a dependency in WEB-INF/lib but not the manifest classpath." I don't know when this example was last updated, but does anyone know if this has been changed? Or if there is an easy way around it, short of modifying the plugin code

WARs: Including a dependency in WEB-INF/lib but not in the manifest classpath

2007-07-18 Thread Ryan Nelson
fest guide says: "Note that no way is shown to include a dependency in WEB-INF/lib but not the manifest classpath." I don't know when this example was last updated, but does anyone know if this has been changed? Or if there is an easy way around it, short of modifying the plugin code

WARs: Including a dependency in WEB-INF/lib but not in the manifest classpath

2007-07-18 Thread Ryan Nelson
e says: "Note that no way is shown to include a dependency in WEB-INF/lib but not the manifest classpath." I don't know when this example was last updated, but does anyone know if this has been changed? Or if there is an easy way around it, short of modifying the plugin code

Add Maven ear properties file to war manifest classpath

2007-07-12 Thread Timothy Reilly
I am trying to add an additional classpath element to the manifest created by the war plugin. Is it possible to do this? I see how to add a manifest entry and I see how to specify the war classpath should be generated, but how to get this: Manifest-Version: 1.0 Class-Path: customerEjb_cli

Re: Dynamic jar manifest classpath based on groupId, artifactId and version in repository

2007-04-24 Thread Geoffrey De Smet
Jerome Lacoste schreef: On 4/23/07, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: I also have a dependency on spring-core: /repo/org/springframework/spring-core/2.0.2/spring-core-2.0.2.jar So I need a different classpathPrefix depending on the dependency. what is your use case ? I am not su

Re: Dynamic jar manifest classpath based on groupId, artifactId and version in repository

2007-04-23 Thread Jerome Lacoste
On 4/23/07, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: I also have a dependency on spring-core: /repo/org/springframework/spring-core/2.0.2/spring-core-2.0.2.jar So I need a different classpathPrefix depending on the dependency. what is your use case ? I am not sure that the repository-like

Re: Dynamic jar manifest classpath based on groupId, artifactId and version in repository

2007-04-23 Thread Geoffrey De Smet
I also have a dependency on spring-core: /repo/org/springframework/spring-core/2.0.2/spring-core-2.0.2.jar So I need a different classpathPrefix depending on the dependency. With kind regards, Geoffrey De Smet Ian Springer schreef: Hi, Add: ../../../../org/ggg/ggg-core/1.0/ as a child elem

Re: Dynamic jar manifest classpath based on groupId, artifactId and version in repository

2007-04-23 Thread Ian Springer
Hi, Add: ../../../../org/ggg/ggg-core/1.0/ as a child element of the element. Ian Geoffrey De Smet wrote: Hi all, With the assembly plugin I can put all my module jars in repository like structure: /repo/org/ggg/ggg-core/1.0/ggg-core-1.0.jar /repo/org/ggg/ggg-ftp-app/1.0/ggg-ftp-app-1.0

Dynamic jar manifest classpath based on groupId, artifactId and version in repository

2007-04-23 Thread Geoffrey De Smet
Hi all, With the assembly plugin I can put all my module jars in repository like structure: /repo/org/ggg/ggg-core/1.0/ggg-core-1.0.jar /repo/org/ggg/ggg-ftp-app/1.0/ggg-ftp-app-1.0.jar depends on ggg-core /repo/org/ggg/ggg-http-app/1.0/ggg-http-app-1.0.jar depends on ggg-core I've configured

Re: How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread Marcel Schutte
ED]> Sent: Thursday, April 12, 2007 6:50:09 PM Subject: Re: How to generate manifest ClassPath entries for a web project? Johan Eltes wrote: > I'd like have all dependent jars of all modules of my enterprise > application bundled in the ear - not in WEB-INF/lib directories of my &

Re: How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread Manos Batsis
Johan Eltes wrote: I'd like have all dependent jars of all modules of my enterprise application bundled in the ear - not in WEB-INF/lib directories of my war files. Is this possible with maven 2? I would also like maven to generate the required ClassPath entries in the war manifest file. I've

Re: How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread franz see
Good day, If you have a war project and you want some of its dependencies not to be included in your WEB-INF/lib, add ... ... ... provided Cheers, Franz Johan Eltes-3 wrote: > > Thanks. > Now that Maven is generating my manifest ClassPath entr

Re: How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread Johan Eltes
Thanks. Now that Maven is generating my manifest ClassPath entry for all my dependencies - how do I avoid having the dependent jars copied into the WEB-INF/lib directory of my war? Johan Eltes Callista Enterprise AB Mobil: +46 (0)708-22 41 86 [EMAIL PROTECTED] http

Re: How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread Jerome Lacoste
On 4/12/07, Johan Eltes <[EMAIL PROTECTED]> wrote: I'd like have all dependent jars of all modules of my enterprise application bundled in the ear - not in WEB-INF/lib directories of my war files. Is this possible with maven 2? I would also like maven to generate the required ClassPath entries i

How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread Johan Eltes
I'd like have all dependent jars of all modules of my enterprise application bundled in the ear - not in WEB-INF/lib directories of my war files. Is this possible with maven 2? I would also like maven to generate the required ClassPath entries in the war manifest file. I've found out how to

Re: Add Directory to Jar Manifest Classpath

2006-10-27 Thread pjungwir
ources/classes >>> from other jars and not from the file system. I found this documented >>> somewhere under java.sun.com. >>> >>> >>> So I had to stop using executable jars :-( >>> >>> best regards >>> Bernd >>> >>> -

Re: Add Directory to Jar Manifest Classpath

2006-10-26 Thread berndq
Hi, Are you sure that documentation wasn't talking about applets? I've run executable jars with Class-Path manifest entries referencing the filesystem many times. I looked it up again: http://java.sun.com/j2se/1.3/docs/tooldocs/win32/java.html goto -jar option, there it says "When you use thi

Re: Add Directory to Jar Manifest Classpath

2006-10-26 Thread pjungwir
d > somewhere under java.sun.com. > > > So I had to stop using executable jars :-( > > best regards > Bernd > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View

Re: Add Directory to Jar Manifest Classpath

2006-10-26 Thread berndq
SingleShot wrote: I am building an executable JAR that depends on a handful of other JARs and a few config files being on the classpath. I want the config files to be editable by the end user, so did not add them as internal JAR resources. I've configured the maven-jar-plugin to generate a manife

Re: Add Directory to Jar Manifest Classpath

2006-10-26 Thread pjungwir
re you have checked the version of the correct plugin? Yuo can > check the version with command "mvn -Dplugin=jar help:describe". > > > -- View this message in context: http://www.nabble.com/Add-Directory-to-

Re: Add Directory to Jar Manifest Classpath

2006-10-26 Thread Syvalta
scribe". -- View this message in context: http://www.nabble.com/Add-Directory-to-Jar-Manifest-Classpath-tf2504507.html#a7016118 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMA

Re: Add Directory to Jar Manifest Classpath

2006-10-26 Thread pjungwir
case. . . . >> > > There isn't snapshot of 2.2 yet, so I didn't test with that, so I can't > confirm. However, as I understand it, "fix for" means that is should be > fixed before that release, not that it's fixed. > -- View this message

Re: Add Directory to Jar Manifest Classpath

2006-10-26 Thread Syvalta
the bug is still open in > that case. . . . > There isn't snapshot of 2.2 yet, so I didn't test with that, so I can't confirm. However, as I understand it, "fix for" means that is should be fixed before that release, not that it's fixed. -- View this message

Re: Malformed manifest classpath entry

2006-10-25 Thread Alexander Sack
Wayne, that seems like a different error. You shouldn't have Class-Path entries in the EAR's manifest (including Java EE 1.4) These entries belong in the modules within the ear, i.e. the EJB JAR's, etc. Though Max is technically right, its still ugly!!! :D! Alex On 10/25/06, Wayne Fay <[EMAIL

Re: Malformed manifest classpath entry

2006-10-25 Thread Wayne Fay
Glassfish's application verifier (SJAS 9.1) actually complains about any Class-Path entry in your EAR MANIFEST... Apparently the most recent J2EE spec disallows this, haven't looked into it much myself, we're finally targeting JEE5 for our next release so I'm sure I'll learn a lot of new things.

Re: Malformed manifest classpath entry

2006-10-25 Thread Max Cooper
I agree that it is ugly, but the Jar Specification requires the wrapping, see "Line length" in this section: http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Notes%20on%20Manifest%20and%20Signature%20Files The plugin is doing the right thing. -Max pjungwir wrote: Yeah, I wish maven would

Re: Malformed manifest classpath entry

2006-10-25 Thread Alexander Sack
aps a flag to exclude transitive dependencies would be a good idea. You could override it on a per-dependency basis. Paul -- View this message in context: http://www.nabble.com/Malformed-manifest-classpath-entry-tf2497595.html#a7002290 Sent from the Maven - Users mailing list

Re: Malformed manifest classpath entry

2006-10-25 Thread pjungwir
this message in context: http://www.nabble.com/Malformed-manifest-classpath-entry-tf2497595.html#a7002290 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: Malformed manifest classpath entry

2006-10-25 Thread Alexander Sack
> Thanks! > > -aps > > -- > "What lies behind us and what lies in front of us is of little concern to > what lies within us." -Ralph Waldo Emerson > > -- View this message in context: http://www.nabble.com/Malformed-manifest-classpath-entry-tf2497595.html#a7001669 S

Re: Add Directory to Jar Manifest Classpath

2006-10-25 Thread pjungwir
iew this message in context: http://www.nabble.com/Add-Directory-to-Jar-Manifest-Classpath-tf2504507.html#a7001786 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Malformed manifest classpath entry

2006-10-25 Thread pjungwir
he wrong doc). > > Thanks! > > -aps > > -- > "What lies behind us and what lies in front of us is of little concern to > what lies within us." -Ralph Waldo Emerson > > -- View this message in context:

Re: Add Directory to Jar Manifest Classpath

2006-10-25 Thread Syvalta
't work. -- View this message in context: http://www.nabble.com/Add-Directory-to-Jar-Manifest-Classpath-tf2504507.html#a6987252 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAI

Add Directory to Jar Manifest Classpath

2006-10-24 Thread SingleShot
ssage in context: http://www.nabble.com/Add-Directory-to-Jar-Manifest-Classpath-tf2504507.html#a6982645 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Malformed manifest classpath entry

2006-10-23 Thread Alexander Sack
Hi Everybody, I did check the email archives on this one and I'm not sure what's what... If I specify a manifest entry such as: lib/some1.jar lib/some2.jar lib/some3.jar lib/some4.jar lib/some5.jar --> The actual manifest entry is royally screwed up in terms of formatting. I'm port

Re: EJB Manifest Classpath

2006-07-09 Thread David Jencks
On Jul 8, 2006, at 11:40 PM, Markus Wolf wrote: Hi, I've wondering if there is something similar like in Maven 1.x and the WAR-Plugins to have dependencies added to the JARs Classpath entry. For the WAR-plugin this is somewhat documented, but there are no docs for the EJB-plugin. Any idea h

EJB Manifest Classpath

2006-07-08 Thread Markus Wolf
Hi, I've wondering if there is something similar like in Maven 1.x and the WAR-Plugins to have dependencies added to the JARs Classpath entry. For the WAR-plugin this is somewhat documented, but there are no docs for the EJB-plugin. Any idea how this could work? Thanks Markus Wolf -- > > emedia

Maven 2 enterprise application package WAR and WEB-INF/lib and manifest classpath

2006-06-13 Thread Andrew-A . Davies
Title: Maven 2 enterprise application package WAR and WEB-INF/lib and manifest classpath Problem description : In Maven 2, controlling dependencies within pom.xml files to control packaging within ear file plus controlling entries in the Manifest.mf file within the war file and the

M2 enterpise packaging wars, ears, manifest classpath and WEB-INF/lib

2006-06-13 Thread Andrew-A . Davies
Title: M2 enterpise packaging wars, ears, manifest classpath and WEB-INF/lib Problem description : In Maven 2, controlling dependencies within pom.xml files to control packaging within ear file plus controlling entries in the Manifest.mf file within the war file and the contents of WEB

RE: Manifest CLASSPATH line wraps?

2005-05-09 Thread Peter Bright
That's what it's meant to do to long lines. It's in the jar spec, somewhere. JBoss understands wrapped lines just fine. > -Original Message- > From: Mike Cantrell [mailto:[EMAIL PROTECTED] > Sent: 09 May 2005 15:34 > To: users@maven.apache.org > Subject:

Manifest CLASSPATH line wraps?

2005-05-09 Thread Mike Cantrell
Hello, I'm testing out maven (1.0.2) for the first time. I think I have everything working except my Manifest.mf Classpath. It's wrapping/truncating the entries. Example: Class-Path: commons-beanutils-1.7.0.jar commons-collections-2.1.1.jar commons-dbcp-1.2.1.jar commons-digester-1

Re: Generate manifest classpath entry?

2005-04-11 Thread Eric Giguere
Yes it is Take a look at the jar plugin properties: http://maven.apache.org/reference/plugins/jar/properties.html In short, you must set the property: maven.jar.manifest.classpath.add=true And in your project.xml, in each dependency, add the following property: true

Generate manifest classpath entry?

2005-04-11 Thread Wim Deblauwe
Hi, is it possible to generate a Class-Path entry in the generated manifest file that includes all dependend jars? See http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Main%20Attributes for more info regards, Wim - To unsu

[war-plugin] Include dependency as manifest-classpath

2003-09-19 Thread Anders Engström
Hi. Just getting started with Maven, and I must say I like it! Kudos to the developers! To the question: One nice feature for the war plugin would be to make it possible to specify that a dependency should be included in the manifest classpath of the war. Is is this something that is considered

Re: Question: How to create a manifest classpath

2003-08-01 Thread Brent Hale
plugin hosted on http://maven- plugins.sourceforge.net/ ... the most recent version for Maven B10 is actually found within the CVS since I had no time to upload a new release of it. Cheers, Siegfried Goeschl On 31 Jul 2003 at 22:26, Michal Maczka wrote: take a look what uberjar pl

RE: Question: How to create a manifest classpath

2003-08-01 Thread Siegfried Göschl
for Maven B10 is actually found within the CVS since I had no time to upload a new release of it. Cheers, Siegfried Goeschl On 31 Jul 2003 at 22:26, Michal Maczka wrote: > take a look what uberjar plugin does. > > Michal > > > -Original Message- > > From: Eri

RE: Question: How to create a manifest classpath

2003-07-31 Thread Michal Maczka
take a look what uberjar plugin does. Michal > -Original Message- > From: Erik Husby [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 10:21 PM > To: Maven Users List > Subject: Re: Question: How to create a manifest classpath > > > Quoting Siegfried

Re: Question: How to create a manifest classpath

2003-07-31 Thread Erik Husby
Quoting Siegfried Göschl <[EMAIL PROTECTED]>: > Hi Erik, > > I'm not quite sure if I'm qualified to answer your question since > this is the first time that I heard of a manifest classpath ... :-) > ... but I asked Google. > > And Google knows a few

Re: Question: How to create a manifest classpath

2003-07-31 Thread Siegfried Göschl
Hi Erik, I'm not quite sure if I'm qualified to answer your question since this is the first time that I heard of a manifest classpath ... :-) ... but I asked Google. And Google knows a few things about it - you might find the relevant code it the maven.ejb-plugin ... Hope

Question: How to create a manifest classpath

2003-07-31 Thread Erik Husby
I am trying to convert from Ant to Maven. One of the things that my Ant script did was to create a manifest classpath that referred to all the jars in my /lib directory. I was able to create a jar:jar pregoal that does that as well. But what I'd like to do would be to create the classpath