Re: Netbeans outdated method references

2022-02-18 Thread Luff, Chris
I built the whole project from the terminal, removed the cache and user dir again then reopened NetBeans - problem is gone. Really not sure what that was all about or how I could recreate it! On 18 Feb 2022, at 16:20, Luff, Chris mailto:chris.l...@cerner.com.INVALID>> wrote: Additi

Re: Netbeans outdated method references

2022-02-18 Thread Luff, Chris
Additionally, the code is good and compiles and runs all the tests that are marked as syntactically incorrect in Netbeans. There must be a cache stored somewhere?!?! On 18 Feb 2022, at 16:04, Luff, Chris mailto:chris.l...@cerner.com.INVALID>> wrote: Thanks, but I don’t think th

Re: Netbeans outdated method references

2022-02-18 Thread Luff, Chris
, 2022 at 10:19 AM Luff, Chris mailto:chris.l...@cerner.com.invalid>> wrote: Hi all, Curious if anyone else has experienced this behaviour and how did they correct it. I have changed some method names but in the unit tests, the old method name is in the popup completion and free typing

Netbeans outdated method references

2022-02-18 Thread Luff, Chris
Hi all, Curious if anyone else has experienced this behaviour and how did they correct it. I have changed some method names but in the unit tests, the old method name is in the popup completion and free typing the new name purports that it is incorrect. I have cleared the cache and the user

Re: NPE com.sun.source.tree.Tree.getKind()

2021-11-09 Thread Luff, Chris
to something inept that I did!! Thanks Neil! On 9 Nov 2021, at 14:43, Luff, Chris mailto:chris.l...@cerner.com.INVALID>> wrote: Hey all, I am getting an NPE on com.sun.source.tree.Tree.getKind() frequently in Java files. Anybody else seen this before I log a Jira? Mac OS X, 11.5, x86_64 O

NPE com.sun.source.tree.Tree.getKind()

2021-11-09 Thread Luff, Chris
Hey all, I am getting an NPE on com.sun.source.tree.Tree.getKind() frequently in Java files. Anybody else seen this before I log a Jira? Mac OS X, 11.5, x86_64 OpenJDK 64-Bit Server VM, 17.0.1+12-LTS, OpenJDK Runtime Environment, 17.0.1+12-LTS Apache NetBeans IDE 12.5

Re: Having NetBeans form data hit Java derby DB automagically

2021-03-10 Thread Luff,Chris
Lot’s of scenarios and plenty of options. Usually, you would write a set of interfaces to the data structure of the database that encapsulate update, insert and delete methods. > On 10 Mar 2021, at 02:02, Amy Wolf wrote: > > I have a front end form and have set up a Java derby db with a table

Re: Running NetBeans faster on Apple Mac M1

2021-02-25 Thread Luff,Chris
Excellent - working with my company to get ahold of an M1 based Mac to test large maven reactor projects! On 25 Feb 2021, at 13:03, Carl Mosca mailto:carljmo...@gmail.com>> wrote: Yes, and "wow" On Thu, Feb 25, 2021 at 8:00 AM Geertjan Wielenga

Re: Build parent module in nbactions.xml

2021-02-19 Thread Luff,Chris
ect, which > has "common" as a dependency. > > Most of the code is developed in the "common" module. If I'm in the common > module, and I press "run", I want it to run the "javase" project. Running > the root project would accomplish this al

Re: git toolbar

2021-02-19 Thread Luff,Chris
Right click the toolbar and check Git :D On 18 Feb 2021, at 23:49, Alonso Del Arte mailto:alonso.dela...@gmail.com>> wrote: I'm using NetBeans 11.2. I'm guessing you're using 12. But I would not imagine the Git toolbar is new in 12. How do I bring it up? (I don't know because I mostly use the

Re: Build parent module in nbactions.xml

2021-02-18 Thread Luff,Chris
Can I ask what you are trying to achieve with that? Assuming your parent is set up correctly all the plugins, profiles, dependency management will flow to the child. If you want to ensure you’re building all dependent modules of the child from the parent, then you can just right-click and hit

Re: Maven Web App deployment

2021-01-18 Thread Luff,Chris
Without seeing anything, it would seem that you have bound the plugin to multiple phases. Can you share the relevant pom.xml excerpts. I was running the tomcat plugin just yesterday and did not see this problem. On 16 Jan 2021, at 18:13, Dragan Bjedov mailto:draganbje...@gmail.com>> wrote:

