Bnd resolve task emits unexportable version requirement #3762
Labels
maint-candidate
Issues or pull requests that are candidates for a maintenance release
Milestone
I have a sample workspace here using bnd 5.1.0-SNAPSHOT
https://github.com/gamerson/eclipse-headless-bnd
In this workspace, if you clone it and do the following...
cd eclipse.headless.app
../gradlew resolve
../gradlew export
It will fail with the following error:
If you go to the
app.bndrun
and remove the following line:with this line
And then try the
gradlew export
, it will work and correctly exports an executable jar.This bundle
bndtools.runtime.applaunch.eclipse4
is coming from a Bnd workspaceLocal
repository. It has the version of0.1.0.20141204-0657
The text was updated successfully, but these errors were encountered: