Community
Participate
Working Groups
This 4.1 build is still using v_B13a version of jdt.core instead of v_B15.
It looks like e4/releng/org.eclipse.e4.sdk/builder/build.properties needs to be updated. eclipseRepoURL = http://download.eclipse.org/eclipse/updates/3.7-I-builds/${eclipseBuildId} PW
http://download.eclipse.org/e4/sdk/drops/I20101006-1338 contains the correct jdt.core ... for last week's I build. I'll do another build tonight, that will have this week's I buld. PW
http://download.eclipse.org/e4/sdk/drops/I20101006-1955/ This contains the fix and is up to date. PW
Our SDK has I20101022-1046/repository/plugins/org.eclipse.jdt.core_3.7.0.v_B17.jar The 3.7 I build has I20101019-0800/plugins/org.eclipse.jdt.core_3.7.0.v_B18.jar PW
We need to update our /releng/org.eclipse.e4.sdk/builder/build.properties repoTargetId=v20101014sdk eclipseBuildId=I20101012-0800 PW
We need to remove this manual step from the build process or we will keep getting it wrong. Bug 289851 introduced a "latestVersion" option to the p2.mirror slicing options. I think we can use this and target the 3.7-I-Builds composite repo instead of tracking the specific IBuild children repositories. There is a separate problem of updating the download html page with the actual version that ends up getting used.
The director can generate a list of IUs from a repository in a property file format that can be read into java or ant. PW
.