Netbeans Maven module with Java 9 plain module dependency does not work

2019-07-11 Thread Klaus Martinschitz
Hello, I created a very simple Netbeans Module app, containing * The aggregator Module (it's called parent) * The app module * The branding module * An additional Netbeans module, let's call it X. Everything works fine on compile. Now, I have got a p

Re: NB11 - gradle support

2019-07-11 Thread Peter Steele
Mike Gradle just uses the dependencies you have given it, the dependencies can be refined to restrict where they are used (runtime, compileOnly example) and also whether you want gradle to include children dependencies and children of those etc. (I can't remember the syntax there). It looks like

Re: NB11 - gradle support

2019-07-11 Thread Laszlo Kishalmi
The usual thing is to create an jar only with the classpath information and main jar in the manifest file, then you can use that single jar to execute your application. On 7/11/19 6:11 AM, Mike Billman wrote: Because we have a lot of jar files in our classpath, I get: CreateProcess error=206

Re: NB11 - gradle support

2019-07-11 Thread Geertjan Wielenga
Quite a lot more details are needed here, I think. I see dozens of responses when I google 'CreateProcess error=206, The filename or extension is too long'. Gj On Thu, Jul 11, 2019 at 3:11 PM Mike Billman wrote: > Because we have a lot of jar files in our classpath, I get: > > > > CreateProces

RE: NB11 - gradle support

2019-07-11 Thread Mike Billman
Because we have a lot of jar files in our classpath, I get: CreateProcess error=206, The filename or extension is too long Is there an easy way around this? Mike From: Geertjan Wielenga Sent: Wednesday, July 10, 2019 4:28 PM To: Mike Billman Cc: Laszlo Kishalmi ; users@netbeans.apache.org Sub