Re: NetBeans hanging

2020-12-08 Thread Luff,Chris
-braces/issues/11 @Junchi if you see this – happy to help with any debugging! From: Luff,Chris Date: Tuesday, 8 December 2020 at 14:44 To: James Ostrowick , Luff,Chris Cc: NetBeans Users , d...@netbeans.apache.org Subject: Re: NetBeans hanging So, in my case anyway, I can recreate when I have

Re: NetBeans hanging

2020-12-08 Thread Luff,Chris
, no hangs! I installed nb-javac no problem so far… I am going to enable other things bit by bit and will report back if I see the same behaviour but it looks like just a proper clean out is the best thing right now. From: James Ostrowick Date: Tuesday, 8 December 2020 at 12:21 To: Luff,Chris

NetBeans hanging

2020-12-08 Thread Luff,Chris
Well, after changing to the release version and running net.java.openjdk.cmd “AppleWindowTabbingMode” to prevent full screen tabs that caused hangs - I am getting some odd behaviours. Every now and again I am getting hangs with no obvious cause. In the hang that just occurred,

Re: The 12.2 release for MacOS is worse than the 12.1 release.

2020-12-03 Thread Luff,Chris
I don’t like being internet guy, but come on, how is this helpful? You could try giving us some idea of your machine specs, JDK, how many projects and size you have open or maven indexed repos? Are any errors in the notifications? I am using 12.2 on the very same macOS version and I have

Re: How to make a different JDK the "default"

2020-11-25 Thread Luff,Chris
[cid:B2C8B5F8-D1FA-4AFB-940C-EE9B08841455@Home] You can select a default in the Maven config. Associate Principal Engineer | UK Development - Care Insight and Delivery Dev | chris.l...@cerner.com | Cerner Limited On 25 Nov 2020, at 07:42,

Re: JavaFX Maven project

2020-08-21 Thread Luff,Chris
Caused by: java.lang.IllegalStateException: Location is not set. at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2459) You need to check that you have specified the correct location for your FXML. On 20 Aug 2020, at 16:36, HRH mailto:hrh...@yahoo.com.INVALID>> wrote: Hi, The

Re: JavaFX 12

2020-08-10 Thread Luff,Chris
You’ll need the javafx-maven-plugin... org.openjfx javafx-maven-plugin 0.0.4 Then configure the run action in nbactions to execute that; run jar clean javafx:run On 10 Aug 2020, at 12:55, HRH

Re: Maven Modular Projects with Java 11

2020-07-06 Thread Luff,Chris
+1 I have been using Maven projects with modules for some time. Use NetBeans to generate the module-info in the default package. Will like need some tweaking to export the right packages for consumption by the other projects. > On 6 Jul 2020, at 09:26, Neil C Smith wrote: > > On Mon, 6 Jul

Re: Scala plugin status for netbeans 12.0 ?

2020-06-29 Thread Luff,Chris
Morning, I am the repo owner - checkout the master branch and build changing this property RELEASE120 using JDK1.8. Locate all 22 NetBeans Modules (nbm) in the target directories and install using the downloaded tab of the plugin manager. I am working upon it when I get time - a complete

Re: NetBeans Terminal $PATH

2020-06-21 Thread Luff,Chris
Oh I see the problem, the NetBeans terminal is using the root directory not the user directory. If I load the zshrc into the NetBeans terminal it is fine, but maven is still using the root path. > On 21 Jun 2020, at 10:21, Luff,Chris wrote: > > Hey everyone; just noticed that the

NetBeans Terminal $PATH

2020-06-21 Thread Luff,Chris
Hey everyone; just noticed that the path from the NetBeans embedded terminal is different to that of the macOS terminal? Is there configuration so it can be the same? #Terminal ➜ ~ echo $PATH

Re: How do you setup JUnit with Maven?

2020-05-21 Thread Luff,Chris
No, nothing like that should be needed. Make sure your source packages are mirrored in the test sources. Prefix your classes with Test. Maven should run them fine. > On 21 May 2020, at 15:30, Ty Young wrote: > > Hi, > > > Can anyone tell me how to setup Maven with Netbeans? I've tried

Re: JDK 14 missing pack200 is a problem even for older NetBeans plugins!?

