| Summary: | [releng] Update site is named %feature name | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Modeling] OCL | Reporter: | Ed Willink <ed> | ||||
| Component: | Core | Assignee: | Adolfo Sanchez-Barbudo Herrera <adolfosbh> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 3.1.0 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows Vista | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Ed Willink
Ed, I don't follow your steps: When using mdt-ocl-Update-3.10M5.zip to install new software I see an error concerning that there is an uncategorized feature (our org.eclipse.ocl.master feature). which also merits bugzilla ;P P.S: I must note that I'm using an Eclipse Installation which already contains the OCL stuff. Created attachment 189217 [details]
Picture of anomally
I meant
"Bundle-Localization: plugin"
Well, after some investigation I'm not sure why this doesn't properly work. My feelings buckminster issue... - It's supposed that this name come from the build-feature name, which is supposed to use the feature.properties because the feature.xml file has been externalized. - Other projects such EMF, Xtext which also tries to use a feature.properies file have had to move the feature name to the the one feature.xml rather than externalize it in the feature.properties file. - I've also checked that buckminster build features don't externalize the feature.xml (no feature.properties file around). - Since the build feature is not included in our releases, the feature doesn't need to be externalized at all. I'm removing the feature.properties file from the build feature and moving the information into the feature.xml file. Committed to HEAD. Running a build to check artifacts... I've also included org.eclipse.ocl.master feature into category.xml file... I'd like to check how the p2 repository looks like. In case I see any other anomaly, I'll open a new bugzilla concerning said category.xml issue. Cheers, Adolfo. Verified. Resolving as Fixed Are you sure it's fixed? I downloaded the N-build yesterday and the %feature has inded gone, but it has not been replaced by "MDT/OCL ". (In reply to comment #6) > Are you sure it's fixed? I downloaded the N-build yesterday and the %feature has > inded gone, but it has not been replaced by "MDT/OCL ". You experienced the same I did in comment1 Try to install software again and you will probably see "MDT/OCL Build Site". When you are adding a new software site from the wizard, you are also allowed to set a name which will probably hide the name from the software site. If none is set, at some point, the name from the software site is used (probably, when you try to download software from the site). In our case, the name of the build feature, which previously contained "%featureName" and now has the name of the feature "MDT/OCL Build Site". Does this make sense ? Regards, Adolfo. - Closing |