RE: EJB JAR Manifest

2006-11-10 Thread Sebastien Brunot

On my side, I did not observe substantial timing differences adding classpath 
entries (automatically regarding the dependencies or manualy providing my own 
manifest.mf file) to the EJB jar. Perhaps you could send the output of mvn -X 
package to the list as an attached file ?

Sebastien

-Original Message-
From: Dmystery [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 10, 2006 6:13 AM
To: users@maven.apache.org
Subject: RE: EJB JAR Manifest


Sebastein, 

Is it taking too long to add the classpath entry in the manifest? Since i made 
the ejb plugin to add the classpath entry, it is taking almost 1 min more to 
complete the ejb goal. 

Is it working normally for you? 

Thanks

Sebastien Brunot wrote:
 
 Thanks for your help Jörg.
 
 Sebastien
 
 -Original Message-
 From: Jörg Schaible [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 09, 2006 2:20 PM
 To: Maven Users List
 Subject: RE: EJB JAR Manifest
 
 Sebastien Brunot wrote on Thursday, November 09, 2006 1:59 PM:
 
 Hi all,
 
 how can one specify a Class-Path: entry in the manifest of an EJB jar 
 ?
 
 You have to configure it:
 
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-ejb-plugin/artifactId
   configuration
   generateClienttrue/generateClient
   archive
   manifest
   addClasspathtrue/addClasspath
   /manifest
   /archive
   /configuration
 /plugin
 
 - Jörg
 
 -
 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]
 
 
 

--
View this message in context: 
http://www.nabble.com/EJB-JAR-Manifest-tf2601563s177.html#a7271531
Sent from the Maven - Users mailing list archive at Nabble.com.


-
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]



RE: EJB JAR Manifest

2006-11-10 Thread Dmystery

There is nothing new on mvn -X console when the big pause happens. Its just
the normal debug statements like 

[DEBUG] adding some-file ...

  Big Pause here -- The last file to be added is are the pom.xml file

[DEBUG] preparing weblogic:appc


Sebastien Brunot wrote:
 
 
 On my side, I did not observe substantial timing differences adding
 classpath entries (automatically regarding the dependencies or manualy
 providing my own manifest.mf file) to the EJB jar. Perhaps you could send
 the output of mvn -X package to the list as an attached file ?
 
 Sebastien
 
 -Original Message-
 From: Dmystery [mailto:[EMAIL PROTECTED] 
 Sent: Friday, November 10, 2006 6:13 AM
 To: users@maven.apache.org
 Subject: RE: EJB JAR Manifest
 
 
 Sebastein, 
 
 Is it taking too long to add the classpath entry in the manifest? Since i
 made the ejb plugin to add the classpath entry, it is taking almost 1 min
 more to complete the ejb goal. 
 
 Is it working normally for you? 
 
 Thanks
 
 Sebastien Brunot wrote:
 
 Thanks for your help Jörg.
 
 Sebastien
 
 -Original Message-
 From: Jörg Schaible [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 09, 2006 2:20 PM
 To: Maven Users List
 Subject: RE: EJB JAR Manifest
 
 Sebastien Brunot wrote on Thursday, November 09, 2006 1:59 PM:
 
 Hi all,
 
 how can one specify a Class-Path: entry in the manifest of an EJB jar 
 ?
 
 You have to configure it:
 
 plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-ejb-plugin/artifactId
  configuration
  generateClienttrue/generateClient
  archive
  manifest
  addClasspathtrue/addClasspath
  /manifest
  /archive
  /configuration
 /plugin
 
 - Jörg
 
 -
 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]
 
 
 
 
 --
 View this message in context:
 http://www.nabble.com/EJB-JAR-Manifest-tf2601563s177.html#a7271531
 Sent from the Maven - Users mailing list archive at Nabble.com.
 
 
 -
 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]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/EJB-JAR-Manifest-tf2601563s177.html#a7274113
Sent from the Maven - Users mailing list archive at Nabble.com.


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



RE: EJB JAR Manifest

2006-11-09 Thread Sebastien Brunot

Maybe I'm facing a bug similar to
http://jira.codehaus.org/browse/PLX-158 ..., but with the EJB plugin ?

Sebastien 

-Original Message-
From: Sebastien Brunot [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 09, 2006 1:59 PM
To: Maven Users List
Subject: EJB JAR Manifest

Hi all,
 
how can one specify a Class-Path: entry in the manifest of an EJB jar ?
 
Thanks for your help,
 
Sebastien

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



RE: EJB JAR Manifest

2006-11-09 Thread Jörg Schaible
Sebastien Brunot wrote on Thursday, November 09, 2006 1:59 PM:

 Hi all,
 
 how can one specify a Class-Path: entry in the manifest of an EJB jar
 ? 

You have to configure it:

plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-ejb-plugin/artifactId
configuration
generateClienttrue/generateClient
archive
manifest
addClasspathtrue/addClasspath
/manifest
/archive
/configuration
/plugin

- Jörg

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



RE: EJB JAR Manifest

2006-11-09 Thread Sebastien Brunot
Thanks for your help Jörg.

Sebastien 

-Original Message-
From: Jörg Schaible [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 09, 2006 2:20 PM
To: Maven Users List
Subject: RE: EJB JAR Manifest

Sebastien Brunot wrote on Thursday, November 09, 2006 1:59 PM:

 Hi all,
 
 how can one specify a Class-Path: entry in the manifest of an EJB jar 
 ?

You have to configure it:

plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-ejb-plugin/artifactId
configuration
generateClienttrue/generateClient
archive
manifest
addClasspathtrue/addClasspath
/manifest
/archive
/configuration
/plugin

- Jörg

-
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]



RE: EJB JAR Manifest

2006-11-09 Thread Sebastien Brunot
I also tried with:

configuration
generateClienttrue/generateClient
archive
manifest
manifestFilepath/to/my/file/manifestFile
/manifest
/archive
/configuration  

But it break the build with message:

Cause: Cannot find setter nor field in 
org.apache.maven.archiver.ManifestConfiguration for 'manifestFile'

Any idea of how to provides one's own custom MANIFEST.MF file ?

Sebastien

-Original Message-
From: Jörg Schaible [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 09, 2006 2:20 PM
To: Maven Users List
Subject: RE: EJB JAR Manifest

Sebastien Brunot wrote on Thursday, November 09, 2006 1:59 PM:

 Hi all,
 
 how can one specify a Class-Path: entry in the manifest of an EJB jar 
 ?

You have to configure it:

plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-ejb-plugin/artifactId
configuration
generateClienttrue/generateClient
archive
manifest
addClasspathtrue/addClasspath
/manifest
/archive
/configuration
/plugin

- Jörg

-
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]



RE: EJB JAR Manifest

2006-11-09 Thread Sebastien Brunot
Ok, I've found the error (there should be no enclosing manifest tags around 
manifestFile). Sorry for the annoyance...

Sebastien 

-Original Message-
From: Sebastien Brunot [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 09, 2006 3:00 PM
To: Maven Users List
Subject: RE: EJB JAR Manifest

I also tried with:

configuration
generateClienttrue/generateClient
archive
manifest
manifestFilepath/to/my/file/manifestFile
/manifest
/archive
/configuration  

But it break the build with message:

Cause: Cannot find setter nor field in 
org.apache.maven.archiver.ManifestConfiguration for 'manifestFile'

Any idea of how to provides one's own custom MANIFEST.MF file ?

Sebastien

-Original Message-
From: Jörg Schaible [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 09, 2006 2:20 PM
To: Maven Users List
Subject: RE: EJB JAR Manifest

Sebastien Brunot wrote on Thursday, November 09, 2006 1:59 PM:

 Hi all,
 
 how can one specify a Class-Path: entry in the manifest of an EJB jar 
 ?

You have to configure it:

plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-ejb-plugin/artifactId
configuration
generateClienttrue/generateClient
archive
manifest
addClasspathtrue/addClasspath
/manifest
/archive
/configuration
/plugin

- Jörg

-
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]


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



RE: EJB JAR Manifest

2006-11-09 Thread Dmystery

Sebastein, 

Is it taking too long to add the classpath entry in the manifest? Since i
made the ejb plugin to add the classpath entry, it is taking almost 1 min
more to complete the ejb goal. 

Is it working normally for you? 

Thanks

Sebastien Brunot wrote:
 
 Thanks for your help Jörg.
 
 Sebastien 
 
 -Original Message-
 From: Jörg Schaible [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, November 09, 2006 2:20 PM
 To: Maven Users List
 Subject: RE: EJB JAR Manifest
 
 Sebastien Brunot wrote on Thursday, November 09, 2006 1:59 PM:
 
 Hi all,
 
 how can one specify a Class-Path: entry in the manifest of an EJB jar 
 ?
 
 You have to configure it:
 
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-ejb-plugin/artifactId
   configuration
   generateClienttrue/generateClient
   archive
   manifest
   addClasspathtrue/addClasspath
   /manifest
   /archive
   /configuration
 /plugin
 
 - Jörg
 
 -
 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]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/EJB-JAR-Manifest-tf2601563s177.html#a7271531
Sent from the Maven - Users mailing list archive at Nabble.com.


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