Transforming an eclipse pde project into a bndtools project

194 Views Asked by At

I'm trying to transform an old pde project into a new bndtools project and I ran into some issues doing so. I've tried to use the CLI bnd to transform it according to this documentation but for some reason it is not doing what I expected and throws me the error

000: Unnecessary arguments [pde, -w, test_wp/, -c, -i, control.bnd]

I'm having the version 4.1.0.201810181252 of bnd on my macOS system.

My working directory looks as follows:

enter image description here

And the command I used was this one:

bnd eclipse pde -w test_wp/ -c -i control.bnd

Even by trying to only use bnd eclipse pde the resulting error looked like this:

enter image description here

I hope one of you can hint me in the right direction.

1

There are 1 best solutions below

0
On BEST ANSWER

You are trying to use a feature which is not yet public available. I will ask author (Peter Kriens) if I can share the version, or when this feature will be available in bnd.