Ned Twigg

Results 639 comments of Ned Twigg

Feel free to reopen if you have further issues.

Happy to reopen it, but I don't have any more to offer besides the two links above. The second link, about the eclipse application which gets called, is particularly relevant.

Fwiw, at DiffPlug we have fully abandoned p2 and the RCP bundling process. We use the eclipse artifacts using `com.diffplug.eclipse.mavencentral`, and we ship using https://github.com/libgdx/packr. At some point I'm going...

The easiest way to answer these - both the hang and memory consumption - is probably VisualVM. It should be able to connect to these just based on PID, and...

Oh - one last thing. I think this is changing in newer JVMs, but for a long time it had been the case that if you wanted to allow a...

Hmm... I have encountered something like that before. Eclipse signs all their jars, and at some point their signing information changed. If your classpath has some jars from before the...

I think this is a problem of plugin ordering. You should apply the `java` plugin before the `equinoxLaunch` if you are doing `addThisProject()`. Might need to add some calls to...

> Seems hacky though. Yes, almost certainly `EquinoxLaunchSource` ought to call `evaluationDependsOn` for you under the hood. Happy to take a PR for that if you'd like it fixed.

This sounds great, I'd love to merge a PR for this feature if a new feature is needed. No special hoops to jump through, but [`CONTRIBUTING.md`](https://github.com/diffplug/goomph/blob/master/CONTRIBUTING.md) has some helpful tips...

- `install` looks right to me - this is a difficult thing to test. I think you are right that the correct answer is to have a `MANUAL_TESTS.md` that should...