RE: [EXTERNAL] Re: Does NB support collapsing regions of Java source code?

2018-01-25 Thread Henderson, Roy
Exactly what I am looking for Ivar – many thanks!

From: Ivar Grimstad [mailto:ivar.grims...@gmail.com]
Sent: 25 January 2018 10:23
To: Henderson, Roy
Cc: users@netbeans.apache.org
Subject: [EXTERNAL] Re: Does NB support collapsing regions of Java source code?

Yes, you can do it like this:

http://wiki.netbeans.org/SurroundWithCodeFolding

Ivar


On Thu, Jan 25, 2018 at 11:18 AM Henderson, Roy 
<roy.hender...@weatherford.com<mailto:roy.hender...@weatherford.com>> wrote:
Hi,

I have some large (2000+ lines) source files and have been trying to find some 
method within NB to collapse regions – in particular blocks of field 
definitions rather than methods … does NB offer this?

TIA,

Roy
This message may contain confidential and privileged information. If it has 
been sent to you in error, please reply to advise the sender of the error and 
then immediately delete it. If you are not the intended recipient, do not read, 
copy, disclose or otherwise use this message. The sender disclaims any 
liability for such unauthorized use. PLEASE NOTE that all incoming e-mails sent 
to Weatherford e-mail accounts will be archived and may be scanned by us and/or 
by external service providers to detect and prevent threats to our systems, 
investigate illegal or inappropriate behavior, and/or eliminate unsolicited 
promotional e-mails (spam). This process could result in deletion of a 
legitimate e-mail before it is read by its intended recipient at our 
organization. Moreover, based on the scanning results, the full text of e-mails 
and attachments may be made available to Weatherford security and other 
personnel for review and appropriate action. If you have any concerns about 
this process, please contact us at 
datapriv...@weatherford.com<mailto:datapriv...@weatherford.com>.
--

Java Champion, JCP EC/EG Member, EE4J PMC, JUG Leader


How to remove broken plugin?

2018-01-27 Thread Henderson, Roy
Hi,

I just downloaded and installed a plugin to provide editor window tiling ... 
when I click one of the buttons to tile two windows, the left window displays 
correctly but the right window is blank except for a solid grey vertical line 
and NB appears to throw a NPE.

My problem is that I cannot seem to find how to remove the faulty plugin ... 
I'm running NB8.2 ... any assistance would be appreciated ...

Thanks,

Roy
This message may contain confidential and privileged information. If it has 
been sent to you in error, please reply to advise the sender of the error and 
then immediately delete it. If you are not the intended recipient, do not read, 
copy, disclose or otherwise use this message. The sender disclaims any 
liability for such unauthorized use. PLEASE NOTE that all incoming e-mails sent 
to Weatherford e-mail accounts will be archived and may be scanned by us and/or 
by external service providers to detect and prevent threats to our systems, 
investigate illegal or inappropriate behavior, and/or eliminate unsolicited 
promotional e-mails (spam). This process could result in deletion of a 
legitimate e-mail before it is read by its intended recipient at our 
organization. Moreover, based on the scanning results, the full text of e-mails 
and attachments may be made available to Weatherford security and other 
personnel for review and appropriate action. If you have any concerns about 
this process, please contact us at datapriv...@weatherford.com.


Suddenly unable to clean and build project ...

2018-02-06 Thread Henderson, Roy
Running NB 8.2:

I made some source changes to a Java/FX project and now NB responds to any 
attempt to either build or run by displaying an empty "Browse JavaFX Classes" 
window - obviously the select button is inactive because nothing is contained 
in the list so the only option is to cancel ...

This problem appears to have been encountered by others, according to Google, 
but I have been unable to find either a cause or a solution ...

Any assistance would be appreciated ...
This message may contain confidential and privileged information. If it has 
been sent to you in error, please reply to advise the sender of the error and 
then immediately delete it. If you are not the intended recipient, do not read, 
copy, disclose or otherwise use this message. The sender disclaims any 
liability for such unauthorized use. PLEASE NOTE that all incoming e-mails sent 
to Weatherford e-mail accounts will be archived and may be scanned by us and/or 
by external service providers to detect and prevent threats to our systems, 
investigate illegal or inappropriate behavior, and/or eliminate unsolicited 
promotional e-mails (spam). This process could result in deletion of a 
legitimate e-mail before it is read by its intended recipient at our 
organization. Moreover, based on the scanning results, the full text of e-mails 
and attachments may be made available to Weatherford security and other 
personnel for review and appropriate action. If you have any concerns about 
this process, please contact us at datapriv...@weatherford.com.


