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

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

Re: Netbeans outdated method references

2022-02-18 Thread Luff, Chris
On Fri, Feb 18, 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 a

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 di

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

2021-11-09 Thread Luff, Chris
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 NullPointerExc

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 mailto:geertjan.wiele...@googlemail.com.invali

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

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 bu

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

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, EntityReport.java

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 experi

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

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 mav

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 mailto:hrh...@yahoo.

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 202

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 refact

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 /Users/chris/.rvm/gems/ruby-2.4.1/bin:/Users/chris/.rvm/gems/ruby-2.4.1@global/bin:/Users/chris/.rvm/ru

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 multipl

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

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 modifiab

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 w

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 De

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 Corpora

Re: File Browser macOS 10.15

2020-01-09 Thread Luff,Chris
manit??, mais on ne passe pas sa vie enti??re dans un berceau. ?? - ConstantinE. Tsiolkovski , p??re de l'astronautique?? et de l'a??rospatiale modernes. De : Emilian Bold mailto:emilian.b...@gmail.com>> Envoyé : mercredi 8 janvier 2020 03:

Re: File Browser macOS 10.15

2020-01-08 Thread Luff,Chris
g 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 macOS

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 d

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

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 exten

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 Princ

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 Mode

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 7

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 Deliver

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 | chris.l...@cerner.com

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

Re: Language Support

2019-08-28 Thread Luff,Chris
%7C01%7CChris.Luff%40cerner.com%7C590af50968534bb1ff6808d72bc6%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026004882108177&sdata=yc65HBDjC%2FjNVJqaOIajs0nRQBfW8rnAmiYEArNlTEE%3D&reserved=0> Which language are you working on supporting, by the way? Gj On Wed, Aug 28, 2019 at 3:45 PM Luff,Chris mailto:chris.l

Re: Language Support

2019-08-28 Thread Luff,Chris
:40, Geertjan Wielenga 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 langua

Language Support

2019-08-28 Thread Luff,Chris
Hi All, I am trying to build a language support module following https://dzone.com/articles/quickstart-guide-language-supp However, I am using Maven and I don’t see how to create the Language Support file. Using NetBeans 11.1 on macOS. Thx Associate Principal Engineer | UK Development - Care

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 so

Re: NPE WizardDescriptor

2019-08-08 Thread Luff,Chris
n 8 Aug 2019, at 11:02, Luff,Chris mailto:chris.l...@cerner.com>> wrote: +1 thanks - I’ll watch the NETBEANS-2883[1] - I’ll also build from the PR and test myself. [1]: https://issues.apache.org/jira/browse/NETBEANS-2883<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fis

Re: NPE WizardDescriptor

2019-08-08 Thread Luff,Chris
ven -> Project from Archetype -> For a "platform" GroupID: org.apache.netbeans.archetypes Artifact ID:netbeans-platform-app-archetype Version 1.21 For a "nbm" GroupID: org.apache.netbeans.archetypes Artifact ID: nbm-archetype Version 1.16 Regards Eric -Message d'origine- De

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 RELEASE1

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 et

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: Netbeans - FavaFX - FXML: Location not set

2019-06-17 Thread Luff,Chris
Parent root = FXMLLoader.load(new URL(MainApp.class.getResource().toExternalForm())); Should do it fine…make sure your file path is accurately cased. On 15 Jun 2019, at 10:41, Helmut Leininger mailto:h.leinin...@gmx.at>> wrote: Hi, I do not know if this is the correct place to ask. I am runni

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: https://blogs.apache.org/netbeans/entry/apache-netbeans-openjfx-and-adoptopenjdk

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]: https://dzone.com/articles/adop

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 be

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 mailto:h.leinin...@gm

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 We

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 Corporatio

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
to come along. Best wishes, Neil On 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

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

Re: Services Plugin

