Skip to content

Incorrect .classpath file for org.springframework.context [SPR-5645] #10316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Apr 1, 2009 · 1 comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Klaus Lehner opened SPR-5645 and commented

I've just checked out the 3.0 trunk of the springframework, built it as described in the spring blog, imported it into eclipse, but there is an error in the .classpath file of the project org.springframework.context, therefore Eclipse cannot build the project

line 33 says:

<classpathentry kind="var" path="IVY_CACHE/org.antlr/com.springsource.antlr/3.0.1/com.springsource.antlr-3.0.1.jar" sourcepath="/IVY_CACHE/org.antlr/com.springsource.antlr/3.0.1/com.springsource.antlr-sources-3.0.1.jar"/>

but correct would be

<classpathentry kind="var" path="IVY_CACHE/org.antlr/com.springsource.org.antlr/3.0.1/com.springsource.org.antlr-3.0.1.jar" sourcepath="/IVY_CACHE/org.antlr/com.springsource.org.antlr/3.0.1/com.springsource.org.antlr-sources-3.0.1.jar"/>

as it seems the bundle name of org.antlr was changed from 2.7.6 to 3.0.1 from com.springsource.antlr to com.springsource.org.antlr


Affects: 3.0 M2

@spring-projects-issues
Copy link
Collaborator Author

Klaus Lehner commented

that was fixed with revision 933 by cbeams. can be closed.

@spring-projects-issues spring-projects-issues added type: bug A general bug in: core Issues in core modules (aop, beans, core, context, expression) labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 3.0 M3 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant