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]



Reply via email to