Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Problem installing from eclipse market place

Not sure I understand the problem. Feature id is translated to
installable unit id during Tycho build (p2 does the actual translation).
Eclipse marketplace client performs the same translation. You don't need
to do anything special. Are you sure you got feature ids right in
eclipse market place entry?

--
Regards,
Igor

On 2012-12-18 1:48 AM, Roi Mor wrote:
Hi,

We recently completed moving to eclipse tycho to build plug-in, feature
and update-site. Saves us 2 hours a week of manual deployment :)

The update-site works fine from a URL:
http://eclipse.openlegacy.org/updatesite

But when installed from eclipse market place, got an exception in
eclipse (indigo) log:
The following solutions are not available: OpenLegacy
(id=openlegacy.ide.eclipse.feature.*feature.group*,
site=http://eclipse.openlegacy.org/updatesite)

Indeed we found that unit(?) definition in content.xml is appended with
suffix ".feature.group"

The question is what is the correct definition of feature.xml and it's
corresponding pom.xml?
Or maybe we are missing additional configuration?

We tried various configurations, and wasn't to find the right one.

Source is at:
https://github.com/openlegacy/openlegacy/tree/master/openlegacy-ide-eclipse-feature

Thanks in advance!

--
Roi Mor
OpenLegacy project leader


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top