2020-05-21 Thread Luff,Chris
Being managed here: https://issues.apache.org/jira/browse/NETBEANS-3985 On 21 May 2020, at 10:11, Emilian Bold mailto:emilian.b...@gmail.com>> wrote: I assumed the removal of pack200 is a problem only for the NetBeans installer, but apparently NetBeans cannot even install older modules:

Re: How to Alt + Enter on mac?

2020-04-27 Thread Luff,Chris
Ah now - indeed Alt+Enter does work. However, intermittently, as in I am unable to reproduce the conditions in which it occurs, it stops working and a restart of NetBeans is needed. On 22 Apr 2020, at 22:31, Malcolm Fitzgerald mailto:malc...@notyourhomework.net>> wrote: These keys are

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Luff,Chris
windows windows msi ${javaFX.icon.path}/person.ico win --win-dir-chooser --win-menu On 16 Apr 2020, at 09:10, Luff,Chris mailto:chris.l...@cerner.com.INVALID>> wrote: Hi Ty, It can be a little confusing; can I rec

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Luff,Chris
Hi Ty, It can be a little confusing; can I recommend you follow a set of DZone[1] articles I authored on getting OpenJFX running happily in NetBeans. The articles target JDK 11 but there are no changes for 14. Using Maven there is no need to include local libraries other than that which Maven

Re: NetBeans and Derby

2020-03-19 Thread Luff,Chris
Yeah, it is not the easiest thing - which jar from the derby installation did you use to create the connection? > On 19 Mar 2020, at 04:42, Klerman wrote: > > Hello, > I'm not sure if this is the right place to post this question. > I'm trying to configure NetBeans 11.3 so it can be used with

Profiler

2020-03-16 Thread Luff,Chris
Hi all, I am profiling a remote JVM that I have some code running upon. Whilst the visual view is good I would like to look at some specific events in more detail. Is the raw data saved off? Thanks Chris CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner

Re: File Browser macOS 10.15

2020-01-08 Thread Luff,Chris
my laptop on > 10.14 since I haven't seen any reason to move to 10.15 so far, quite > the contrary). > > Can you make a simple Swing app that opens a JFileChooser there? > > --emi > > On Wed, Jan 8, 2020 at 11:36 AM Luff,Chris > wrote: >> >> Hi All, >> >

File Browser macOS 10.15

2020-01-08 Thread Luff,Chris
Hi All, I have just noticed that the Plugins module with Apache NetBeans 11.2 on macOS 10.15.2 I cannot browse for files in the Documents and Downloads folder. I did a quick search in the mailing list and cannot find anything similar. Is this a known issue possibly related to the way that

Re: [JavaFX] project jar file

2019-12-19 Thread Luff,Chris
Without more info about what toolchain you are using to build your project such as which JDK, what toolchain etc we can only help to a point. If you project is modularised then you need to use jlink to have the JavaFX modules included in the runtime. If not, and I suspect this is what you are

Re: [ scala ] Just asking for update on Scala for NetBeans

2019-12-02 Thread Luff,Chris
mailto:mark.phi...@sucfin.com>> wrote: Hi Chris, Does your fork work when running NB 11 under JDK 11 with a JDK 11 Maven project? Thanks Mark On 01/10/2019 09:41, Luff,Chris wrote: I have not been focused to much on this plugin of late - I have a few minutes this morning to push some c

Re: deployable javafx app

2019-12-02 Thread Luff,Chris
Right, it depends on if you want modular or non-modular and that is generally predicated by what kind of dependencies you include that you cannot influence. If you want a non-modular binary you can use a shaded JAR with a launcher class that literally calls the main method of the main that

Re: java.lang.NoClassDefFoundError: Could not initialize class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl

2019-10-18 Thread Luff,Chris
You bumping into a JavaEE dependency…that class is no longer in the JDK as of ^11 hence why it does not work on 13. You just need to add some dependencies to your project. Full explanation in this StackOverflow[1] response. [1]: https://stackoverflow.com/a/43574427 Chris Luff | Associate

Re: Dark Mode / Mac OS X Catalina

2019-10-14 Thread Luff,Chris
+1 Emillian, we should get our own dark mode created and toggle with the detected OS. Get Outlook for iOS From: James Ostrowick Sent: Saturday, October 12, 2019 11:27:33 AM To: Emilian Bold Cc: NetBeans Mailing List Subject: Re: Dark

Re: Intellij formatting rules in NetBeans?

