Garry Watkins

Results 6 comments of Garry Watkins

Ok, it was just surprising behavior to me. I originally generated the package, but after having to fix it several times, I decided to remove it from generation, and suddenly...

I looked into file URLs and I believe that they don't allow relative file paths due to security concerns. The following is how I would like to specify it. I...

Yes it is resetting things back to 5.5 actually. I am using the 1.1 binary of CreateAPI, using a package plugin for my builds.

Unfortunately bndtools is an eclipse only thing. I am currently running the debugger with this in my test-debug.bndrun file: ``` -include=./test.bndrun -runjdb: 10001 ``` then I have to fire up...

I do use the TestOSGi like this: I have a separate debug task that use the -jdb, otherwise it will get hung up in CI builds. ```kotlin val resolveTask =...

@bjhargrave > > Also is there a way to specify a workspace within the bndrun file? > > Normally, in a non-Bnd workspace model build like gradle, there is no...