Community
Participate
Working Groups
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.
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.
Borislav fixed this.