found this: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-407
which pointed me (more or less) to downloading: http://www.ibiblio.org/maven/maven/plugins/maven-eclipse-plugin-1.5-SNAPSHOT.jar
and saving it in my $MAVEN_HOME/repository solved the issue.
I do have the feeling that this manual download is not entirely *the* way to go, but it got me past this one for sure...
regards, -marc=
Marc Portier wrote:
Hi all,
when calling goal eclipse:generate-classpath
on the project.xml (in dir c:\projects\eclipse\maven-tryout) holding this snippet:
<build> <sourceDirectory>src/java</sourceDirectory> </build>
results in a .classpath file holding an *absolute path* for the src-classpath-entry:
<classpathentry kind="src" path="C:\projects\eclipse\maven-tryout\src\java">
</classpathentry>
Really don't know if this is as should be or not, but eclipse only seems to show up the src path in the project>properties if I manually change the @path to be *relative* (i.e. path="src\java")
any clues?
-marc= PS: running maven rc1 and eclipse 3.0M4 on w2k
-- Marc Portier http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center Read my weblog at http://radio.weblogs.com/0116284/ [EMAIL PROTECTED] [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
