Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-21 Thread berndq
Any chance this is an open source project I can download? no :-( But you may try: mvn archetype:create -DgroupId=test -DartifactId=executions and modify the pom to include the executions: project xmlns=http://maven.apache.org/POM/4.0.0;

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-20 Thread berndq
Yes, please open a new JIRA related to the manifest section in an assembly [external] descriptor. http://jira.codehaus.org/browse/MASSEMBLY-177 As for MASSEMBLY-121, could you reopen it and add a test case that is failing? I'll try to take another stab at it, if I can see what's failing.

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-20 Thread berndq
Barrie, Try cut and pasting my plugin config and replace each descriptor with the files for yours. same problem :-( I'll try to debug and post more information... Bernd - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-20 Thread Barrie Treloar
On 1/21/07, berndq [EMAIL PROTECTED] wrote: Barrie, Try cut and pasting my plugin config and replace each descriptor with the files for yours. same problem :-( Any chance this is an open source project I can download? One last guess. Have you updated your local plugins? Try running mvn

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-19 Thread berndq
Hi Barrie, Please paste your plugin definition in your pom. not sure what you mean by that, there is not much config here. This works plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-assembly-plugin/artifactId version2.1/version

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-19 Thread Barrie Treloar
Please paste your plugin definition in your pom. not sure what you mean by that, there is not much config here. What you pasted was what I was after. This works plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-assembly-plugin/artifactId

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-19 Thread berndq
Barrie, I tried with and without values, always the same error, even with your new suggestion. This is a direct copy/paste: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-assembly-plugin/artifactId version2.1/version executions

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-19 Thread Barrie Treloar
On 1/20/07, berndq [EMAIL PROTECTED] wrote: Barrie, I tried with and without values, always the same error, even with your new suggestion. descriptorsrc/main/assembly/server.xml/descriptor [del] descriptorsrc/main/assembly/client.xml/descriptor And you

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-19 Thread berndq
Barrie, And you are sure these files exist? yes D:\projekte\template\templatePom-trunkdir src\main\assembly .. 14.01.2007 11:03 884 client.xml 14.01.2007 11:04 886 server.xml remember it works without executions. Bernd I have the following in my pom and

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-19 Thread Barrie Treloar
On 1/20/07, berndq [EMAIL PROTECTED] wrote: Barrie, And you are sure these files exist? I'm at a loss. Try cut and pasting my plugin config and replace each descriptor with the files for yours. Other than that I can't work out why it is not working for you and it works for me.

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-19 Thread John Casey
Hi, Yes, please open a new JIRA related to the manifest section in an assembly [external] descriptor. As for MASSEMBLY-121, could you reopen it and add a test case that is failing? I'll try to take another stab at it, if I can see what's failing. Thanks, John On 1/17/07, berndq [EMAIL

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-18 Thread berndq
Hi Barrie, thanks for your help Cant you just define multiple configurations, where each configuration has the settings you want rather than lump them in the one section? this results in [INFO] [INFO] No assembly

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-18 Thread Barrie Treloar
On 1/19/07, berndq [EMAIL PROTECTED] wrote: Hi Barrie, thanks for your help Cant you just define multiple configurations, where each configuration has the settings you want rather than lump them in the one section? Please paste your plugin definition in your pom.

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-17 Thread John Casey
IMO, it would be cleaner if we embedded the manifest info in the assembly descriptor...then we could always support that manifest section in an external descriptor component, for shared cases... It's not available in the assembly descriptor now, but I've been thinking about that for awhile now

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-17 Thread berndq
John, shall I open a JIRA manifest section in external descriptor? ;-) I quickly tested Barrie's suggestion but could not make it work. (I still have to verify whether I run that test correctly) Rest is OT regarding this thread Any chance that you can give me a hint why your patch for

assembly plugin, multiple descriptors and manifest modifications

2007-01-15 Thread berndq
Hi, I did not get an answer on the users list so I try it here: I use the assembly plugin to create multiple assemblies from a multi module project: descriptors descriptorsrc/main/assembly/server.xml/descriptor

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-15 Thread Barrie Treloar
On 1/16/07, berndq [EMAIL PROTECTED] wrote: Hi, I did not get an answer on the users list so I try it here: I use the assembly plugin to create multiple assemblies from a multi module project: descriptors descriptorsrc/main/assembly/server.xml/descriptor