Re: What's wrong with my system?

2004-08-24 Thread Brett Porter
that still sounds like a file permission problem to me. 

- Brett

On Tue, 24 Aug 2004 10:58:26 -0400, Charles N. Harvey III
<[EMAIL PROTECTED]> wrote:
> That works fine.  And when I "jar -xf" that file it extracts.
> But maven can't see it at all.  And I have a really hard time installing
> over it.
> 
> Its ok.  I just changed the version.  Now I just have to go find all
> the places that I used it and change the project.xml.
> 
> Charlie
> 
> John Casey said the following on 8/24/2004 10:52 AM:
> 
> 
> 
> > What specifically do you mean by "corrupt?" Can you execute 'jar tvf'
> > against it, or is it too whacked?
> >
> > Charles N. Harvey III wrote:
> >
> >> I think it was a problem with permissions and the cache.
> >> I ran "maven" as root and it ran.
> >> Then I ran it as "charvey" and it ran fine.
> >>
> >> But I have another problem
> >>
> >> When I run "maven jar:install" for one particular jar, it installs
> >> a corrupt jar.  The jar in target/ is fine.  But the one it installs
> >> in the repository is corrupt.  I have NO idea what could cause this.
> >>
> >> Sorry to be such a bother.  Thanks again.
> >>
> >>
> >> Charlie
> >>
> >>
> >>
> >> John Casey said the following on 8/24/2004 10:45 AM:
> >>
> >>> > /home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF
> >>>
> >>> Does the /home/charvey/.maven/cache directory exist? You might be
> >>> able to rebuild your plugin cache by deleting this directory, and
> >>> re-running maven...also, off the top of my head, you might have a
> >>> privs problem with ~/.maven
> >>>
> >>> HTH,
> >>> john
> >>>
> >>>
> >>> Charles N. Harvey III wrote:
> >>>
>  Everything I do gets me this error:
> 
>  org.apache.maven.MavenException: Unable to extract plugin:
>  /home/charvey/.maven/plugins/maven-nsis-plugin-1.1.jar
> at
>  org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:941)
> 
> at
>  org.apache.maven.plugin.PluginManager.expandPluginFiles(PluginManager.java:294)
> 
> at
>  org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:262)
> 
> at
>  org.apache.maven.MavenSession.initializePluginManager(MavenSession.java:207)
> 
> at
>  org.apache.maven.MavenSession.initialize(MavenSession.java:174)
> at org.apache.maven.cli.App.doMain(App.java:473)
> at org.apache.maven.cli.App.main(App.java:1215)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 
> at
>  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 
> at java.lang.reflect.Method.invoke(Method.java:324)
> at com.werken.forehead.Forehead.run(Forehead.java:551)
> at com.werken.forehead.Forehead.main(Forehead.java:581)
>  --- Nested Exception ---
>  java.io.FileNotFoundException:
>  /home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF
>  (No such file or directory)
> at java.io.FileOutputStream.open(Native Method)
> at java.io.FileOutputStream.(FileOutputStream.java:179)
> at java.io.FileOutputStream.(FileOutputStream.java:131)
> 
> 
> 
>  But I checked the maven-nsis-plugin-1.1.jar and it has that file.
>  What am I doing wrong?  Why can't I extract anything?  This just
>  started happening and I have no idea why.  If anyone has seen anything
>  like this please let me know.  This even comes up when I run "maven
>  --info".
> 
>  Thanks a lot.
> 
> 
>  Charlie
> 
> 
>  -
>  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]
> >>
> >>
> >>
> >
> >
> 
> 
> >
> >-
> >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 

Re: What's wrong with my system?

2004-08-24 Thread Charles N. Harvey III
That works fine.  And when I "jar -xf" that file it extracts.
But maven can't see it at all.  And I have a really hard time installing
over it.
Its ok.  I just changed the version.  Now I just have to go find all
the places that I used it and change the project.xml.
Charlie

John Casey said the following on 8/24/2004 10:52 AM:
What specifically do you mean by "corrupt?" Can you execute 'jar tvf' 
against it, or is it too whacked?

Charles N. Harvey III wrote:
I think it was a problem with permissions and the cache.
I ran "maven" as root and it ran.
Then I ran it as "charvey" and it ran fine.
But I have another problem
When I run "maven jar:install" for one particular jar, it installs
a corrupt jar.  The jar in target/ is fine.  But the one it installs
in the repository is corrupt.  I have NO idea what could cause this.
Sorry to be such a bother.  Thanks again.
Charlie

John Casey said the following on 8/24/2004 10:45 AM:
> /home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF
Does the /home/charvey/.maven/cache directory exist? You might be 
able to rebuild your plugin cache by deleting this directory, and 
re-running maven...also, off the top of my head, you might have a 
privs problem with ~/.maven

