Replies: 1 comment 2 replies
-
Sorry, this stack trace is a recently introduced regression and it's really great that you reported it! The problem is that the URL for accessing *.dll, as produced by the platform, unfortunately contains a space character and URL.toURI does not properly deal with this. That's fixed now by this: You should be able to do a pull and the that particular problem will go away. Yesterday the ci.eclipse.org instances were all broken for quite a few hours so that was quite unhelpful. 😱 The CONTRIBUTING.md is indeed very crappy and really quite broken; it has not been updated since the migration from git.eclipse.org to github.com. 😱 I will try to find time ASAP to fix it. Hopefully you aren't too discouraged! |
Beta Was this translation helpful? Give feedback.
-
Hey there
I want to contribute to the oomph project. But I'm struggeling to get the codebase working right now.
I used the eclipse installer and set up an Eclipse IDE for Eclipse Committers and choose the oomph project.
Now I wanted to launch the code using the "Setup (Installer Dialog)" or "Setup (Installer Dialog Online)" launch config, but I'm getting an error after startup that there is an Illegal character at index 33 in the jreinfo.dll file. I validated the plugin list and no errors were detected.
Here is the full stacktrace: stacktrace.txt
(I'm on Windows 10)
Best regards
Sven :)
PS: maybe your CONTRIBUTING.md file could get improved. You are linking to the developer page on eclipse.org for resources which itself just refers you back to github. Furthermore you link to https://ci.eclipse.org/oomph/ for further instructions for setting up a development environment - this page is (currently) 503.
Beta Was this translation helpful? Give feedback.
All reactions