[ http://issues.apache.org/jira/browse/GERONIMO-2393?page=comments#action_12434977 ] Joe Bohn commented on GERONIMO-2393: ------------------------------------
Are you still seeing this problem Vamsi? I'm running on xp with eclipse 3.2 (and 3.1 on another system) and I'm not noticing any problems. I really only use eclipse for source level debugging (I don't use it as a true IDE to make changes immediately run with those changes) but I suspect that if the classpaths were messed up then I wouldn't even be able to do that. I poked around a few of the .classpath files and didn't notice any problems. Can you point me to a project that is causing problems so we can see if it is a pervasive problem? > Maven eclipse plugin is generating invalid classpath entries in .classpath > -------------------------------------------------------------------------- > > Key: GERONIMO-2393 > URL: http://issues.apache.org/jira/browse/GERONIMO-2393 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: buildsystem > Affects Versions: 1.2 > Environment: WinXP, G TRUNK > Reporter: Vamsavardhana Reddy > Fix For: 1.2 > > > I have run mvn eclipse:eclipse. Upon importing the projects into eclipse, I > am noticing the the classpath entries generated have the first letter > missing. Here is an example of some classpath entries in .classpath file. > <classpathentry kind="var" > path="M2_REPO/ommons-cli/commons-cli/1.0/commons-cli-1.0.jar"/> > <classpathentry kind="var" > path="M2_REPO/tax/stax-api/1.0/stax-api-1.0.jar"/> > <classpathentry kind="var" > path="M2_REPO/lassworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar"/> > <classpathentry kind="var" > path="M2_REPO/rg/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.jar"/> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