HTH,
john
Charles N. Harvey III wrote:
Everything I do gets me this error:
org.apache.maven.MavenException: Unable to extract plugin: 
/home/charvey/.maven/plugins/maven-nsis-plugin-1.1.jar
   at 
org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:941) 

   at 
org.apache.maven.plugin.PluginManager.expandPluginFiles(PluginManager.java:294) 

   at 
org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:262) 

   at 
org.apache.maven.MavenSession.initializePluginManager(MavenSession.java:207) 

   at 
org.apache.maven.MavenSession.initialize(MavenSession.java:174)
   at org.apache.maven.cli.App.doMain(App.java:473)
   at org.apache.maven.cli.App.main(App.java:1215)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 

   at java.lang.reflect.Method.invoke(Method.java:324)
   at com.werken.forehead.Forehead.run(Forehead.java:551)
   at com.werken.forehead.Forehead.main(Forehead.java:581)
--- Nested Exception ---
java.io.FileNotFoundException: 
/home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF 
(No such file or directory)
   at java.io.FileOutputStream.open(Native Method)
   at java.io.FileOutputStream.(FileOutputStream.java:179)
   at java.io.FileOutputStream.(FileOutputStream.java:131)


But I checked the maven-nsis-plugin-1.1.jar and it has that file.
What am I doing wrong?  Why can't I extract anything?  This just
started happening and I have no idea why.  If anyone has seen anything
like this please let me know.  This even comes up when I run "maven 
--info".

Thanks a lot.
Charlie
-
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]


-
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: What's wrong with my system?

2004-08-24 Thread John Casey
What specifically do you mean by "corrupt?" Can you execute 'jar tvf' 
against it, or is it too whacked?

Charles N. Harvey III wrote:
I think it was a problem with permissions and the cache.
I ran "maven" as root and it ran.
Then I ran it as "charvey" and it ran fine.
But I have another problem
When I run "maven jar:install" for one particular jar, it installs
a corrupt jar.  The jar in target/ is fine.  But the one it installs
in the repository is corrupt.  I have NO idea what could cause this.
Sorry to be such a bother.  Thanks again.
Charlie

John Casey said the following on 8/24/2004 10:45 AM:
> /home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF
Does the /home/charvey/.maven/cache directory exist? You might be able 
to rebuild your plugin cache by deleting this directory, and 
re-running maven...also, off the top of my head, you might have a 
privs problem with ~/.maven

HTH,
john
Charles N. Harvey III wrote:
Everything I do gets me this error:
org.apache.maven.MavenException: Unable to extract plugin: 
/home/charvey/.maven/plugins/maven-nsis-plugin-1.1.jar
   at 
org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:941) 

   at 
org.apache.maven.plugin.PluginManager.expandPluginFiles(PluginManager.java:294) 

   at 
org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:262)
   at 
org.apache.maven.MavenSession.initializePluginManager(MavenSession.java:207) 

   at 
org.apache.maven.MavenSession.initialize(MavenSession.java:174)
   at org.apache.maven.cli.App.doMain(App.java:473)
   at org.apache.maven.cli.App.main(App.java:1215)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 

   at java.lang.reflect.Method.invoke(Method.java:324)
   at com.werken.forehead.Forehead.run(Forehead.java:551)
   at com.werken.forehead.Forehead.main(Forehead.java:581)
--- Nested Exception ---
java.io.FileNotFoundException: 
/home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF 
(No such file or directory)
   at java.io.FileOutputStream.open(Native Method)
   at java.io.FileOutputStream.(FileOutputStream.java:179)
   at java.io.FileOutputStream.(FileOutputStream.java:131)


But I checked the maven-nsis-plugin-1.1.jar and it has that file.
What am I doing wrong?  Why can't I extract anything?  This just
started happening and I have no idea why.  If anyone has seen anything
like this please let me know.  This even comes up when I run "maven 
--info".

Thanks a lot.
Charlie
-
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]


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

Re: What's wrong with my system?

2004-08-24 Thread Charles N. Harvey III
Must be a bad sector of the disk or something.  Because if I change
the version number and run "maven jar:install" it installs just fine.
But that one particular file is always corrupt.  How annoying.
Charlie

Charles N. Harvey III said the following on 8/24/2004 10:50 AM:
I think it was a problem with permissions and the cache.
I ran "maven" as root and it ran.
Then I ran it as "charvey" and it ran fine.
But I have another problem
When I run "maven jar:install" for one particular jar, it installs
a corrupt jar.  The jar in target/ is fine.  But the one it installs
in the repository is corrupt.  I have NO idea what could cause this.
Sorry to be such a bother.  Thanks again.
Charlie