2019-10-09 Thread Luff,Chris
You could have a go at resurrecting https://github.com/geertjanw/eclipsecodeformatter_for_netbeans to accept the intellij formatting. Chris Luff | Associate Principal Engineer | UK Development - Care Insight and Delivery Dev | chris.l...@cerner.com | +44 (0)7970

Re: [ scala ] Just asking for update on Scala for NetBeans

2019-10-01 Thread Luff,Chris
I have not been focused to much on this plugin of late - I have a few minutes this morning to push some changes that are needed to have it build on 11.1 and 11.2-beta1. I should have installable nbms by the end of the day. Associate Principal Engineer | UK Development - Care Insight and

Re: JavaFX deployment library not found in active JDK

2019-09-18 Thread Luff,Chris
Have a look at my GitHub that supports some articles I write for DZone on how to run JavaFX - the folder structure will support that line. https://github.com/cbm64chris/JavaFXMavenNetBeans Associate Principal Engineer | UK Development - Care Insight and Delivery Dev |

Re: Language Support

2019-08-29 Thread Luff,Chris
Sweet, I’ll give that a read and reach out to you if I need help, appreciate it! From: Ian Utley Date: Wednesday, 28 August 2019 at 23:38 To: "Luff,Chris" Cc: Neil C Smith , Geertjan Wielenga , NetBeans Mailing List Subject: Re: Language Support You may also find http://wiki.ne

Re: Language Support

2019-08-28 Thread Luff,Chris
It is fine, I am trying to understand the mechanics before I get in too deep. I have not done much with language parsers. > On 28 Aug 2019, at 16:01, Neil C Smith wrote: > > On Wed, 28 Aug 2019 at 15:53, Luff,Chris > wrote: >> >> Thx, a proprietary language calle

Re: Language Support

2019-08-28 Thread Luff,Chris
enga mailto:geert...@apache.org>> wrote: An article from 2008 using a really old language technology called Schliemann. Ignore it, it will not work. Gj On Wed, 28 Aug 2019 at 15:19, Luff,Chris mailto:chris.l...@cerner.com.invalid>> wrote: Hi All, I am trying to build a language s

Re: Replacing dependency on tools.jar in Java 11

2019-08-23 Thread Luff,Chris
Hey all, this is a plugin I have put time into in the past - the whole thing needs to be modularised to take advantage of later JDK and Scala versions. I have started but time to work on it is limited. Additionally, some of the sub-projects are a little weirdly laid down so they probably need

NPE WizardDescriptor

2019-08-08 Thread Luff,Chris
Morning/Afternoon/Evening Following the New Project workflow in NetBeans 11.1 a Maven based NetBeans Module, could someone else try this and tell me if they get the same behaviour? File -> New Project -> Java with Maven -> NetBeans Module -> Complete Name and Location Prompts -> Select

Apache NetBeans Day UK 2019 - September 27th

2019-08-05 Thread Luff,Chris
Shout out to the group - our annual UK Apache NetBeans Day is getting closer. Schedule is looking amazing! There is still one slot for a speaker and plenty of tickets available to attend. I’m getting some goodies made up to give away on the day, stickers, flash drives maybe even some t-shirts

Re: Profiling Maven project in NetBeans 11 fails with recent versions of Maven

2019-06-25 Thread Luff,Chris
Dfile.encoding=UTF-8 process-classes org.codehaus.mojo:exec-maven-plugin:1.5.0:exec\"" The syntax of the command is incorrect. From: Lister Jonathan mailto:jonathan.lis...@vaisala.com>> Sent: Monday, 24 June, 2019 14:40 To: Luff,Chris mailto:chris.l...@cerner.com>> Cc: users@ne

Re: Profiling Maven project in NetBeans 11 fails with recent versions of Maven

2019-06-21 Thread Luff,Chris
Have you tried 3.6.x? Profiling and Debugging works for me on 10, 11 and 11.1 with Adopt Open JDK 11. On 21 Jun 2019, at 14:39, Lister Jonathan mailto:jonathan.lis...@vaisala.com>> wrote: We use Maven 3.5.2 and have configured NetBeans 11.0 to use the external maven via Tools | Options | Java

Re: Error: JavaFX runtime components are missing, and are required to run this application

2019-06-10 Thread Luff,Chris
Awesome! On 10 Jun 2019, at 11:47, Geertjan Wielenga mailto:geert...@apache.org>> wrote:

