Re: NB 11 Gradle support for java modules?

2019-05-22 Thread Laszlo Kishalmi
Unfortunately the Java modules are not supported yet. See: 
https://issues.apache.org/jira/browse/NETBEANS-2004

It is on my list, it is not trivial though. I'm just clearing out my backlog 
items and will work on it.

On 2019/05/21 14:11:30, "Terrell, Roger (CCI-Atlanta)"  
wrote: 
> Using NB 11, Gradle 5.4.1, and  Java 11 or 12... Is there a supported/correct 
> way to develop multi-module applications?
> 
> I can easily get them working without NetBeans by using the popular 
> "org.javamodularity.moduleplugin" gradle plugin, but NB doesn't recognize the 
> modules so it doesn't resolve the cross-module dependencies. I.e., the 
> 'requires' statements in the module-info.java file, and imports across 
> modules.
> 
> Thanks!
> 
> 

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



NB 11 Gradle support for java modules?

2019-05-21 Thread Terrell, Roger (CCI-Atlanta)
Using NB 11, Gradle 5.4.1, and  Java 11 or 12... Is there a supported/correct 
way to develop multi-module applications?

I can easily get them working without NetBeans by using the popular 
"org.javamodularity.moduleplugin" gradle plugin, but NB doesn't recognize the 
modules so it doesn't resolve the cross-module dependencies. I.e., the 
'requires' statements in the module-info.java file, and imports across modules.

Thanks!