RE: Unable to derive module descriptor for gradle-api-5.6.2.jar — Provider class moduleName=model-core not in module

2019-10-16 Thread Plugins
Hi, {And sorry about my messages not being connected to the thread. I can't get my webmail to do the right thing} Github.com have finally unflagged my account now. Their „spam blocker“ objected to something of mine somewhere — allegedly. Anyway, the two issues and the one pull request [1] are vi

Re: Unable to derive module descriptor for gradle-api-5.6.2.jar — Provider class moduleName=model-core not in module

2019-10-16 Thread Alex Buckley
Good to see ... I'm sure you'll let jigsaw-dev know when a new version of Gradle is usable as automatic modules. Alex On 10/16/2019 7:21 AM, Plugins wrote: Hi, {And sorry about my messages not being connected to the thread. I can't get my webmail to do the right thing} Github.com have finall

Preparing to Repair Gradle's Malformed Module Main-Class Command Line

2019-10-16 Thread Plugins
Hi all, Please review this issue [1]? It reports a defect in the Gradle build tool's current construction of malformed java command lines that are intended to execute a Main-Class of a JPMS module. At first I thought the bug reported there was in either the Dropwizard application framework I wa

Re: Preparing to Repair Gradle's Malformed Module Main-Class Command Line

2019-10-16 Thread Alex Buckley
I was going to ask if setting `jvmArgs` in the `run` task is the right way to configure Gradle, but I see it's done here: https://guides.gradle.org/building-java-9-modules/#modify_the_code_run_code_task_to_use_modules Setting aside `-m`: How do you specify the traditional `java -jar myapp.jar

RE: Preparing to Repair Gradle's Malformed Module Main-Class Command Line

2019-10-16 Thread Plugins
Thanks for replying Alex, > „...How do you specify the traditional `java -jar > myapp.jar` to the `run` task? If it's by setting `jvmArgs` then > presumably the same problem occurs of stray arguments being passed to > the main class?..“ The traditional `java -jar myapp.jar` setting is the same