John Casey said the following on 8/24/2004 10:45 AM:
> /home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF
Does the /home/charvey/.maven/cache directory exist? You might be 
able to rebuild your plugin cache by deleting this directory, and 
re-running maven...also, off the top of my head, you might have a 
privs problem with ~/.maven

HTH,
john
Charles N. Harvey III wrote:
Everything I do gets me this error:
org.apache.maven.MavenException: Unable to extract plugin: 
/home/charvey/.maven/plugins/maven-nsis-plugin-1.1.jar
   at 
org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:941) 

   at 
org.apache.maven.plugin.PluginManager.expandPluginFiles(PluginManager.java:294) 

   at 
org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:262) 

   at 
org.apache.maven.MavenSession.initializePluginManager(MavenSession.java:207) 

   at 
org.apache.maven.MavenSession.initialize(MavenSession.java:174)
   at org.apache.maven.cli.App.doMain(App.java:473)
   at org.apache.maven.cli.App.main(App.java:1215)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 

   at java.lang.reflect.Method.invoke(Method.java:324)
   at com.werken.forehead.Forehead.run(Forehead.java:551)
   at com.werken.forehead.Forehead.main(Forehead.java:581)
--- Nested Exception ---
java.io.FileNotFoundException: 
/home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF 
(No such file or directory)
   at java.io.FileOutputStream.open(Native Method)
   at java.io.FileOutputStream.(FileOutputStream.java:179)
   at java.io.FileOutputStream.(FileOutputStream.java:131)


But I checked the maven-nsis-plugin-1.1.jar and it has that file.
What am I doing wrong?  Why can't I extract anything?  This just
started happening and I have no idea why.  If anyone has seen anything
like this please let me know.  This even comes up when I run "maven 
--info".

Thanks a lot.
Charlie
-
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]

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


Re: What's wrong with my system?

2004-08-24 Thread Charles N. Harvey III
I think it was a problem with permissions and the cache.
I ran "maven" as root and it ran.
Then I ran it as "charvey" and it ran fine.
But I have another problem
When I run "maven jar:install" for one particular jar, it installs
a corrupt jar.  The jar in target/ is fine.  But the one it installs
in the repository is corrupt.  I have NO idea what could cause this.
Sorry to be such a bother.  Thanks again.
Charlie

John Casey said the following on 8/24/2004 10:45 AM:
> /home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF
Does the /home/charvey/.maven/cache directory exist? You might be able 
to rebuild your plugin cache by deleting this directory, and 
re-running maven...also, off the top of my head, you might have a 
privs problem with ~/.maven

HTH,
john
Charles N. Harvey III wrote:
Everything I do gets me this error:
org.apache.maven.MavenException: Unable to extract plugin: 
/home/charvey/.maven/plugins/maven-nsis-plugin-1.1.jar
   at 
org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:941) 

   at 
org.apache.maven.plugin.PluginManager.expandPluginFiles(PluginManager.java:294) 

   at 
org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:262)
   at 
org.apache.maven.MavenSession.initializePluginManager(MavenSession.java:207) 

   at 
org.apache.maven.MavenSession.initialize(MavenSession.java:174)
   at org.apache.maven.cli.App.doMain(App.java:473)
   at org.apache.maven.cli.App.main(App.java:1215)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 

   at java.lang.reflect.Method.invoke(Method.java:324)
   at com.werken.forehead.Forehead.run(Forehead.java:551)
   at com.werken.forehead.Forehead.main(Forehead.java:581)
--- Nested Exception ---
java.io.FileNotFoundException: 
/home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF 
(No such file or directory)
   at java.io.FileOutputStream.open(Native Method)
   at java.io.FileOutputStream.(FileOutputStream.java:179)
   at java.io.FileOutputStream.(FileOutputStream.java:131)


But I checked the maven-nsis-plugin-1.1.jar and it has that file.
What am I doing wrong?  Why can't I extract anything?  This just
started happening and I have no idea why.  If anyone has seen anything
like this please let me know.  This even comes up when I run "maven 
--info".

Thanks a lot.
Charlie
-
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: What's wrong with my system?

2004-08-24 Thread John Casey
> /home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF
Does the /home/charvey/.maven/cache directory exist? You might be able 
to rebuild your plugin cache by deleting this directory, and re-running 
maven...also, off the top of my head, you might have a privs problem 
with ~/.maven

HTH,
john
Charles N. Harvey III wrote:
Everything I do gets me this error:
org.apache.maven.MavenException: Unable to extract plugin: 
/home/charvey/.maven/plugins/maven-nsis-plugin-1.1.jar
   at 
org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:941)
   at 
org.apache.maven.plugin.PluginManager.expandPluginFiles(PluginManager.java:294) 

   at 
org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:262)
   at 
