wocommunity / wolips

wolips
53 stars 53 forks source link

Missing Juno dependency #98

Closed davidnqd closed 11 years ago

davidnqd commented 11 years ago

Hey All,

Just encountered an issue while trying to install WOLips on Eclipse Juno Service Release 1 about a missing dependency: org.eclipse.update.ui

It appears that org.eclipse.update.ui has been deprecated in 4.2:

Description: These provisional APIs were deprecated and superseded by new API provided by Equinox p2 in Eclipse 3.4. These bundles have been removed from the Eclipse SDK in 4.2, but remain available and fully compatible with 4.2 should any application or product require them.

Action required: Clients that rely on the provisional API or implementation in these bundles should migrate to the functionality and API provided by Equinox p2. Alternatively, products can install these bundles from the Eclipse 3.8 repository and they will continue to function in Eclipse 4.2-based applications.

See: http://www.eclipse.org/eclipse/development/porting/4.2/incompatibilities.html#update-manager

qdolan commented 11 years ago

What branch build of wolips did you try to install? 4.2 is currently unsupported because it sucks and has regressions that make entity modeler unusable.

Sent from my iPhone

On 30/01/2013, at 6:42 AM, davidnqd notifications@github.com wrote:

Hey All,

Just encountered an issue while trying to install WOLips on Eclipse Juno Service Release 1 about a missing dependency: org.eclipse.update.ui

It appears that org.eclipse.update.ui has been deprecated in 4.2:

Description: These provisional APIs were deprecated and superseded by new API provided by Equinox p2 in Eclipse 3.4. These bundles have been removed from the Eclipse SDK in 4.2, but remain available and fully compatible with 4.2 should any application or product require them.

Action required: Clients that rely on the provisional API or implementation in these bundles should migrate to the functionality and API provided by Equinox p2. Alternatively, products can install these bundles from the Eclipse 3.8 repository and they will continue to function in Eclipse 4.2-based applications.

See: http://www.eclipse.org/eclipse/development/porting/4.2/incompatibilities.html#update-manager

— Reply to this email directly or view it on GitHub.

davidnqd commented 11 years ago

I was using http://jenkins.wocommunity.org/job/WOLips42/lastSuccessfulBuild/artifact/temp/dist/

I installed WOLips successfully on another machine with a fresh eclipse 4.2 without any issues so I'll chalk one up for a bad eclipse installation.

Your quick response is appreciated though!