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

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

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

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

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

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.