Target file problems [message #1123231] |
Wed, 02 October 2013 06:36  |
Eclipse User |
|
|
|
I wanted to update my current target file from the Kepler release to the current nightly build to do some tests. However, before I even managed to to make the changes to it, I ran into a problem, even though that target used to work flawlessly.
The lines:
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.bsiag.scout.rt.ui.swing.laf.rayo.feature.feature.group" version="0.0.0"/>
<repository location="http://tools.bsiag.com/marketplace/rayo"/>
</location> break the resolution of the target, apparently that feature group is no longer available.
Disabling Rayo solved that problem for the time being. However, making the following change:
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.scout.rt.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.scout.rt.testing.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.rap.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.scout.rt.rap.source.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/kepler"/>
</location> to
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.scout.rt.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.scout.rt.testing.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.rap.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.scout.rt.rap.source.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/scout/nightly"/>
</location> results in org.eclipse.rap.feature.feature.group not being locatable.
Have those features for some reason changed their names?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03826 seconds