Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368700 - .classpath files are out of sync with project deps in nano branch of kernel.
Summary: .classpath files are out of sync with project deps in nano branch of kernel.
Status: CLOSED FIXED
Alias: None
Product: Virgo
Classification: RT
Component: runtime (show other bugs)
Version: 3.1.0.M01   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 3.5.0.M03   Edit
Assignee: Borislav Kapukaranov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-16 06:46 EST by Chris Frost CLA
Modified: 2012-01-18 05:23 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.