The "Guide to using Eclipse with Maven 2.x" states that the command to
configure Eclipse with the path to the local Maven repository doesn't
work.

It does actually add an org.eclipse.jdt.core.classpathVariable.M2_REPO
entry
into org.eclipse.jdt.core.prefs, but (on Windows 2000 at least) it
places 3 
back slashes between the drive letter and the colon instead of a single
back 
slash. So the quick solution is to edit the file and reduce the slashes
from 
3 to 1 and then Eclipse happily finds the local repository.

Real solution is to change the code doing the translation of the Maven2
repository path.

NB posted this here because it stung me and I couldn't find any similar
post 
in the archives.

William

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

Reply via email to