Transforming an eclipse pde project into a bndtools project
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:

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:

I hope one of you can hint me in the right direction.
java osgi eclipse-pde bnd bndtools
add a comment |
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:

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:

I hope one of you can hint me in the right direction.
java osgi eclipse-pde bnd bndtools
This is an experimental version of bnd that is not part of the main line. It was developed for QIvicon. I still need to merge it in master :-( You can contact me privately if you you're serious about porting pde projects and I can give you a copy.
– Peter Kriens
Nov 15 '18 at 14:40
That copy is not up to date. Again, send me a mail and we work something out. This should not be on Stackoverflow yet imho
– Peter Kriens
Nov 16 '18 at 13:24
add a comment |
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:

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:

I hope one of you can hint me in the right direction.
java osgi eclipse-pde bnd bndtools
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:

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:

I hope one of you can hint me in the right direction.
java osgi eclipse-pde bnd bndtools
java osgi eclipse-pde bnd bndtools
asked Nov 15 '18 at 9:33
Philipp MainzPhilipp Mainz
226
226
This is an experimental version of bnd that is not part of the main line. It was developed for QIvicon. I still need to merge it in master :-( You can contact me privately if you you're serious about porting pde projects and I can give you a copy.
– Peter Kriens
Nov 15 '18 at 14:40
That copy is not up to date. Again, send me a mail and we work something out. This should not be on Stackoverflow yet imho
– Peter Kriens
Nov 16 '18 at 13:24
add a comment |
This is an experimental version of bnd that is not part of the main line. It was developed for QIvicon. I still need to merge it in master :-( You can contact me privately if you you're serious about porting pde projects and I can give you a copy.
– Peter Kriens
Nov 15 '18 at 14:40
That copy is not up to date. Again, send me a mail and we work something out. This should not be on Stackoverflow yet imho
– Peter Kriens
Nov 16 '18 at 13:24
This is an experimental version of bnd that is not part of the main line. It was developed for QIvicon. I still need to merge it in master :-( You can contact me privately if you you're serious about porting pde projects and I can give you a copy.
– Peter Kriens
Nov 15 '18 at 14:40
This is an experimental version of bnd that is not part of the main line. It was developed for QIvicon. I still need to merge it in master :-( You can contact me privately if you you're serious about porting pde projects and I can give you a copy.
– Peter Kriens
Nov 15 '18 at 14:40
That copy is not up to date. Again, send me a mail and we work something out. This should not be on Stackoverflow yet imho
– Peter Kriens
Nov 16 '18 at 13:24
That copy is not up to date. Again, send me a mail and we work something out. This should not be on Stackoverflow yet imho
– Peter Kriens
Nov 16 '18 at 13:24
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53316303%2ftransforming-an-eclipse-pde-project-into-a-bndtools-project%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
add a comment |
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.
add a comment |
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.
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.
answered Nov 16 '18 at 18:46
Jochen HillerJochen Hiller
164
164
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53316303%2ftransforming-an-eclipse-pde-project-into-a-bndtools-project%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This is an experimental version of bnd that is not part of the main line. It was developed for QIvicon. I still need to merge it in master :-( You can contact me privately if you you're serious about porting pde projects and I can give you a copy.
– Peter Kriens
Nov 15 '18 at 14:40
That copy is not up to date. Again, send me a mail and we work something out. This should not be on Stackoverflow yet imho
– Peter Kriens
Nov 16 '18 at 13:24