On Sun, Mar 08, 2009 at 09:51:20AM -0400, Hiram Chirino wrote: > See: http://maven.apache.org/guides/mini/guide-ide-eclipse.html > > basically the M2_REPO path needs to be configured in eclipse.
It already is. The value is as would be expected on a German language Windows installation: C:\Dokumente und Einstellungen\gary\.m2\repository Something to do with spaces in the directory name? I can't see why the tools would not consider this (nor why it would only affect those dependencies which do not have .jar files in the local repo), since it is the default location, but I will try changing the location and see what happens. If you don't see another email from me it is safe to assume it didn't work and I am still being frustrated by maven. It seems to affect just three dependencies (logkit-1.0.1.jar, avalon-framework-4.1.3.jar and servlet-api-2.3.jar) but it causes nearly 50 errors in the Eclipse projects altogether. I seem to have Maven Embedder 2.1.0.20080530-2300, and Maven Integration for Eclipse 0.9.7.200902090947 installed, if that's important. > On Sun, Mar 8, 2009 at 3:53 AM, Gary Jones <[email protected]> wrote: > > In Eclipse I now get: > > Project 'maven-activemq-plugin' is missing required library: > > '<M2_REPO>\logkit\logkit\1.0.1\logkit-1.0.1.jar' > > (and many other similar errors) > > > > Does anyone have any ideas? The jar files are definitly not there - > > should they be? What step is supposed to get them, in Eclipse or before > > that? Has some step been missed out (either by me or by the > > documentation)?
