Wrong Path (Last two directories of path missing) in .classpath and maven-eclipse.xml -------------------------------------------------------------------------------------
Key: MECLIPSE-226 URL: http://jira.codehaus.org/browse/MECLIPSE-226 Project: Maven 2.x Eclipse Plugin Issue Type: Bug Affects Versions: 2.3 Environment: win32 Reporter: Alexander Dotor I call 'mvn eclipse:eclipse' for my project to create the necessary files. The project is an (already existing) Plugin-Project. Unfortunately an entry in the .classpath and the maven-eclipse.xml are wrong. In both cases the Name of the Eclipse-Project is missing. This is independent of using the eclipseProjectDir-Option and the pde-Option. The wrong line in .classpath: <classpathentry kind="src" path="C:/Dokumente und Einstellungen/adotor/Eigene Dateien/workspaces" including="plugin.xml" excluding="**/*.java"/> It should be: <classpathentry kind="src" path="C:/Dokumente und Einstellungen/adotor/Eigene Dateien/workspaces/eclipse_workspace/project0r" including="plugin.xml" excluding="**/*.java"/> Wrong line in maven-eclipse.xml: <fileset dir="C:/Dokumente und Einstellungen/adotor/Eigene Dateien/workspaces" includes="plugin.xml"/> Should be: <fileset dir="C:/Dokumente und Einstellungen/adotor/Eigene Dateien/workspaces/eclipse_workspace/project0r" includes="plugin.xml"/> Why is it including this directory in .classpath by an external path anyway? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira