You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Alexander Dotor (JIRA)" <ji...@codehaus.org> on 2007/02/07 18:58:44 UTC

[jira] Created: (MECLIPSE-226) Wrong Path (Last two directories of path missing) in .classpath and maven-eclipse.xml

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

        

[jira] Closed: (MECLIPSE-226) Wrong Path (Last two directories of path missing) in .classpath and maven-eclipse.xml

Posted by "Alexander Dotor (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Dotor closed MECLIPSE-226.
------------------------------------

    Resolution: Incomplete

Sorry, this was a fault on my side. Please remove this "bug" if possible.

> 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