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

2013-03-25 Thread rourou89
:org.opennms.features.jdbc-collector -- View this message in context: http://maven.40175.n5.nabble.com/BUILD-ERROR-required-class-is-missing-org-apache-maven-shared-model-fileset-FileSet-tp118390p5751833.html Sent from the Maven - Users mailing list archive at Nabble.com

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