Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Target file problems(Can't find Rayo)
Target file problems [message #1123231] Wed, 02 October 2013 10:36 Go to next message
Urs Beeli is currently offline Urs BeeliFriend
Messages: 573
Registered: October 2012
Location: Bern, Switzerland
Senior Member
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?
Re: Target file problems [message #1123248 is a reply to message #1123231] Wed, 02 October 2013 11:03 Go to previous messageGo to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
For Rayo for Kepler, use this update site:
http://tools.bsiag.com/marketplace/rayo/3.9

---
In the update site:
http://download.eclipse.org/releases/kepler

you get all project participating in the release train with Kepler. This is why you find Scout and RAP (2 separate Eclipse projects).

---
However on our Scout (nightly) Update Site
http://download.eclipse.org/scout/nightly

you find only the Scout plugins. Meaning that you need to get Rap from another Update Site.

---
Be aware that we have 2 nightly (Luna and Kepler). They are mentioned on this wiki page: Scout Updatesites.

---
Check the Target Platform of the Demo Applications (for Kepler):
https://github.com/BSI-Business-Systems-Integration-AG/org.eclipsescout.demo/blob/3.9/build/org.eclipsescout.demo.target/s39_e43.target

You have similar files on the master branch for Luna.

I hope this helps.

[Updated on: Wed, 02 October 2013 11:14]

Report message to a moderator

Re: Target file problems [message #1123255 is a reply to message #1123248] Wed, 02 October 2013 11:15 Go to previous messageGo to next message
Judith Gull is currently offline Judith GullFriend
Messages: 75
Registered: February 2010
Member
The rayo feature has the id com.bsiag.scout.rt.ui.swing.laf.rayo.feature.group since 3.9.
Re: Target file problems [message #1124061 is a reply to message #1123255] Thu, 03 October 2013 06:30 Go to previous message
Urs Beeli is currently offline Urs BeeliFriend
Messages: 573
Registered: October 2012
Location: Bern, Switzerland
Senior Member
Thanks Jeremy and Judith, using the combination of http://tools.bsiag.com/marketplace/rayo/3.9 and com.bsiag.scout.rt.ui.swing.laf.rayo.feature.group brought back rayo.

And thanks for explaining why I need a different update site for RAP. In hindsight, it should have been pretty obvious Smile Thanks also for the link to the update sites, that is useful to have around!
Previous Topic:Best practices for different client types?
Next Topic:AbstractSqlStyle returns different data types in the same column
Goto Forum:
  


Current Time: Thu Apr 25 15:52:48 GMT 2024

Powered by FUDForum. Page generated in 0.04499 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top