Bug 366375 - icu.base.source bundle missing in 4.2 milestone repositories
Summary: icu.base.source bundle missing in 4.2 milestone repositories
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.2 M7   Edit
Assignee: Platform-Releng-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 355430
Blocks:
  Show dependency tree
 
Reported: 2011-12-12 05:53 EST by Ralf Sternberg CLA
Modified: 2012-05-06 21:08 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Sternberg CLA 2011-12-12 05:53:23 EST
rsternber@build:/shared/rt/rap/base-platforms/1.5M4

In the 4.2 milestone repositories, there are two different versions of the icu bundle, but the source bundle for icu.base is missing:

$ ls -l /home/data/httpd/download.eclipse.org/eclipse/updates/4.2milestones/S-4.2M4-201112092100/plugins/ | grep icu
-rw-rw-r-- 1 pwebster common  6690628 2011-12-10 17:37 com.ibm.icu_4.4.2.v20110208.jar
-rw-rw-r-- 1 pwebster common  6701203 2011-12-10 17:36 com.ibm.icu_4.4.2.v20110823.jar
-rw-rw-r-- 1 pwebster common   188509 2011-12-10 17:36 com.ibm.icu.base_4.4.2.v20110831.jar
-rw-rw-r-- 1 pwebster common  1754120 2011-12-10 17:37 com.ibm.icu.source_4.4.2.v20110823.jar

In 3.8, it looks ok:

$ ls -l /home/data/httpd/download.eclipse.org/eclipse/updates/3.8milestones/S-3.8M4-201112091447/plugins/ | grep icu
-rw-r--r-- 1 kmoir common  6701203 2011-12-11 11:07 com.ibm.icu_4.4.2.v20110823.jar
-rw-r--r-- 1 kmoir common   188509 2011-12-11 11:07 com.ibm.icu.base_4.4.2.v20110831.jar
-rw-r--r-- 1 kmoir common   259036 2011-12-11 11:08 com.ibm.icu.base.source_4.4.2.v20110831.jar
-rw-r--r-- 1 kmoir common  1754120 2011-12-11 11:07 com.ibm.icu.source_4.4.2.v20110823.jar
Comment 1 Kim Moir CLA 2011-12-12 14:14:51 EST
The icu.base features is not currently included in the 4.2 build.  It will when the 4.2 build is primary.  See bug 355430.  

As for the extra icu bundle, not sure what's happening there.  I did fix the platform feature because the source generation specified the wrong version.

John, could you update the maps in the org.eclipse.e4.sdk so the platform feature is at version v20111212.  I don't have eclipse.e4 commit rights.
Comment 2 John Arthorne CLA 2011-12-13 10:29:08 EST
(In reply to comment #1)
> John, could you update the maps in the org.eclipse.e4.sdk so the platform
> feature is at version v20111212.  I don't have eclipse.e4 commit rights.

Ok, done:

http://git.eclipse.org/c/e4/org.eclipse.e4.releng.git/commit/?id=89ad7a2e072e7c7e0191cbb8f7d214c266e67148
Comment 3 Kim Moir CLA 2011-12-19 17:41:37 EST
This didn't fix the problem with the missing source bundle because the icu.base feature is not built in the 4.2 build.
Comment 4 David Williams CLA 2012-05-06 21:08:09 EDT
pretty sure the M7 now has what you need, that 4.2 is full from scratch primary build. 

From the file system for the 4.2milestone repository, it has  

com.ibm.icu_4.4.2.v20110823.jar
com.ibm.icu.base_4.4.2.v20110831.jar
com.ibm.icu.base.source_4.4.2.v20110831.jar
com.ibm.icu.source_4.4.2.v20110823.jar

Please confirm using 

.../eclipse/updates/4.2milestones/S-4.2M7-201205031800/

(or, the composite, at 
.../eclipse/updates/4.2milestones/

Thanks,