Re: [Solved] Re: [Maven assembly plugin] Error using the assembly plugin on CentOs4.7

2009-08-07 Thread Arnaud HERITIER
I'm just having the same issue on MacOS after upgrading the assembly plugin from 2.1 to 2.2-beta-4 I think we could consider that it is a regression ? In my case the build hangs and I have to do a CTRL+C to have the error. Googling it I found this thread. Even if it took for me only few minutes to

[Solved] Re: [Maven assembly plugin] Error using the assembly plugin on CentOs4.7

2009-03-12 Thread Raphaël Piéroni
Hi I solved my problem: I should have not specified / in the descriptor. I should have removed that line. Sorry for the noise. Thanks Raphaël 2009/3/12 Raphaël Piéroni : > Thanks, Santos > > Right the command seems OK with adding double-quotes. > > But : > 1. The error comes from Plexus. > Caus

Re: [Maven assembly plugin] Error using the assembly plugin on CentOs4.7

2009-03-12 Thread Raphaël Piéroni
Thanks, Santos Right the command seems OK with adding double-quotes. But : 1. The error comes from Plexus. Caused by: java.io.IOException: Failed to retrieve numeric file attributes using: '/bin/sh -c ls -1nlaR /' at org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributeUt

Re: [Maven assembly plugin] Error using the assembly plugin on CentOs4.7

2009-03-12 Thread Santos Patel
hi, i think the problem is with the command... /bin/sh -c ls -1nlaR as you have shown only results in the result given by /bin/sh -c ls It doesn't seem to take the ls options in to consideration. the options a --> show all files including ones starting with "." R --> follow

Re: [Maven assembly plugin] Error using the assembly plugin on CentOs4.7

2009-03-12 Thread Raphaël Piéroni
OK my project is some thing like this : root/ pom.xml (pom + dependency management) client/ pom.xml (pom) client-lib/ pom.xml (jar + an assembly + generated client from wsdl) client-app/ pom.xml (grails application + an assembly) stub/ pom.xml (pom) stub-lib/

Re: [Maven assembly plugin] Error using the assembly plugin on CentOs4.7

2009-03-12 Thread Raphaël Piéroni
Exactly the same result as if i used ls directly but ls has the coloring. [u...@dev1 trunk]$ /bin/sh -c ls -1nlaR / client stub integration pom.xml pom.xml.releaseBackup release.properties [u...@dev1 trunk]$ ls client stub integration pom.xml pom.xml.releaseBackup release.properties Rap

Re: [Maven assembly plugin] Error using the assembly plugin on CentOs4.7

2009-03-12 Thread Santos Patel
Hi, Can you please elaborate on the area where that command is used in your code. Santosh =-=-= Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any d

Re: [Maven assembly plugin] Error using the assembly plugin on CentOs4.7

2009-03-12 Thread Nick Stolwijk
What happens if you put "/bin/sh -c ls -1nlaR / " in a command window? With regards, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Thu, Mar 12, 2009 at 10:18 AM, Raphaël Piéroni wrote: > Please any help on this, > I am stuck on the matter and

Re: [Maven assembly plugin] Error using the assembly plugin on CentOs4.7

2009-03-12 Thread Raphaël Piéroni
Please any help on this, I am stuck on the matter and also in a kind of a hurry. Regards, Raphaêl 2009/3/11 Raphaël Piéroni : > Hi folks, > > I have a strange error using the assembly plugin on CentOs4.7. > Obvioulsy the same checkout on windows works like a charm. > > For information my build i

[Maven assembly plugin] Error using the assembly plugin on CentOs4.7

2009-03-11 Thread Raphaël Piéroni
Hi folks, I have a strange error using the assembly plugin on CentOs4.7. Obvioulsy the same checkout on windows works like a charm. For information my build is multi-module an two modules have an assembly. The first succeed and the second fails. It even fails when i call it in a mono module. I a

Re: Maven Assembly Plugin Error

2007-08-18 Thread David Williams
Ops. Sorry about that. Below is the dependencySets section of the assembly descriptor. The include lines will include the only what is in the line. The format is groupID:artifactID lib commons-beanutils:commons-beanutils commons

Re: Maven Assembly Plugin Error

2007-08-16 Thread Mick Knutson
So post the fix On 8/16/07, David Williams <[EMAIL PROTECTED]> wrote: > > Nevermind. I figured it out. > > On 8/16/07, David Williams <[EMAIL PROTECTED]> wrote: > > > > I guess what I really want to do is filter out certain dependencies. > > > > Thanks Again, > > > > David > > > > On 8/16/07,

Re: Maven Assembly Plugin Error

2007-08-16 Thread David Williams
Nevermind. I figured it out. On 8/16/07, David Williams <[EMAIL PROTECTED]> wrote: > > I guess what I really want to do is filter out certain dependencies. > > Thanks Again, > > David > > On 8/16/07, David Williams < [EMAIL PROTECTED]> wrote: > > > > I've create a basic descriptor for the maven a

Re: Maven Assembly Plugin Error

2007-08-16 Thread David Williams
I guess what I really want to do is filter out certain dependencies. Thanks Again, David On 8/16/07, David Williams <[EMAIL PROTECTED]> wrote: > > I've create a basic descriptor for the maven assembly plugin. Which works > fine if I don't try to filter dependencies. However when I try to add s

Maven Assembly Plugin Error

2007-08-16 Thread David Williams
I've create a basic descriptor for the maven assembly plugin. Which works fine if I don't try to filter dependencies. However when I try to add some include lines, I get the following error. [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'commons-bean