Re: MethodNotFoundException in org.codehaus.plexus.util.cli.Commandline.getShell

2009-06-12 Thread Erick Dovale
Thanks Benjamin That did it. cheers. On Fri, Jun 12, 2009 at 12:44 PM, Benjamin Bentmann < benjamin.bentm...@udo.edu> wrote: > Erick Dovale wrote: > > urls[2] = >> >> file:/Users/erickdovale/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar >> >> The getShell method in Ple

Re: MethodNotFoundException in org.codehaus.plexus.util.cli.Commandline.getShell

2009-06-12 Thread Benjamin Bentmann
Erick Dovale wrote: urls[2] = file:/Users/erickdovale/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar The getShell method in PlexusUtils first appeared in version 1.2. In my dependencyManagement section for my plugin's pom I have set the versino of PlexusUtils to be 1.5

MethodNotFoundException in org.codehaus.plexus.util.cli.Commandline.getShell

2009-06-12 Thread Erick Dovale
Folks, Apologies if this should be posted on the users list but i am writing a plugin so in a sense I am a maven dev. I am writing a plugin that provides a custom packaging. I am using the ZipArchiver plexus component and when calling the createArchive method I am getting this exception: FATAL ERR