2019-01-25 Thread Luff,Chris
c08d67c7e2d7a%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C636833278704631849&sdata=uH57bsb8Zp8kOqookh9B5%2BHqWhkqNhXc5WbqIc0mJN4%3D&reserved=0> Gj On Thu, Jan 17, 2019 at 2:15 PM Luff,Chris mailto:chris.l...@cerner.com.invalid>> wrote: Hey all, Been looking, but I am unable to find

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
On Thu, Jan 17, 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

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 addres

Re: Netbeans Day

2019-01-15 Thread Luff,Chris
part, 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 p

Re: Netbeans Day

2019-01-11 Thread Luff,Chris
7119311&sdata=ljDaN0nCprcoocIH1F4jg8ych3wYJxPFESehaWLs4BE%3D&reserved=0> Gj On Fri, Jan 11, 2019 at 4:47 PM Luff,Chris mailto:chris.l...@cerner.com.invalid>> wrote: @Geertjan and others; Netbeans Day…if I had a venue, what are the prerequisites? CONFIDENTIALITY NOTICE This message and any include

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 ins

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

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,

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 ov

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 fi

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

Re: Maven modules

2018-05-14 Thread Luff,Chris
gin? --emi ‐‐‐ Original Message ‐‐‐ On 14 May 2018 1:11 PM, Luff,Chris mailto:chris.l...@cerner.com.INVALID>> wrote: Hey I am watching https://issues.apache.org/jira/browse/NETBEANS-467?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel<https://na01.safelinks.pr

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 repo

Re: Module updates

2018-05-10 Thread Luff,Chris
😂 On May 11, 2018, at 12:36 AM, Geertjan Wielenga mailto:geertjan.wiele...@oracle.com>> wrote: So don’t install the plugin updates. Gj Sent from my iPhone On 11 May 2018, at 01:21, Luff,Chris mailto:chris.l...@cerner.com.INVALID>> wrote: I built nb from master this morning. H

Re: JDK10 NB205-20180202

2018-05-10 Thread Luff,Chris
Working nicely, thanks!! On May 10, 2018, at 12:02 PM, Luff,Chris 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.l...@cerner.com> | +44 (0)7970 7351

Re: JDK10 NB205-20180202

2018-05-10 Thread Luff,Chris
976566815&sdata=Ph9s5ZyvxXAkBEksoDu%2F2x6VpfKx2JEX46eyv3lAhAk%3D&reserved=0> Gj On Thu, May 10, 2018 at 12:53 PM, Luff,Chris 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 var keyword. However, it is not re

JDK10 NB205-20180202

2018-05-10 Thread Luff,Chris
Hey, I have a JDK10 maven project…I thought I would trial some JDK 10 syntax by adding a var keyword. However, it is not recognized. I have set the source and target binaries in my pom to 10.0 but the highest available in the properties of my maven project is 9. Is there something else that nee

Re: Does anyone know where the Mavenized Netbeans modules are now hosted?

2018-04-10 Thread Luff,Chris
+1 I would like to know this too! I want to make sure I am using the latest dependencies. On Apr 9, 2018, at 2:55 PM, Jean-Marc Borer mailto:jmbo...@gmail.com>> wrote: Dear all, I use Maven to buid my netbeans applications. All the Maven modules of released versions on netbeans are hosted at

setDefaultRenderer, setDefaultEditor Swing

2018-04-09 Thread Luff,Chris
Hey, I have used the TableDialogEditDemo.java demo as a basis for adding a color picker to a table cell. I have essentially (for now) copied the projects Render

Re: java.lang.IllegalStateException

2018-04-03 Thread Luff,Chris
e kind. So my suggestion would be to step through the constructor in debug mode on the other computer, to see why this happens. ~ Hermien On Tue, Apr 3, 2018 at 11:22 AM, Luff,Chris mailto:chris.l...@cerner.com.invalid>> wrote: Hey, I am having a problem with this IllegalStateException wh

java.lang.IllegalStateException

2018-04-03 Thread Luff,Chris
Hey, I am having a problem with this IllegalStateException when I share a plugin with another developer who is running the same version as I am; Version: incubator-netbeans-release-228-on-20180312 Built with maven on MacOS 11.12.6. java.lang.IllegalStateException: Cannot find TopComponent with p