You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Martin Burger (JIRA)" <ji...@codehaus.org> on 2005/09/01 09:29:03 UTC

[jira] Commented: (MPECLIPSE-96) classpathentry contains trailing pipe character that confuses Eclipse 3.1

    [ http://jira.codehaus.org/browse/MPECLIPSE-96?page=comments#action_45607 ] 

Martin Burger commented on MPECLIPSE-96:
----------------------------------------

Bug 105581 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=105581#c4) is fixed in Eclipse 3.2. But in the meantime this Bug here should be fixed, I think.

> classpathentry contains trailing pipe character that confuses Eclipse 3.1
> -------------------------------------------------------------------------
>
>          Key: MPECLIPSE-96
>          URL: http://jira.codehaus.org/browse/MPECLIPSE-96
>      Project: maven-eclipse-plugin
>         Type: Bug
>     Versions: 1.9
>  Environment: Windows XP SP2, Eclipse 3.1, Maven 1.1-beta-1
>     Reporter: Martin Burger

>
>
> The generated .classpath file contains an error if project.xml contains
>     <build>
>         <resources>
>             <resource>
>                 <directory>${basedir}</directory>
>                 <includes>
>                     <include>plugin.jelly</include>
>                     <include>plugin.properties</include>
>                     <include>project.properties</include>
>                     <include>project.xml</include>
>                 </includes>
>             </resource>
>         </resources>
>     </build>
> The classpathentry that should include the files contains a trailing pipe character in attribute 'including':
>     <classpathentry excluding="" including="plugin.jelly|plugin.properties|project.properties|project.xml|" kind="src" path="."></classpathentry>
> That trailing pipe character confuses Eclipse 3.1. See Bug 105581 in Eclipse's Bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=105581

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org