Importing a package from a nested jar?

2018-02-23 Thread Henderson, Roy
I'm not sure if this is a Java question or a NetBeans one, so apologies if I'm 
crossing a forum boundary but any pointers towards a solution will be most 
appreciated:

Writing a Java 8 application in NB8.2
I have a third-party jar which also contains nested jars
I have added the jar to my project under libraries node

I need to import a package from one of the nested jars but cannot get any 
information regarding the import syntax needed to do this

Is this possible or do I need to try and extract the nested jar and then import 
it?

Thanks for any responses ...

Roy
This message may contain confidential and privileged information. If it has 
been sent to you in error, please reply to advise the sender of the error and 
then immediately delete it. If you are not the intended recipient, do not read, 
copy, disclose or otherwise use this message. The sender disclaims any 
liability for such unauthorized use. PLEASE NOTE that all incoming e-mails sent 
to Weatherford e-mail accounts will be archived and may be scanned by us and/or 
by external service providers to detect and prevent threats to our systems, 
investigate illegal or inappropriate behavior, and/or eliminate unsolicited 
promotional e-mails (spam). This process could result in deletion of a 
legitimate e-mail before it is read by its intended recipient at our 
organization. Moreover, based on the scanning results, the full text of e-mails 
and attachments may be made available to Weatherford security and other 
personnel for review and appropriate action. If you have any concerns about 
this process, please contact us at datapriv...@weatherford.com.


VC2 - JavaFX problems ...

2018-10-31 Thread Henderson, Roy
Testing VC2 on W/7-64 Enterprise with JDK11.

First, tried opening working JavaFX project and got messages about JDK11 not 
being a JavaFX integrated platform. Fair enough - that is not a NB problem.

So, added JDK10.0.2 as an alternate platform and tried to simply create a new 
JavaFX / FXML sample.

The sample created (as source I mean) without problem - so then tried to run:

I then hit the same problem which forced me to move a major NB8.2 / JDK8 JavaFX 
project to Eclipse a few months back - not because I like Eclipse but simply 
because it was the only way I could move forward.

When I try to run my newly-created sample, I get a "Browse JavaFX Application 
Classes window which does not contain any classes.

Just thinking as I'm typing, is this because I'm running NB on JDK11 perhaps 
even though I've specified JDK10 for the project?

Any pointers would be most appreciated ...

TIA,

Roy

-Original Message-
From: Jiří Kovalský [mailto:jiri.koval...@oracle.com]
Sent: 31 October 2018 09:59
To: users@netbeans.apache.org; NetCAT team; d...@netbeans.apache.org
Subject: [EXTERNAL] Apache NetBeans IDE 10.0 Community Acceptance Survey

Hello NetBeans community,

 Apache NetBeans IDE 10.0 Vote Candidate (VC) 2 [1] build has been
published [1] and so the time for the final Community Acceptance survey
[2] has come too. The essential purpose of this survey is to find out if
NetBeans community accepts the latest VC build as ready for GA or not.
Please note that this poll is not about Apache NetBeans IDE 10.0 sources
but about its functionality and behavior.

 [1]
https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans/incubating-10.0-vc2/incubating-netbeans-10.0-vc2-bin.zip
 [2] https://goo.gl/forms/jCzBLA34hNZb4k5G2

 This is a very important milestone of the release cycle so we turn
to you - NetBeans users - with request for help. Please download this
Vote Candidate, edit your Java/PHP sources, debug the code, try
refactoring features, simply test your typical use cases and once you
gain a solid opinion about the VC build please take this short survey.
It will stay open until Sunday - November 11th midnight last timezone.
In spite of that please complete the survey as soon as you can.

Thanks for your cooperation and feedback!
--
Best regards,
Jiří Kovalský
https://netbeans.apache.org

-
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

