Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Dependency Resolver
-
Labels:None
-
Environment:Eclipse Version: 3.4.1
Build id: M20080911-1700
-
Number of attachments :
Description
When checkbox "Resolve dependencies from Workspace projects" is NOT checked, dependency resolver anyway adds every classpath entry from all projects in the workspace. It makes live really complex - if you have at least one project with unsatisfied dependency that is located above project you want to build, it will throw an exception. Not sure why it should care about other projects if I am trying to build completely different one...
Ilya, can you please attach your Eclipse configuration details from Help / About Eclipse SDK / Configuration Details?
Have you tried to run "Maven / update dependencies" action after changing this setting? Please note that it can take some time to re-resolve dependencies after you changed "resolve from workspace" setting, but you can see progress in the Progress view.