Stefan Hirche
Stefan Hirche
OK, I'll just add the generated module.json file ``` { "formatVersion": "1.1", "component": { "group": "de.kgucms.tps.scripts", "module": "platform", "version": "14.1.0-SNAPSHOT", "attributes": { "org.gradle.status": "integration" } }, "createdBy": { "gradle": {...
Anything new here, as I would really like to use the java platform feature, but not without an automatism to update versions. Anything I can do to help but be...
I tested again and put the key information both into th gradle.properties and as parameters (-D...) in the command line. Still nothing works Is there anything else I could test?...
That's no solution, sorry. All my builds break if the NVD servers have any issues. All builds. And basically I don't care a lot about those checks. But I won't...
Hi, can anyone please give some explanation, how this should work on a CI? I understand that there should be some caching mechanism implemented, but how? The documentation says, it...
Hi. First, the trace: java.lang.NoSuchMethodError: org.apache.commons.io.FileUtils.writeStringToFile(Ljava/io/File;Ljava/lang/String;Ljava/lang/String;Z)V at de.jcup.asciidoctoreditor.AsciiDocFileUtils.createHiddenEditorFile(AsciiDocFileUtils.java:120) at de.jcup.asciidoctoreditor.AsciiDoctorWrapper.convertToHTML(AsciiDoctorWrapper.java:74) at de.jcup.asciidoctoreditor.AsciiDoctorEditorBuildSupport.fullBuildTemporaryHTMLFilesAndShowAfter(AsciiDoctorEditorBuildSupport.java:193) at de.jcup.asciidoctoreditor.AsciiDoctorEditorBuildSupport.access$0(AsciiDoctorEditorBuildSupport.java:151) at de.jcup.asciidoctoreditor.AsciiDoctorEditorBuildSupport$1.run(AsciiDoctorEditorBuildSupport.java:118) at org.eclipse.core.runtime.jobs.Job$2.run(Job.java:185) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
I use version 1.4.4 of the editor Java Version is 11.0.1 Eclipse Version: 2019-03 (4.11.0) Build id: 20190314-1200
OK, tried to use Java 1.8.0_181 but got the same issue.
Windows 10. Albert Tregnaghi schrieb am Di., 21. Mai 2019 10:02: > Hmm... i provide the library by my lib plugin. But you are (at least > currently) the only...