This message may contain confidential and privileged information. If it has 
been sent to you in error, please reply to advise the sender of the error and 
then immediately delete it. If you are not the intended recipient, do not read, 
copy, disclose or otherwise use this message. The sender disclaims any 
liability for such unauthorized use. PLEASE NOTE that all incoming e-mails sent 
to Weatherford e-mail accounts will be archived and may be scanned by us and/or 
by external service providers to detect and prevent threats to our systems, 
investigate illegal or inappropriate behavior, and/or eliminate unsolicited 
promotional e-mails (spam). This process could result in deletion of a 
legitimate e-mail before it is read by its intended recipient at our 
organization. Moreover, based on the scanning results, the full text of e-mails 
and attachments may be made available to Weatherford security and other 
personnel for review and appropriate action. If you have any concerns about 
this process, please contact us at datapriv...@weatherford.com.

-
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



RE: [EXTERNAL] Re: VC2 - JavaFX problems ...

2018-10-31 Thread Henderson, Roy
Thank you Helmut - appreciated.

Tried following the first video but don't get the option to add a Module-Info 
for some reason. When I bring up the menu that option is missing ...

Don't know if that is something wrong with my installation or if it is a VC2 
problem?

From: Helmut Leininger [mailto:hl...@gmx.at]
Sent: 31 October 2018 11:31
To: users@netbeans.apache.org
Subject: [EXTERNAL] Re: VC2 - JavaFX problems ...


Hi,

Gertjaan answered tthis to a  similar question:
In the case of JavaFX, JavaFX is not in JDK 11. Nothing that NetBeans can do 
about that.

It would be great to have some of those on this mailing list watching these two 
YouTube screencasts that should help you:

https://www.youtube.com/watch?v=l9aoicDiQ_A

https://www.youtube.com/watch?v=RCdBmPfzeyM

The sound in these two is not always great because the first was recorded in a 
hotel lobby and the second in a Chinese restaurant.

Gj

I tried and it works. But it needs to recreate to projoect as a Java (not 
JavaFX) project and add JavaFX as a library. Ther sources may be used unchanged.

Helmut
Am 31.10.2018 um 12:12 schrieb Henderson, Roy:

Testing VC2 on W/7-64 Enterprise with JDK11.



First, tried opening working JavaFX project and got messages about JDK11 not 
being a JavaFX integrated platform. Fair enough - that is not a NB problem.



So, added JDK10.0.2 as an alternate platform and tried to simply create a new 
JavaFX / FXML sample.



The sample created (as source I mean) without problem - so then tried to run:



I then hit the same problem which forced me to move a major NB8.2 / JDK8 JavaFX 
project to Eclipse a few months back - not because I like Eclipse but simply 
because it was the only way I could move forward.



When I try to run my newly-created sample, I get a "Browse JavaFX Application 
Classes window which does not contain any classes.



Just thinking as I'm typing, is this because I'm running NB on JDK11 perhaps 
even though I've specified JDK10 for the project?



Any pointers would be most appreciated ...



TIA,



Roy



-Original Message-

From: Jiří Kovalský [mailto:jiri.koval...@oracle.com]

Sent: 31 October 2018 09:59

To: users@netbeans.apache.org<mailto:users@netbeans.apache.org>; NetCAT team; 
d...@netbeans.apache.org<mailto:d...@netbeans.apache.org>

Subject: [EXTERNAL] Apache NetBeans IDE 10.0 Community Acceptance Survey



Hello NetBeans community,



 Apache NetBeans IDE 10.0 Vote Candidate (VC) 2 [1] build has been

published [1] and so the time for the final Community Acceptance survey

[2] has come too. The essential purpose of this survey is to find out if

NetBeans community accepts the latest VC build as ready for GA or not.

Please note that this poll is not about Apache NetBeans IDE 10.0 sources

but about its functionality and behavior.



 [1]

https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans/incubating-10.0-vc2/incubating-netbeans-10.0-vc2-bin.zip

 [2] https://goo.gl/forms/jCzBLA34hNZb4k5G2



 This is a very important milestone of the release cycle so we turn

to you - NetBeans users - with request for help. Please download this

Vote Candidate, edit your Java/PHP sources, debug the code, try

refactoring features, simply test your typical use cases and once you

gain a solid opinion about the VC build please take this short survey.

It will stay open until Sunday - November 11th midnight last timezone.

In spite of that please complete the survey as soon as you can.



