Re: absolute paths with eclipse:generate-classpath

2003-10-14 Thread Marc Portier
[EMAIL PROTECTED] wrote: > Marc, since you're on rc1, you could have typed just this: maven -DgroupId=maven -DartifactId=maven-eclipse-plugin -Dversion-1.5-SNAPSHOT plugin:download (for the record: small typo above: -Dversion={version-label}) and it would have done it all for you. dion, many

Re: absolute paths with eclipse:generate-classpath

2003-10-13 Thread dion
Marc Portier <[EMAIL PROTECTED]> wrote on 14/10/2003 05:54:33 AM: > Hi again, > > 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 >

Re: absolute paths with eclipse:generate-classpath

2003-10-13 Thread Marc Portier
Hi again, 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

absolute paths with eclipse:generate-classpath

2003-10-13 Thread Marc Portier
Hi all, when calling goal eclipse:generate-classpath on the project.xml (in dir c:\projects\eclipse\maven-tryout) holding this snippet: src/java results in a .classpath file holding an *absolute path* for the src-classpath-entry: Really don't know if this is as should be