Re: 11.0 VC1 - Observations/Questions

2019-03-22 Thread Laszlo Kishalmi
Well, if this one would not be the final, then most probably the next 
one would be that.


The requested improvement is a medium heavy one it could go into 11.1 
first if we are going to have such a release.


On 3/22/19 5:56 AM, Mike Billman wrote:

Laszlo -

Do you think these will make it to the final NB 11 release?  Again, they aren't 
critical for me, but sure would be nice 😊

Mike

-Original Message-
From: Mike Billman 
Sent: Monday, February 18, 2019 2:06 PM
To: dev@netbeans.incubator.apache.org
Subject: RE: 11.0 VC1 - Observations/Questions

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 
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


B CB  [  
X  ܚX KK[XZ[
  ] ][  X  ܚX P ] X[ ˚[  X ]܋ \X K ܙ B  ܈Y][ۘ[  [X[  K[XZ[
  ] Z[ ] X[ ˚[  X ]܋ \X K ܙ B B  ܈ \ \ [  ܛX][ۈX  ]H ] X[ 
 XZ[[  \   \ ]
  B ΋Z K \X K ܙ   ۙ Y[  K \ ^KӑU PS   XZ[[   \  B B B

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

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




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

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





RE: 11.0 VC1 - Observations/Questions

2019-03-22 Thread Mike Billman
Laszlo -

Do you think these will make it to the final NB 11 release?  Again, they aren't 
critical for me, but sure would be nice 😊

Mike

-Original Message-
From: Mike Billman  
Sent: Monday, February 18, 2019 2:06 PM
To: dev@netbeans.incubator.apache.org
Subject: RE: 11.0 VC1 - Observations/Questions

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 
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
>
B CB  [  
X  ܚX KK[XZ[
 ] ][  X  ܚX P ] X[ ˚[  X ]܋ \X K ܙ B  ܈Y][ۘ[  [X[  K[XZ[
 ] Z[ ] X[ ˚[  X ]܋ \X K ܙ B B  ܈ \ \ [  ܛX][ۈX  ]H ] X[  
XZ[[  \   \ ]
 B ΋Z K \X K ܙ   ۙ Y[  K \ ^KӑU PS   XZ[[   \  B B B


RE: 11.0 VC1 - Observations/Questions

2019-02-18 Thread Mike Billman
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  
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
>


Re: 11.0 VC1 - Observations/Questions

2019-02-18 Thread Laszlo Kishalmi

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 

F +1 513 469 1425