Laszlo - Thanks for your reply. I don't think either is a critical for me...the excludes in our project include some sample files that wouldn't normally compile, so I get the nice red exclamation point, but the gradle build still works correctly, so it is not really an issue.
Mike -----Original Message----- From: Laszlo Kishalmi <laszlo.kisha...@gmail.com> Sent: Monday, February 18, 2019 1:11 PM To: dev@netbeans.incubator.apache.org Subject: Re: 11.0 VC1 - Observations/Questions Dear Mike, Well, I think it is Ok to report these here. Yes, it is true that excludes as well as includes are not supported by right now, I've created https://issues.apache.org/jira/browse/NETBEANS-2136 for that. For the other one, it is good to encounter non-default project layouts from time to time. https://issues.apache.org/jira/browse/NETBEANS-2137 is to improve the situation here. I'm not sure that I can deliver NETBEANS-2136 in the 11.0 timeframe, but NETBEANS-2137 could be feasible. Thank you for your feedback! On 2/18/19 8:23 AM, Mike Billman wrote: > > Please redirect me if appropriate… > > I am using the gradle support new in 11.0. I am noticing the following: > > * It appears the exclude options are not being applied: > > sourceSets { > > main { > > java { > > srcDir 'JavaV2/Src' > > srcDir 'JavaV2/API/Src' > > srcDir 'JavaV2/Fedex/Src' > > srcDir 'JavaV2/Library/Src' > > srcDir 'JavaV2/Products/Src' > > srcDir 'JavaV2/Protocol/Src' > > srcDir 'JavaV2/Qryptonite/Src' > > srcDir 'JavaV2/Security/Src' > > srcDir 'JavaV2/Shipping/Src' > > srcDir 'JavaV2/Spring/Src' > > srcDir 'JavaV2/Ui/Src' > > exclude '**/doc-files/**' > > exclude 'makefile' > > exclude '**/makefile' > > } > > * However, I still see Library.QcSockets.TcpipNet.doc-files in my > list of sources as well as makefile > * Is there a way to make the source actually show a name that > distinguishes which source it is? Each of my above sources show > as “Source Package [java][Src]” > > These above items both function differently in NB 10.0 using the > gradle plugin. Other than that, project builds great using open JDK > 11.0.2. > > Thanks! > > Mike Billman > > Senior Software Engineer > > CPTE > > qclogo > > 11800 Conrey Rd > > Suite 150 > > Cincinnati, OH 45249 > > T +1 513 469 1424 > > E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com> > > F +1 513 469 1425 >