Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Eclipse validation in kura emulator

Hi Scott,


This is a known issue, but we have never really root caused the issue. The Equinox bundles are exporting the javax.microedition package, so I'm not sure why it doesn't resolve with the validate option. We could make the package import "optional" in the manifests, but this doesn't seem like the correct approach.


In any case, I believe you are stuck leaving the validate option turned off. If you want to file an issue in the Github repo, we will try and take a look to find the root cause.


Thanks,

--Dave


From: kura-dev-bounces@xxxxxxxxxxx <kura-dev-bounces@xxxxxxxxxxx> on behalf of Lewis, ScottX <scottx.lewis@xxxxxxxxx>
Sent: Tuesday, June 6, 2017 5:13:13 PM
To: kura-dev@xxxxxxxxxxx
Subject: [kura-dev] Eclipse validation in kura emulator
 
Howdy,

We are currently using the Kura 2.1 emulator.   If launched with a launch config with Validate Plug-ins automatically prior to launching checked the validator finds problems with

org.eclipse.kura.api
and
org.eclipse.kura.core.comm

And the problem for both is:   Missing Constraint: Import-Package: javax.microedition.io;version="0.0.0"

This is a spurious problem, as when launched anyway these bundles resolve and run fine.

My question is:  Is there anyway (other than turning off validation) to prevent the spurious problems from being identified?

Thanks,

Scott

_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev

Back to the top