Thanks for your cooperation and feedback!

--

Best regards,

Jiří Kovalský

https://netbeans.apache.org



-

To unsubscribe, e-mail: 
users-unsubscr...@netbeans.apache.org<mailto:users-unsubscr...@netbeans.apache.org>

For additional commands, e-mail: 
users-h...@netbeans.apache.org<mailto:users-h...@netbeans.apache.org>



For further information about the NetBeans mailing lists, visit:

https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



This message may contain confidential and privileged information. If it has 
been sent to you in error, please reply to advise the sender of the error and 
then immediately delete it. If you are not the intended recipient, do not read, 
copy, disclose or otherwise use this message. The sender disclaims any 
liability for such unauthorized use. PLEASE NOTE that all incoming e-mails sent 
to Weatherford e-mail accounts will be archived and may be scanned by us and/or 
by external service providers to detect and prevent threats to our systems, 
investigate illegal or inappropriate behavior, and/or eliminate unsolicited 
promotional e-mails (spam). This process could result in deletion of a 
legitimate e-mail before it is read by its intended recipient at our 
organization. Moreover, based on the scanning results, the full text of e-mails 
and attachments may be made available to Weatherford security an

Trivial VC2 issue - file version of NB launchers is 9

2018-10-31 Thread Henderson, Roy
A trivial issue I noticed after installing VC2 on W7-64 is that the netbeans 
and netbeans64 launchers show as file version 9.0 dated 16-08-2018.

For consistency, I would have expected these to show as file version 10.

It made me stop for a moment and question if I had somehow downloaded or 
installed NB9 by mistake.

Roy
This message may contain confidential and privileged information. If it has 
been sent to you in error, please reply to advise the sender of the error and 
then immediately delete it. If you are not the intended recipient, do not read, 
copy, disclose or otherwise use this message. The sender disclaims any 
liability for such unauthorized use. PLEASE NOTE that all incoming e-mails sent 
to Weatherford e-mail accounts will be archived and may be scanned by us and/or 
by external service providers to detect and prevent threats to our systems, 
investigate illegal or inappropriate behavior, and/or eliminate unsolicited 
promotional e-mails (spam). This process could result in deletion of a 
legitimate e-mail before it is read by its intended recipient at our 
organization. Moreover, based on the scanning results, the full text of e-mails 
and attachments may be made available to Weatherford security and other 
personnel for review and appropriate action. If you have any concerns about 
this process, please contact us at datapriv...@weatherford.com.


RE: [EXTERNAL] Re: Trivial VC2 issue - file version of NB launchers is 9

2018-10-31 Thread Henderson, Roy
Apologies Helmut for not being clearer with my original explanation:

I meant if you hover the mouse over the netbeans or netbeans64 files in vc2/bin 
using Windows explorer then the file versions display as 9.0.0

As I said, it’s trivial and does not impact actual function of course – just 
not sure where the bar is set for giving feedback on VC builds?

Roy

From: Helmut Leininger [mailto:hl...@gmx.at]
Sent: 31 October 2018 15:16
To: users@netbeans.apache.org
Subject: [EXTERNAL] Re: Trivial VC2 issue - file version of NB launchers is 9


did you specify  jdkhome on the command line (netbeans.exe ?) to point to jdk11 
? Otherwise Netbeans will use the default Java version.

Helmut
Am 31.10.2018 um 15:18 schrieb Henderson, Roy:
A trivial issue I noticed after installing VC2 on W7-64 is that the netbeans 
and netbeans64 launchers show as file version 9.0 dated 16-08-2018.

For consistency, I would have expected these to show as file version 10.

It made me stop for a moment and question if I had somehow downloaded or 
installed NB9 by mistake.

Roy
This message may contain confidential and privileged information. If it has 
been sent to you in error, please reply to advise the sender of the error and 
then immediately delete it. If you are not the intended recipient, do not read, 
copy, disclose or otherwise use this message. The sender disclaims any 
liability for such unauthorized use. PLEASE NOTE that all incoming e-mails sent 
to Weatherford e-mail accounts will be archived and may be scanned by us and/or 
by external service providers to detect and prevent threats to our systems, 
investigate illegal or inappropriate behavior, and/or eliminate unsolicited 
promotional e-mails (spam). This process could result in deletion of a 
legitimate e-mail before it is read by its intended recipient at our 
organization. Moreover, based on the scanning results, the full text of e-mails 
and attachments may be made available to Weatherford security and other 
personnel for review and appropriate action. If you have any concerns about 
this process, please contact us at 
datapriv...@weatherford.com<mailto:datapriv...@weatherford.com>.


RE: [EXTERNAL] Re: VC2 - JavaFX problems ...

2018-10-31 Thread Henderson, Roy
.. and I now have vc2 + JDK11 + openfx11 running successfully!

I doubt I would have managed that without assistance so my thanks to Gj and 
Helmut for support.

Next challenge is to try and return my project from Eclipse back to NB but I 
think that exercise will take me days rather than hours because I have to also 
transition from Java 8 to Java 11.

Thanks again guys!

Roy

From: Geertjan Wielenga [mailto:geertjan.wiele...@googlemail.com.INVALID]
Sent: 31 October 2018 12:42
To: NetBeans Mailing List
Subject: Re: [EXTERNAL] Re: VC2 - JavaFX problems ...

Just go to the New File dialog, where you'll find 'Java Module Info' in the 
Java category.

Gj

On Wed, Oct 31, 2018 at 1:36 PM Henderson, Roy 
mailto:roy.hender...@weatherford.com>> wrote:
Testing VC2 on W/7-64 Enterprise with JDK11.

First, tried opening working JavaFX project and got messages about JDK11 not 
being a JavaFX integrated platform. Fair enough - that is not a NB problem.

So, added JDK10.0.2 as an alternate platform and tried to simply create a new 
JavaFX / FXML sample.

The sample created (as source I mean) without problem - so then tried to run:

I then hit the same problem which forced me to move a major NB8.2 / JDK8 JavaFX 
project to Eclipse a few months back - not because I like Eclipse but simply 
because it was the only way I could move forward.

When I try to run my newly-created sample, I get a "Browse JavaFX Application 
Classes window which does not contain any classes.

Just thinking as I'm typing, is this because I'm running NB on JDK11 perhaps 
even though I've specified JDK10 for the project?

Any pointers would be most appreciated ...

TIA,

Roy

-Original Message-
From: Jiří Kovalský 
[mailto:jiri.koval...@oracle.com<mailto:jiri.koval...@oracle.com>]
Sent: 31 October 2018 09:59
To: users@netbeans.apache.org<mailto:users@netbeans.apache.org>; NetCAT team; 
d...@netbeans.apache.org<mailto:d...@netbeans.apache.org>
Subject: [EXTERNAL] Apache NetBeans IDE 10.0 Community Acceptance Survey

Hello NetBeans community,

 Apache NetBeans IDE 10.0 Vote Candidate (VC) 2 [1] build has been
published [1] and so the time for the final Community Acceptance survey
[2] has come too. The essential purpose of this survey is to find out if
NetBeans community accepts the latest VC build as ready for GA or not.
Please note that this poll is not about Apache NetBeans IDE 10.0 sources
but about its functionality and behavior.

 [1]
https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans/incubating-10.0-vc2/incubating-netbeans-10.0-vc2-bin.zip
 [2] https://goo.gl/forms/jCzBLA34hNZb4k5G2

 This is a very important milestone of the release cycle so we turn
to you - NetBeans users - with request for help. Please download this
Vote Candidate, edit your Java/PHP sources, debug the code, try
refactoring features, simply test your typical use cases and once you
gain a solid opinion about the VC build please take this short survey.
It will stay open until Sunday - November 11th midnight last timezone.
In spite of that please complete the survey as soon as you can.

Thanks for your cooperation and feedback!
--
Best regards,
Jiří Kovalský
https://netbeans.apache.org

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

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

This message may contain confidential and privileged information. If it has 
been sent to you in error, please reply to advise the sender of the error and 
then immediately delete it. If you are not the intended recipient, do not read, 
copy, disclose or otherwise use this message. The sender disclaims any 
liability for such unauthorized use. PLEASE NOTE that all incoming e-mails sent 
to Weatherford e-mail accounts will be archived and may be scanned by us and/or 
by external service providers to detect and prevent threats to our systems, 
investigate illegal or inappropriate behavior, and/or eliminate unsolicited 
promotional e-mails (spam). This process could result in deletion of a 
legitimate e-mail before it is read by its intended recipient at our 
organization. Moreover, based on the scanning results, the full text of e-mails 
and attachments may be made available to Weatherford security and other 
personnel for review and appropriate action. If you have any concerns about 
this process, please contact us at 
datapriv...@weatherford.com<mailto:datapriv...@weatherford.com>.

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

