Skip to content

Fix spring-test-mvc Eclipse classpath #190

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

Conversation

rwinch
Copy link
Member

@rwinch rwinch commented Nov 27, 2012

This will fix the tiles3 compile issue in Eclipse

@rwinch
Copy link
Member Author

rwinch commented Nov 27, 2012

Note I logged SPR-10042 to remove the workaround which is the spring-test-mvc/ide.gradle

@rwinch
Copy link
Member Author

rwinch commented Nov 27, 2012

To be a little more specific this will fix the issues that appear as shown below:

Description Resource    Path    Location    Type
TilesConfigurer cannot be resolved to a type    JavaConfigTests.java    /spring-test-mvc/src/test/java/org/springframework/test/web/servlet/samples/context line 102    Java Problem
TilesConfigurer cannot be resolved to a type    JavaConfigTests.java    /spring-test-mvc/src/test/java/org/springframework/test/web/servlet/samples/context line 103    Java Problem
TilesConfigurer cannot be resolved to a type    JavaConfigTests.java    /spring-test-mvc/src/test/java/org/springframework/test/web/servlet/samples/context line 103    Java Problem
The import org.springframework.web.servlet.view.tiles3 cannot be resolved   JavaConfigTests.java    /spring-test-mvc/src/test/java/org/springframework/test/web/servlet/samples/context line 42 Java Problem
The import org.springframework.web.servlet.view.tiles3 cannot be resolved   JavaConfigTests.java    /spring-test-mvc/src/test/java/org/springframework/test/web/servlet/samples/context line 43 Java Problem
TilesView cannot be resolved to a type  JavaConfigTests.java    /spring-test-mvc/src/test/java/org/springframework/test/web/servlet/samples/context line 97 Java Problem

@rwinch
Copy link
Member Author

rwinch commented Nov 27, 2012

/cc @rstoyanchev - As an FYI so you know there is a workaround for this issue

cbeams added a commit that referenced this pull request Nov 27, 2012
# By Rob Winch
# Via Rob Winch
* gradle-1116:
  Make GRADLE-1116 workaround more generic

# By Rob Winch
* spring-test-mvc-classpath:
  Fix spring-test-mvc Eclipse classpath
@cbeams
Copy link
Contributor

cbeams commented Nov 27, 2012

Thanks Rob, this is merged.

@cbeams cbeams closed this Nov 27, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants