Closed Rawi01 closed 4 weeks ago
In the latest Eclipse release, some plugins are signed with a different certificate, which breaks support for loading all plugins with the same class loader. It may be possible to change the way we load plugins, but for now it is easier to remove the signature files from the Eclipse plugin jars. I converted all my plugins using find . -name '*.jar' -exec zip -d '{}' 'META-INF/*.SF' 'META-INF/*.RSA' ';'
and were able to run the tests. I will add that step to the downloader.
The step is broken. Logs