Re: Error: JavaFX runtime components are missing, and are required to run this application

2019-06-06 Thread Luff,Chris
Agree with @Geertjan here….you need to choose an approach. I prefer maven which is by no means perfect but has good resource! I published some articles on modular JavaFX in NetBeans on DZone[1], probably should start blogging for Apache NetBeans (Geertjan?). [1]:

Default JDK naming

2019-05-09 Thread Luff,Chris
Afternoon everyone; only nit, but in the Java Platforms the JDK that loaded NetBeans is labeled JDK 12 (Default) - where is that string obtained from? I would much rather it obtained its name from the actual version in my case; OpenJDK 12 as is done in the About NetBeans dialog. If it cannot

Re: javadoc for JavaFX in Netbeans 11

2019-04-23 Thread Luff,Chris
Strikethrough “remove”. On 23 Apr 2019, at 08:21, Luff,Chris mailto:chris.l...@cerner.com.INVALID>> wrote: Manually, I’m afraid! Locate the libraries (.m2 for maven) and remove add the appropriate classifier -javadoc.jar. NetBeans will pick it up right away. javafx-media-11.0.2-j

Re: javadoc for JavaFX in Netbeans 11

2019-04-23 Thread Luff,Chris
Manually, I’m afraid! Locate the libraries (.m2 for maven) and remove add the appropriate classifier -javadoc.jar. NetBeans will pick it up right away. javafx-media-11.0.2-javadoc ->javafx-media-11.0.2-mac-javadoc.jar for example. On 14 Apr 2019, at 08:57, Helmut Leininger

Re: Built-in support of Tomcat TomEE

2019-04-23 Thread Luff,Chris
+1 on 11.0, but I have been successfully using Tomcat in NetBeans before and after donation up to today. Deploy, debug etc all work as expected. On 22 Apr 2019, at 20:02, Geertjan Wielenga mailto:geert...@apache.org>> wrote: I’d recommen only trying with Apache NetBeans 11.0 since there Java

Apache NetBeans IDE 10.0 (Build 20190312-unknown-revn)

2019-03-12 Thread Luff,Chris
Curious…I just built from source…is this build version valid? I am about to release a nbscala version to the plugin repository. I want to make sure it will install happily on others machines. Thanks C CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner

Re: Calling for Speakers at Netbeans Day London 2019

2019-03-08 Thread Luff,Chris
The EventBrite site has been created for Netbeans Day UK 2019. https://www.eventbrite.co.uk/e/apache-netbeans-day-2019-uk-tickets-56803479737 On 8 Mar 2019, at 12:44, Luff,Chris mailto:chris.l...@cerner.com.INVALID>> wrote: Awesome news, we have three speakers already and a slightly r

Re: Calling for Speakers at Netbeans Day London 2019

2019-03-08 Thread Luff,Chris
* [TBA] * [TBA] * 15:15 Workshops * [TBA] * [TBA] * 16:30 Wrap up & Pub! I am going put this schedule up onto Eventbrite and note that speakers not on this mailing list will be able to get involved by contacting me directly. Thanks C On 8 Mar 2019, at 12:17, Luff,C

Re: Calling for Speakers at Netbeans Day London 2019

2019-03-08 Thread Luff,Chris
n Fri, 8 Mar 2019, 12:17 Luff,Chris, mailto:chris.l...@cerner.com.invalid>> wrote: All, As you may have heard, we are planning the 5th annual Netbeans Day in London Friday September 27th 2019. The location is the London head quarters of Cerner in Paddington. I am looking at a schedule simil

Calling for Speakers at Netbeans Day London 2019

2019-03-08 Thread Luff,Chris
All, As you may have heard, we are planning the 5th annual Netbeans Day in London Friday September 27th 2019. The location is the London head quarters of Cerner in Paddington. I am looking at a schedule similar to that of past years; * 9:00 Registration * 9:30 Apache Netbeans Status

Re: Netbeans Day

2019-01-25 Thread Luff,Chris
I am going to suggest Friday September 27th for Netbeans Day 2019. Our facility is available. Shall we go for this and work from there? On 22 Jan 2019, at 14:16, Geertjan Wielenga mailto:geertjan.wiele...@googlemail.com>> wrote: Awesome! Gj On Tue, Jan 22, 2019 at 2:58 PM Luff

