BUILD ERROR required class is missing: org/apache/maven/shared/model/fileset/FileSet

2010-03-21 Thread Maxim Veksler
Hello, I'm just starting with Maven. Maven is running on Windows7 64bit, installed in C:\Program Files (x86)\apache-maven-2.2.1\, and the PATH of the machine includes C:\Program Files (x86)\apache-maven-2.2.1\bin I've created a new Maven project from eclipse using m2eclipse. The archetype of the

Re: BUILD ERROR required class is missing: org/apache/maven/shared/model/fileset/FileSet

2010-03-21 Thread Wayne Fay
Maven is running on Windows7 64bit, installed in C:\Program Files (x86)\apache-maven-2.2.1\, and the PATH of the machine includes C:\Program Files (x86)\apache-maven-2.2.1\bin I can't tell you why exactly FileSet can't be found... but you should probably redo your install to avoid future

Re: BUILD ERROR required class is missing: org/apache/maven/shared/model/fileset/FileSet

2010-03-21 Thread Peter Hecht (hechtmail)
Hello, Have you tried running it at the command line? It appears you may have a few issues. 1) Do you have an .m2 under your home folder? It should be there with a settings file. 2) Are you logged in as the user user? That is where maven is looking for the repository there. 3) You

Re: BUILD ERROR required class is missing: org/apache/maven/shared/model/fileset/FileSet

2010-03-21 Thread Maxim Veksler
On Sun, Mar 21, 2010 at 7:22 PM, Wayne Fay wayne...@gmail.com wrote: Maven is running on Windows7 64bit, installed in C:\Program Files (x86)\apache-maven-2.2.1\, and the PATH of the machine includes C:\Program Files (x86)\apache-maven-2.2.1\bin I can't tell you why exactly FileSet can't be

Including a local jar in the build

2010-03-21 Thread Arrowx7
Hello, I migrated from ant to maven and just wanted to include the jars (for now before we set up a repo). repositories repository idproject/id nameProject Maven Repository/name layoutdefault/layout

Re: Including a local jar in the build

2010-03-21 Thread Wendy Smoak
On Sun, Mar 21, 2010 at 6:51 PM, Arrowx7 aluminum3...@yahoo.com wrote: Then I write dependencies, such as for apache commons logging    dependency        groupIdorg.apache.commons/groupId        artifactIdcommons-logging-1.1.1/artifactId        version/version    /dependency It complains

Re: Including a local jar in the build

2010-03-21 Thread Arrowx7
Hi, thanks for your response. I migrated from ant, where I had a libs folder. I just wanted to keep using the libs folder for now as I migrate to using repositories. Is there a way to direct maven to load libraries from a local folder? I did it like this: repositories repository

Re: Including a local jar in the build

2010-03-21 Thread Eduardo M KALINOWSKI
Arrowx7 wrote: Hello, I migrated from ant to maven and just wanted to include the jars (for now before we set up a repo). repositories repository idproject/id nameProject Maven Repository/name layoutdefault/layout

Re: Including a local jar in the build

2010-03-21 Thread Wayne Fay
Is there a way to just load that file with no questions asked? Put those files in this directory structure as shown in the error message: file:///home/a/src/client_pom/src/main/webapp/WEB-INF/lib/org/apache/commons/commons-logging-1.1.1/1.1.1/commons-logging-1.1.1-1.1.1.pom

Maven downloading strange jars

2010-03-21 Thread Arrowx7
I keep getting these messages: error: error reading /home/a/.m2/repository/javax/mail/mail/1.4/mail-1.4.jar; error in opening zip file error: error reading /home/a/.m2/repository/javax/jms/jms/1.1/jms-1.1.jar; error in opening zip file error: error reading