Peter Kriens

Results 248 comments of Peter Kriens

Look at the launcher to not exit: public static void main(String[] args) { try { int exitcode = 0; try { exitcode = Launcher.run(args); } catch (FrameworkRestart r) { throw...

I think the interesting solution would be to create a checksum on the **public API** of a bundle. This would be easy to do and would be easy to extend...

The problem is that bndlib originates 20 years ago with btool. I never imagined it to become this large. Nowadays, all my workspaces use an API project and there are...

I noticed that yesterday as well. Will be working on it.

I think we fundamentally were hopping between 2 strategies: create in Eclipse or create in bnd and sync. The latter is way easier because you're in Java land. And syncing...

I verified it with several setups and it seems to work fine. Closing it until a repo is provided

just create a new attribute that gets set when the first one is set? I think no overwriting is not a big deal but by looking who use the attribute...

In principle, we should only use Eclipse information & settings when it is about user preferences, not ever on something that might make a difference in the build. The VM...

I'd have a problem with this. Java 8 is still prevalent in the embedded world and especially aQute.libg is used in runtimes. And of course the launcher is running there....