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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]