File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes Resolving intra-project symbols on checkout - Eclipse Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Resolving intra-project symbols on checkout - Eclipse" Watch "Resolving intra-project symbols on checkout - Eclipse" New topic
Author

Resolving intra-project symbols on checkout - Eclipse

Ken Pelletier
Ranch Hand

Joined: Aug 01, 2002
Posts: 54
I have a multi-tiered project which I've imported into Eclipse.
There is a master build, with several component builds underneath ( webapp, model, service, unittest, etc ).
An example of an intra-project dependency is that the webapp src contains imports from the service layer. The service build creates a jar in a project lib which the webapp build puts onto the compile classpath - life is good for compilation, testing, etc.
When I checkout the project into Eclipse I get lots of 'cannot be resolved' messages. The builds and tests work fine within Eclipse, but how can I avoid those messages on checkout?
Since the references indeed cannot be resolved until the referenced jar is built, I can happily ignore them, but is there a way to lower the noise?
 
IntelliJ Java IDE
 
subject: Resolving intra-project symbols on checkout - Eclipse
 
Threads others viewed
Creating a managed bean from a referenced project
Eclipse with Tomcat
The import cannot be resolved
Intra Ranch Go Game!
Applet not shown in Eclipse internal browser.
MyEclipse, The Clear Choice