JRE 11?

2018-11-03 Thread Henderson, Roy
This is not strictly a Netbeans question but I hope I will be allowed a little 
latitude by the list as I'm sure the answer will be known here.

I have JDK 11 downloaded but I can't find a download for JRE 11. Is there a JRE 
11 or has there been a fundamental change between 10 and 11 deployment which I 
have missed?

TIA,

Roy
This message may contain confidential and privileged information. If it has 
been sent to you in error, please reply to advise the sender of the error and 
then immediately delete it. If you are not the intended recipient, do not read, 
copy, disclose or otherwise use this message. The sender disclaims any 
liability for such unauthorized use. PLEASE NOTE that all incoming e-mails sent 
to Weatherford e-mail accounts will be archived and may be scanned by us and/or 
by external service providers to detect and prevent threats to our systems, 
investigate illegal or inappropriate behavior, and/or eliminate unsolicited 
promotional e-mails (spam). This process could result in deletion of a 
legitimate e-mail before it is read by its intended recipient at our 
organization. Moreover, based on the scanning results, the full text of e-mails 
and attachments may be made available to Weatherford security and other 
personnel for review and appropriate action. If you have any concerns about 
this process, please contact us at datapriv...@weatherford.com.


RE: [EXTERNAL] Re: JRE 11?

2018-11-03 Thread Henderson, Roy
In which case I will stop searching! Many thanks for the prompt response Paul – 
appreciated!

From: Paul Franz [mailto:paul.fr...@oracle.com]
Sent: 03 November 2018 10:33
To: Henderson, Roy
Cc: users@netbeans.apache.org
Subject: [EXTERNAL] Re: JRE 11?

To my knowledge there will be no JRE until April.
Paul Franz
Senior Principal Applications Engineer


On Nov 3, 2018, at 5:55 AM, Henderson, Roy 
mailto:roy.hender...@weatherford.com>> wrote:
This is not strictly a Netbeans question but I hope I will be allowed a little 
latitude by the list as I’m sure the answer will be known here.

I have JDK 11 downloaded but I can’t find a download for JRE 11. Is there a JRE 
11 or has there been a fundamental change between 10 and 11 deployment which I 
have missed?

TIA,

Roy
This message may contain confidential and privileged information. If it has 
been sent to you in error, please reply to advise the sender of the error and 
then immediately delete it. If you are not the intended recipient, do not read, 
copy, disclose or otherwise use this message. The sender disclaims any 
liability for such unauthorized use. PLEASE NOTE that all incoming e-mails sent 
to Weatherford e-mail accounts will be archived and may be scanned by us and/or 
by external service providers to detect and prevent threats to our systems, 
investigate illegal or inappropriate behavior, and/or eliminate unsolicited 
promotional e-mails (spam). This process could result in deletion of a 
legitimate e-mail before it is read by its intended recipient at our 
organization. Moreover, based on the scanning results, the full text of e-mails 
and attachments may be made available to Weatherford security and other 
personnel for review and appropriate action. If you have any concerns about 
this process, please contact us at 
datapriv...@weatherford.com<mailto:datapriv...@weatherford.com>.


NB-10 Experience - Impressed!

2019-01-05 Thread Henderson, Roy
During last year I had to move a project from NB-8.2 to Eclipse due to problems 
with NB which I didn't have the time to work on. Having used NB since around 
3.5 I was definitely out of my comfort zone with Eclipse. Having followed the 
NB move to ASF and waited for NB-10 I finally decided to tackle my problem 
project head-on and see if I could return to my preferred IDE.

So - I downloaded and installed JDK-11.0.1 / OpenFX-11.0.1 and NB-10. I then 
imported my project from Eclipse into NB-10 and tried a Clean and Build. I 
initially had lots of red flags associated with FXML but got those fixed fairly 
quickly and got a successful build. First attempt to run failed with new FX 
errors but a trip to Gluon gave me a clear example showing how to fix those.

