Eclipse plugin development plugin requires second update site for installation -


i'm developing plugin in eclipse , when try add plugin brand new cdt installation fails following error:

cannot complete install because 1 or more required items not found.   software being installed: sloeber 4.0.0.201611052308 (io.sloeber.feature.feature.group 4.0.0.201611052308)   missing requirement: ui 4.0.0.201611052308 (io.sloeber.ui 4.0.0.201611052308) requires 'package org.eclipse.nebula.widgets.oscilloscope.multichannel 0.0.0' not found   cannot satisfy dependency:     from: sloeber 4.0.0.201611052308 (io.sloeber.feature.feature.group 4.0.0.201611052308)     to: io.sloeber.ui [4.0.0.201611052308] 

i know need update site
http://download.eclipse.org/nebula/snapshot
1 contains plugin plugin dependent upon.

if add link "software installation sites" plugin install fine.
not want users have add link manually before can install plugin.
try fix problem, have added nebula url category.xml of update site in "repository properties" "additional repositories" , feature.xml in information "sites visit" no avail.

so question is: how can add links other update sites plugin can installed in 1 go?

the solution add these update sites features did own plugin. looks in update site project. enter image description here

the code changes can seen here


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -