dweiss commented on issue #15394:
URL: https://github.com/apache/lucene/issues/15394#issuecomment-3479265516
The root cause is from within the eclipse plugin:
```
Caused by: java.lang.IllegalArgumentException: URI scheme is not "file"
at
org.gradle.plugins.ide.eclipse.model.internal.FileReferenceFactory.fromJarURI(FileReferenceFactory.java:90)
at
org.gradle.plugins.ide.eclipse.model.AbstractLibrary.<init>(AbstractLibrary.java:42)
at
org.gradle.plugins.ide.eclipse.model.Library.<init>(Library.java:27)
at
org.gradle.plugins.ide.eclipse.model.Classpath.load(Classpath.java:84)
at
org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject.load(XmlPersistableConfigurationObject.java:55)
at
org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject.load(AbstractPersistableConfigurationObject.java:37)
at
org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObjectGenerator.read(PersistableConfigurationObjectGenerator.java:32)
at
org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObjectGenerator.read(PersistableConfigurationObjectGenerator.java:28)
at
org.gradle.plugins.ide.api.GeneratorTask.generate(GeneratorTask.java:88)
... 118 more
```
I guess it doesn't like that gradle's javadoc (that we add) being https,
which is dumb if eclipse itself allows it.
We can try to remove those files beforehand but will this not wipe someones
intentional changes?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]