Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 368700

Summary: .classpath files are out of sync with project deps in nano branch of kernel.
Product: [RT] Virgo Reporter: Chris Frost <eclipse>
Component: runtimeAssignee: Borislav Kapukaranov <b.kapukaranov>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: b.kapukaranov, glyn.normington, milesg78
Version: 3.1.0.M01   
Target Milestone: 3.5.0.M03   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Chris Frost CLA 2012-01-16 06:46:18 EST
On the Nano branch in kernel, nothing compiles in Eclipse due to missing dependencies. It seems to be out of sync with the build.properties file. Using the update-dependancies.sh script should keep this synced when updating dependencies.
Comment 1 Glyn Normington CLA 2012-01-16 06:49:52 EST
Note that you can use update-dependencies.sh to fix this problem. Suppose some of the values for a dependency are correct at v1 and some, e.g. in .classpaths, are incorrect at v0. Call the script to set all the values to v0 - this will "miss" those values which are already at v0. Then call the script again to set all the values to v1 - this will find all the values.
Comment 2 Glyn Normington CLA 2012-01-18 05:23:28 EST
Borislav fixed this.