Anyway, within little more than an hour I had my project running on Java-11 / 
FX-11 / NB-10. It's hardly an Airline Control System but it's definitely not a 
Hello World either!

The point of this ramble is to give context to a very happy NB-10 user and to 
say congratulations and a sincere thank you to everyone who has been involved 
in bringing NB-10 to release!

Very pleased and impressed with my NB-10 experience ...

Regards,

Roy


This message may contain confidential and privileged information. If it has 
been sent to you in error, please reply to advise the sender of the error and 
then immediately delete it. If you are not the intended recipient, do not read, 
copy, disclose or otherwise use this message. The sender disclaims any 
liability for such unauthorized use. PLEASE NOTE that all incoming e-mails sent 
to Weatherford e-mail accounts will be archived and may be scanned by us and/or 
by external service providers to detect and prevent threats to our systems, 
investigate illegal or inappropriate behavior, and/or eliminate unsolicited 
promotional e-mails (spam). This process could result in deletion of a 
legitimate e-mail before it is read by its intended recipient at our 
organization. Moreover, based on the scanning results, the full text of e-mails 
and attachments may be made available to Weatherford security and other 
personnel for review and appropriate action. If you have any concerns about 
this process, please contact us at datapriv...@weatherford.com.


RE: [EXTERNAL] Re: NetBeans 10

2018-12-13 Thread Henderson, Roy
Geertjan,

Will we still need to wait for JDK 11.0.2 before using NB 10 with JDK 11?

Thanks,

Roy

From: Geertjan Wielenga [mailto:geertjan.wiele...@googlemail.com.INVALID]
Sent: 13 December 2018 14:21
To: NetBeans Mailing List
Subject: [EXTERNAL] Re: NetBeans 10

Busily working through some high priority (and unexpected) last minute issues, 
then a new voting candidate, new voting, etc.

Gj

On Thu, Dec 13, 2018 at 3:06 PM John Lavelle 
mailto:j...@jql.co.uk>> wrote:
Hi,

What's the status of NetBeans 10 release?

Best regards,
John

This message may contain confidential and privileged information. If it has 
been sent to you in error, please reply to advise the sender of the error and 
then immediately delete it. If you are not the intended recipient, do not read, 
copy, disclose or otherwise use this message. The sender disclaims any 
liability for such unauthorized use. PLEASE NOTE that all incoming e-mails sent 
to Weatherford e-mail accounts will be archived and may be scanned by us and/or 
by external service providers to detect and prevent threats to our systems, 
investigate illegal or inappropriate behavior, and/or eliminate unsolicited 
promotional e-mails (spam). This process could result in deletion of a 
legitimate e-mail before it is read by its intended recipient at our 
organization. Moreover, based on the scanning results, the full text of e-mails 
and attachments may be made available to Weatherford security and other 
personnel for review and appropriate action. If you have any concerns about 
this process, please contact us at datapriv...@weatherford.com.


RE: [EXTERNAL] 12.2 Beta 1 available

2020-10-19 Thread Henderson, Roy
Geertjan,

Not sure correct process for reporting, so apologies for this route …

Looks to be a minor typo on the release schedule:

https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule

At foot of table, release date for 13.3 is shown as 2021 but I think this 
should actually be 2022.

Regards,

Roy


From: Geertjan Wielenga 
Sent: 16 October 2020 12:30
To: NetBeans Mailing List 
Subject: [EXTERNAL] 12.2 Beta 1 available


CAUTION: This email originated from outside the organization. Do not click 
links or open attachments unless you recognize the sender and know the content 
is safe.


Hi all,

https://lists.apache.org/thread.html/rd79881df1526828299ef89a0929517a0cf148284e79c086d1cccfde3%40%3Cdev.netbeans.apache.org%3E

Take it for a spin, see if your current work processes continue working as they 
should, and take a look at the list of closed issues via the link above to see 
what's new.

Thanks,

Gj
This electronic communication is for the use of the intended recipient(s) only, 
and may contain confidential, privileged or proprietary information. If you are 
not an intended recipient, please reply to the sender and then immediately 
delete and destroy all copies of the communication. See our Electronic 
Communications Terms and 
Conditions
 for further information