Re: Netbeans Day

2019-01-22 Thread Luff,Chris
, 2019 at 2:18 PM Geertjan Wielenga mailto:geertjan.wiele...@googlemail.com>> wrote: Excellent, when would you suggest? Maybe September? Gj On Tue, Jan 15, 2019 at 6:01 PM Luff,Chris mailto:chris.l...@cerner.com.invalid>> wrote: I have an agreement in principle from my organisation's

Services Plugin

2019-01-17 Thread Luff,Chris
Hey all, Been looking, but I am unable to find how to create a plugin for the services panel? Add a new Service category and then build the tools beneath. Thanks C CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the

Re: Netbeans Day

2019-01-15 Thread Luff,Chris
but I feel sure it can be done. I don’t think we can meet the usual April timeframe so perhaps later in the year. How does registration/invite usually function? Thanks C On 11 Jan 2019, at 15:56, Luff,Chris mailto:chris.l...@cerner.com.INVALID>> wrote: Sweet…will work within the parame

Netbeans Day

2019-01-11 Thread Luff,Chris
@Geertjan and others; Netbeans Day…if I had a venue, what are the prerequisites? CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute

Connect profiler to Maven build

2018-12-06 Thread Luff,Chris
I have just tried to connect the Profiler to a maven build. The build is JDK 1.8 on Maven 3.5.4 reactor build of 6 modules. When hitting attach the already running Java process I get a message dialog; Error 0. Something I am not doing correctly, stupidity or possibly an issue? Product Version:

Re: Removal of org-jdesktop-layout

2018-07-12 Thread Luff,Chris
What has this got to do with the removal of jdesktop. Please try not to pollute or hijak other discussions. Feel free to ask a new question however! Associate Principal Software Engineer | IP Development - Care Insight and Delivery Dev | chris.l...@cerner.com |

Re: Removal of org-jdesktop-layout

2018-07-12 Thread Luff,Chris
ade Chandler mailto:wadechand...@apache.org>> wrote: Sometimes in those cases you'll have to go outside the IDE. I would open up a good editor, and then replace those packages with the same layout from Swing; GroupLayout. You have to remember to edit the .form file as well. Wade On Thu, Jul 12, 2018

Removal of org-jdesktop-layout

2018-07-12 Thread Luff,Chris
Morning people, the removal of org.netbeans.api:org-jdesktop-layout means we now have to use swing, no problem. But what if the form editor created the code. I am uplifting the scala plugin in prep for approval of the voting candidates but I can't modify the form generated code?!? Is there an

Re: NetBeans 9 RC1 and JDK 10

2018-06-26 Thread Luff,Chris
Hey Peter, yes you need to add the other JDKs to the Java Platforms from the Tools menu. Additionally, in the project properties ensure you have set the compile JDK, that is what Netbeans will use. The source binary should match especially if you want type inference to work. I have it running

A org.openide.util.RequestProcessor$FastItem exception has occurred.

2018-06-06 Thread Luff,Chris
Getting a FastItem exception pretty frequently when there is a syntax error in another part of the code. I simply put the dot after the object and up pops the exception. Any thoughts before I log a JIRA. ***STACK TRACE Product Version = Apache NetBeans IDE Dev (Build

Maven modules

2018-05-14 Thread Luff,Chris
Hey I am watching https://issues.apache.org/jira/browse/NETBEANS-467?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel but I want to populate my local maven

Re: JDK10 NB205-20180202

2018-05-10 Thread Luff,Chris
Working nicely, thanks!! On May 10, 2018, at 12:02 PM, Luff,Chris <chris.l...@cerner.com.INVALID<mailto:chris.l...@cerner.com.INVALID>> wrote: Thanks Geertjan, I’ll pull and build that! Associate Principal Software Engineer, Clinical Dev | chris.l...@cerner.com<mailto:chris.

Re: JDK10 NB205-20180202

2018-05-10 Thread Luff,Chris
5467976566815=Ph9s5ZyvxXAkBEksoDu%2F2x6VpfKx2JEX46eyv3lAhAk%3D=0> Gj On Thu, May 10, 2018 at 12:53 PM, Luff,Chris <chris.l...@cerner.com.invalid<mailto:chris.l...@cerner.com.invalid>> wrote: Hey, I have a JDK10 maven project…I thought I would trial some JDK 10 syntax by adding a va