| Summary: | basic package contains web package | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Holger Staudacher <holger.staudacher> |
| Component: | RTP | Assignee: | Hugues Malphettes <hmalphettes> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | hmalphettes |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Holger Staudacher
I can see the issue on the N builds. The milestone build does not have this issue. Although for some reason it lacks the index.html file. Here is the p2director log when tycho creates the product archive: Installing org.eclipse.rtp.package.basic 0.1.0.v20110315-2225. Operation completed in 6253 ms. [INFO] Calling director with arguments: [-metadatarepository, file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.products/target/publisherRepository/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.basic.feature/target/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.web.feature/target/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.products/target/targetPlatformRepository/, -artifactrepository, file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.products/target/publisherRepository/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.basic.feature/target/,file:/opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.web.feature/target/,file:/opt/users/hudsonbuild/.m2/repository/, -installIU, org.eclipse.rtp.package.basic, -destination, /opt/public/jobs/rtp-packages/workspace/packages/org.eclipse.rtp.package.products/target/products/org.eclipse.rtp.package.basic/win32/win32/x86/rt-basic-incubation-0.1.0.v20110315-2225-N, -profile, DefaultProfile, -profileProperties, org.eclipse.update.install.features=true, -roaming, -p2.os, win32, -p2.ws, win32, -p2.arch, x86] It looks exactly identical on my machine. Also using the same tycho version. I'll try various tweaks but at the moment the most useful would be to hear from other people trying the build on their machine. I built the milestone on my machine and uploaded it because of some naming issues ;) See bug 339696 This also happens with the M7 Build. Got to look into what is happening. Here is the tycho bug: bug 346532 Seems that there is a work around. Is this an option for us or should we wait until the tycho bug is fixed? The workaround consists of publishing 2 repositories: 1 for each product. We could do that but I must say it would change quite a bit the rest of our infrastructure: should we call p2mirror to concatenate the 2 repositories afterwards? If there is no emergency I would wait. Ok there is a fix thanks to Tobias. We should migrate our build to use the new tycho where all the plugins IDs start with org.eclipse. Then eventually we can use the SNAPSHOT build of tycho to benefit from this fix. Although it looks brittle, I would recommend doing this and enjoy our incubating status for this year release. Let me know. Sounds good to me. If this switch will fix our problem I'm fine with it. Anyway, I talked to Wayne and maybe one week after Indigo we are not longer Incubation ;) OK it looks like it does the trick :) Only 5 megs: http://download.eclipse.org/rtp/incubation/updates/3.7-N-builds/0.1.0.v20110524-0614/rt-basic-incubation-0.1.0.v20110524-0614-N.zip And no extra configuration files leaking into the basic package: https://hudson.eclipse.org/hudson/job/rtp-packages/ws/packages/org.eclipse.rtp.package.products/target/products/org.eclipse.rtp.package.basic/linux/gtk/x86_64/rt-basic-incubation-0.1.0.v20110524-0614-N/ I also updated a few license files and switched the RTP Nightly build to use the equinox 'I' builds as there are no 'N' builds at the moment. |