Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho product not including native launchers in 0.11.*

On 22-Sep-2011, at 12:54 PM, Eduardo Kortright wrote:
>     [ERROR] Cannot resolve project dependencies:
>     [ERROR]   Software being installed: XXX 2.1.0.qualifier
>     [ERROR]   Missing requirement: XXX 2.1.0.qualifier requires 'org.eclipse.equinox.executable.feature.group 0.0.0' but it could not be found


That feature is what contains the launchers.  So it's no surprise you're having difficulties.

Are you specifying a .target definition file?  You need to ensure you have the delta pack available.

Otherwise it would help to specify your parent pom.xml.  The normal Eclipse p2 repositories (e.g., http://download.eclipse.org/releases/indigo/) has the o.e.e.e feature.

Brian.

Back to the top