org.apache.maven.MavenSession.initializePluginManager(MavenSession.java:207) 

   at org.apache.maven.MavenSession.initialize(MavenSession.java:174)
   at org.apache.maven.cli.App.doMain(App.java:473)
   at org.apache.maven.cli.App.main(App.java:1215)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 

   at java.lang.reflect.Method.invoke(Method.java:324)
   at com.werken.forehead.Forehead.run(Forehead.java:551)
   at com.werken.forehead.Forehead.main(Forehead.java:581)
--- Nested Exception ---
java.io.FileNotFoundException: 
/home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF 
(No such file or directory)
   at java.io.FileOutputStream.open(Native Method)
   at java.io.FileOutputStream.(FileOutputStream.java:179)
   at java.io.FileOutputStream.(FileOutputStream.java:131)


But I checked the maven-nsis-plugin-1.1.jar and it has that file.
What am I doing wrong?  Why can't I extract anything?  This just
started happening and I have no idea why.  If anyone has seen anything
like this please let me know.  This even comes up when I run "maven 
--info".

Thanks a lot.
Charlie
-
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: What's wrong with my system?

2004-08-24 Thread Arnaud HERITIER
Did you try to manually unjar this file to see if it is not corrupted?

Arnaud

> -Message d'origine-
> De : Charles N. Harvey III [mailto:[EMAIL PROTECTED]
> Envoyé : mardi 24 août 2004 16:01
> À : Maven Users List
> Objet : What's wrong with my system?
> 
> Everything I do gets me this error:
> 
> org.apache.maven.MavenException: Unable to extract plugin:
> /home/charvey/.maven/plugins/maven-nsis-plugin-1.1.jar
> at
> org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:941)
> at
> org.apache.maven.plugin.PluginManager.expandPluginFiles(PluginManager.java:294)
> at
> org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:262)
> at
> org.apache.maven.MavenSession.initializePluginManager(MavenSession.java:207)
> at org.apache.maven.MavenSession.initialize(MavenSession.java:174)
> at org.apache.maven.cli.App.doMain(App.java:473)
> at org.apache.maven.cli.App.main(App.java:1215)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at com.werken.forehead.Forehead.run(Forehead.java:551)
> at com.werken.forehead.Forehead.main(Forehead.java:581)
> --- Nested Exception ---
> java.io.FileNotFoundException:
> /home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF
> (No such file or directory)
> at java.io.FileOutputStream.open(Native Method)
> at java.io.FileOutputStream.(FileOutputStream.java:179)
> at java.io.FileOutputStream.(FileOutputStream.java:131)
> 
> 
> 
> But I checked the maven-nsis-plugin-1.1.jar and it has that file.
> What am I doing wrong?  Why can't I extract anything?  This just
> started happening and I have no idea why.  If anyone has seen anything
> like this please let me know.  This even comes up when I run "maven --info".
> 
> Thanks a lot.
> 
> 
> Charlie
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> #== gPopper Menu ===#
> Delete from Gmail inbox:   mailto:del|[EMAIL PROTECTED]
> Mark message as unread:mailto:unr|[EMAIL PROTECTED]
> Mark message as read:  mailto:rea|[EMAIL PROTECTED]



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



What's wrong with my system?

2004-08-24 Thread Charles N. Harvey III
Everything I do gets me this error:
org.apache.maven.MavenException: Unable to extract plugin: 
/home/charvey/.maven/plugins/maven-nsis-plugin-1.1.jar
   at 
org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:941)
   at 
org.apache.maven.plugin.PluginManager.expandPluginFiles(PluginManager.java:294)
   at 
org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:262)
   at 
org.apache.maven.MavenSession.initializePluginManager(MavenSession.java:207)
   at org.apache.maven.MavenSession.initialize(MavenSession.java:174)
   at org.apache.maven.cli.App.doMain(App.java:473)
   at org.apache.maven.cli.App.main(App.java:1215)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:324)
   at com.werken.forehead.Forehead.run(Forehead.java:551)
   at com.werken.forehead.Forehead.main(Forehead.java:581)
--- Nested Exception ---
java.io.FileNotFoundException: 
/home/charvey/.maven/cache/maven-nsis-plugin-1.1/META-INF/MANIFEST.MF 
(No such file or directory)
   at java.io.FileOutputStream.open(Native Method)
   at java.io.FileOutputStream.(FileOutputStream.java:179)
   at java.io.FileOutputStream.(FileOutputStream.java:131)


But I checked the maven-nsis-plugin-1.1.jar and it has that file.
What am I doing wrong?  Why can't I extract anything?  This just
started happening and I have no idea why.  If anyone has seen anything
like this please let me know.  This even comes up when I run "maven --info".
Thanks a lot.
Charlie
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]