Re: How to create property/getter/setter methods for JavaFX property using NB 22

2024-06-06 Thread Will Hartung
y're super powerful. Regards, Will Hartung On Tue, May 7, 2024 at 5:19 AM Sean Carrick wrote: > PavelTurk, > > Actually, the only difference between the getters/setters in your two > messages are the content of the getters/setters and the parameter to the > setter. NB gives yo

Re: Adding support for a file extension

2024-06-05 Thread Will Hartung
On Wed, Jun 5, 2024 at 9:48 AM Michael Bien wrote: > try options -> miscellaneous -> files > > This should be able to associate extensions with known mime types. > > Yes, perfect, thank you! Regards, Will Hartung

Adding support for a file extension

2024-06-05 Thread Will Hartung
are "like HTML"? Do I need to make a plugin for it? It should be a really simple one, right? Thanks! Regards, Will Hartung

Re: Can't create test for class

2023-01-08 Thread Will Hartung
On Sun, Jan 8, 2023 at 7:25 AM Eric Bresie wrote: > > > > On Sat, Jan 7, 2023 at 9:07 PM Will Hartung wrote: > >> I have maven javafx project. Java 17, NB 15. It's also a modular >> application with a module-info. >> > > Might want to cons

Can't create test for class

2023-01-07 Thread Will Hartung
, and replaced the one from the simple project with it, and everything worked fine. So, I don't know what else I could check to see why the testing does not work for my project, but works for another with an identical pom file (barring the project name). Thanks. Regards, Will Hartung

Re: Clicking on stack trace in output window

2022-11-08 Thread Will Hartung
rt since this sounds like > a bug. > > I'm just kind of surprised it's not been noticed. Regards, Will Hartung

Clicking on stack trace in output window

2022-11-08 Thread Will Hartung
code, like it does with a normal project. Is there something that's getting in the way of this? It's been doing this for some time now. Regards, Will Hartung

OSGI multi-module Maven example?

2022-09-16 Thread Will Hartung
ck -> Run, and see "hello world starting" "hello world service activated" "Hello World!" "hello world service deactivated" "hello world stopping". So, if there's a "hello world" main project using a "hello world" service that someone can point me at, that'd be great. Regards, Will Hartung

Why is the JavaFX JavaDoc so bad?

2022-03-25 Thread Will Hartung
nt2D.html#%3Cinit%3E(double,double) The javadoc has "x, y". This is systemic through the JavaFX libraries. Are they being built wrong? I mean, it's JavaDoc. We've had this since 1996... Just curious why it's so messed up with JavaFX. Thanks, Will Hartung

Re: JSF CDI code assist

2021-12-09 Thread Will Hartung
On Mon, Dec 6, 2021 at 12:00 PM Jason Abreu wrote: > I have also created a sample web project using Ant and observe the same > behavior. With the new Jakarta EE, the code assist in JSP EL ("${...}") > and JSF EL ("#{...}") does not show any of my CDI beans, only a "No > suggestions" message.

Re: With JDK 17, Oracle moves back to a free license

2021-09-14 Thread Will Hartung
port to the new LTS! I thought it was an interesting development. There's also apparently issues with distributing the Oracle JDK, since lots of folks are bundling the JDK into platform EXEs nowadays. So, it's no panacea, but interesting. Regards, Will Hartung

With JDK 17, Oracle moves back to a free license

2021-09-14 Thread Will Hartung
. Regards, Will Hartung

Re: Ant project not using project specific JDK

2021-09-11 Thread Will Hartung
bution ... /tmp/vm/visualvm/visualvm/uisupport/src/org/graalvm/visualvm/uisupport/ProfilerTabbedPane.java:52: error: package sun.swing does not exist import sun.swing.SwingUtilities2; 1 error Note at the top of the build output that it's also running the same build-zip target. Regards, Will Hartung

Re: Errors with a new JavaFX project on Netbeans 12.4

2021-09-06 Thread Will Hartung
le, you can't just right click on App.java and click Run, you have to run the project so it can do its magic. Maybe that's different for a JDK with FX installed. I prefer having the project and maven do the heavy lifting than require a magic JDK. Regards, Will Hartung

Re: Errors with a new JavaFX project on Netbeans 12.4

2021-09-04 Thread Will Hartung
ropriately. Regards, Will Hartung On Sat, Sep 4, 2021 at 10:03 PM Zulfi Khan wrote: > Hi, > > I am able to run: FXMLJavaFXMaven Archetype and SimpleJavaFXMavenArchetype > provided by Natebeans 12.4. Now I created the application using following > steps: > > > File-→NewProj

Re: MacOS Big Sur 12.4 won't start.

2021-08-28 Thread Will Hartung
I simply overinstalled it, and it started. So, something, somewhere got corrupted. It retained my plugins and such, so, all is well. Thanks for the help! Regards, Will Hartung On Fri, Aug 27, 2021 at 4:30 PM Carl Mosca wrote: > Might also try removing both of these: > >

Re: MacOS Big Sur 12.4 won't start.

2021-08-27 Thread Will Hartung
;/Applications/NetBeans/Apache NetBeans > 12.4.app/Contents/Resources/NetBeans/netbeans/bin/netbeans" > > > or similar. > > > but I seem to recall a log that might help as well. > > > Clearing the cache directory may be necessary. ~ > /Library/Caches/NetBeans/1

MacOS Big Sur 12.4 won't start.

2021-08-27 Thread Will Hartung
line, to see what it might be complaining about. I didn't see any new files or changes under /Applications, or /Library/Application Support that would suggest something is being logged during the start up.. So, I'm kind of at an impasse for the moment. Thanks, Will Hartung

Re: Simple C/C++ project not working NB 12.4 Mac Big Sur

2021-08-14 Thread Will Hartung
Yea, that did not work, thank you though. I figured it was some kind of pseudo terminal thing, while I can make in terminal window, I can't debug anything. Thanks though. Regards, Will Hartung On Sat, Aug 14, 2021 at 10:37 AM Валера Солдатов wrote: > Hm. 'pty' is some internal termi

Simple C/C++ project not working NB 12.4 Mac Big Sur

2021-08-14 Thread Will Hartung
e -f Makefile CONF=Debug clean It works as well. So, kind of at an impasse here. Tips appreciated. Thanks! Regards, Will Hartung

Re: Netbeans 11.3 enterprise application

2021-08-10 Thread Will Hartung
> we’d have to maintain them too and keep them in sync with their underlying > technologies and best practices. > > Gj > > On Tue, 10 Aug 2021 at 17:06, Will Hartung wrote: > >> The shame for this is that the reason it's broken is not, per se, "NBs" >> fault. >

Re: Netbeans 11.3 enterprise application

2021-08-10 Thread Will Hartung
dependency rotted away and was never in NBs control in the first place. And I never got a clear answer on where or how NB could host maven archetypes published to the public repository. Regards, Will Hartung On Tue, Aug 10, 2021 at 5:26 AM Geertjan Wielenga wrote: > There's a difference in h

Re: Netbeans 11.3 enterprise application

2021-08-07 Thread Will Hartung
For the bulk of what folks do today Geertjan is right. Simply create a WAR. WARs can host JAX-RS end points, run JSP and JSF, host SessionBeans, JPA Entities, etc. If you're not using Message Beans, or Timers, or a select few other things made manifest in an actual EAR application, simply create

Re: (Java) Remote debugging (and breakpoints) of App server internals

2021-07-25 Thread Will Hartung
ur case, WIldfly doesn't build the Apache CXF stuff, it just imports it. But at least by looking at the server source, you can ideally ascertain the correct dependency that they're using. Regards, Will Hartung

Re: Jsf replacement

2021-06-28 Thread Will Hartung
works has diminished greatly with modern web technologies. JSF is still going strong, however. It's really crazy powerful. The generic web components view of it just scratches the surface. Regards, Will Hartung

Re: ^H not working for Replace function on MacOS

2021-06-08 Thread Will Hartung
SPACE. So I don't think it's a Mac Java thing, plus it works with a raw 12.4. So, odd all around. Thanks! Regard, Will Hartung

Re: ^H not working for Replace function on MacOS

2021-06-08 Thread Will Hartung
restored via a "reset to defaults", and I don't see anything that says it changed. So, how do you think that might happen? And where would that change manifest? Regards, Will Hartung

^H not working for Replace function on MacOS

2021-06-08 Thread Will Hartung
ed exporting the Keymap, but nothing shows up there either. Any suggestions? Regards, Will Hartung

Re: Failing at updating Netbeans to 12.4 on a Mac

2021-06-03 Thread Will Hartung
The new version will import a lot of the settings from the old version, so it's sort of a self updating thing. On Thu, Jun 3, 2021 at 7:30 PM Geertjan Wielenga wrote: > You always need to install new versions from scratch. Download the > installer for 12.4 and run it from scratch. > > Gj > > On

Servers not imported

2021-05-21 Thread Will Hartung
I haven't been paying attention much in the past. Just used the macOS installed for 12.4, did the "import settings from 12.2" thing, and the Servers did not get imported. Is that a known issue? Regards, Will Hartung

Re: Should I install nb-javac plugin?

2021-05-21 Thread Will Hartung
Wait a minute, nb-javac is optional? I thought it was a Really Nice Thing, but we have to jump through the hoops for it because of the licensing. We don't need nb-javac?

Re: Too many open gradle files

2021-05-10 Thread Will Hartung
Awesome, thanks! On Sun, May 9, 2021 at 11:48 PM Laszlo Kishalmi wrote: > Known issue, fixed in12.3. > > On 5/9/21 10:32 PM, Will Hartung wrote: > > So, running 12.2, "routinely", recently, my IDE has been just seizing > > up saying that it can not get exclu

Too many open gradle files

2021-05-09 Thread Will Hartung
t's just a guess. But curious if anyone else has encountered such a thing. Regards, Will Hartung

Re: hashCode: same every run?

2021-05-06 Thread Will Hartung
is under the developers control. The docs simply say it can because the default implementations of hashCode do that. The default implementation of hashCode isn't particularly useful for most use cases. Regards, Will Hartung

Re: Maven EJB project creates all modules as WAR files

2021-04-22 Thread Will Hartung
go well. I've never used the new Batch facility, I don't know where it lives. A single WAR certainly can simplify things. Regards, Will Hartung

Re: removing the "new project" support for Ant projects

2021-04-21 Thread Will Hartung
time on the IDE and such. They're likely not a quick fix. For someone familiar with the NB side of it, yea, they are all likely pretty minor. But getting to that level is likely not quick, and those that may have that expertise are focusing on the more difficult parts of the IDE. Regards, Will Hartung

Re: removing the "new project" support for Ant projects

2021-04-21 Thread Will Hartung
projects built on the SAF will then be able to be > successfully ported off of the Ant build system and into the Maven realm... > Honestly, this is a great opportunity to delve a bit deeper into Maven. Simply, if you plan on breathing a little life into SAF, publishing it as a Maven artifact to Maven Central opens it up to an astonishing number of developers. Do not discount how easy it is for folks to fire up "hello world" projects using Maven. Regards, Will Hartung

Re: removing the "new project" support for Ant projects

2021-04-20 Thread Will Hartung
outweighed the costs of adoption and continued use. For my personal projects, I still use it. Even if every now and then, I shake my fist at it, like anything else today. Regards, Will Hartung

Fwd: Delivery Status Notification (Failure)

2021-04-20 Thread Will Hartung
: Will Hartung To: Geertjan Wielenga Cc: Bcc: Date: Tue, 20 Apr 2021 13:33:34 -0700 Subject: Re: removing the "new project" support for Ant projects On Tue, Apr 20, 2021 at 12:33 PM Geertjan Wielenga wrote: > No one is suggesting removing support for Ant altogether. >

Re: removing the "new project" support for Ant projects

2021-04-20 Thread Will Hartung
t me directly with specifics about your project, maybe I can help you prototype a project transition. That said, as I mentioned in the other thread, I don't think that NB should give up legacy support of such projects, just perhaps deprecating the "new projects". Regards, Will Hartung

Re: Maven EJB project creates all modules as WAR files

2021-04-20 Thread Will Hartung
pecific questions about getting your project to work and/or converted to Maven. Regards, Will Hartung

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Will Hartung
t looked at the Ant ones in some time. The maven ones are just a wreck. And, yea, when this was last broached it was sort of a "nobody does this any more", so I backed out as well. Regards, Will Hartung

Stack trace not highlighting and clickable

2021-04-06 Thread Will Hartung
. Regards, Will Hartung

Adding jar to java modules maven project

2021-03-11 Thread Will Hartung
Working with a JDK 11 project that uses module-info, how do I add a dependency that's not modularized? That's just a plain, legacy jar? If I simply add the dependency, auto complete can't see it, fix imports can't see it, etc. So how is that done? Thanks, Will Hartung

Tying File Type/TopComponent in to IDE

2021-01-19 Thread Will Hartung
sonaTopComponent(obj); tc.open(); } tc.requestActive(); } }); } But this code seems idiomatic to me. I have most of the Netbeans books, but they don't explicitly address this. There is some magic somewhere that I'm missing, I feel. Thanks, Will Hartung

Updating text file in MultiView

2021-01-17 Thread Will Hartung
cally when the XML file is updated? Can I update the XML file only when the tabs are switched vs for every change? In that case, I would have to add a Saveable since the XML may not have changed yet. Anyway, how does that workflow all work out? Regards, Will Hartung

Re: XML in Netbeans Module

2021-01-16 Thread Will Hartung
opefully I'll be running the module itself soon to see what happens. Thanks. Regards, Will Hartung > -- > Mark A. Flacy > mfl...@verizon.net > > On Saturday, January 16, 2021 1:38:23 PM CST Will Hartung wrote: > > I have a simple Maven NB module project, with Java

XML in Netbeans Module

2021-01-16 Thread Will Hartung
parameter should be specified. Regards, Will Hartung

Re: Java EE8 Status

2021-01-14 Thread Will Hartung
On Thu, Jan 14, 2021 at 7:27 AM HRH wrote: > > However, an observation that caught my attention on StackOverflow is that > the highest percentage of the activities (post and replies) on the > technologies I mentioned earlier took place between 2009 to 2015, followed > by a drastic drop onward,

Community Slack channel?

2021-01-13 Thread Will Hartung
On the How to Participate ( https://cwiki.apache.org/confluence/display/NETBEANS/How+to+Participate ) wiki page, there's a link for a Slack channel. The invite has expired. Does it get much traffic? Is it worth refreshing and joining this? Or are the mailing lists pretty much the sole forum for

Re: Java EE8 Status

2021-01-12 Thread Will Hartung
tter fit, but I have not worked on such an app in some time. Regards, Will Hartung

Re: Java EE8 Status

2021-01-12 Thread Will Hartung
our application co-deployed in the same infrastructure. The lag will crush you. Regards, Will Hartung

Re: NetBeans IDE 12.2 - Failed to automatically set-up JavaFX Platform

2020-12-31 Thread Will Hartung
, at least as far as the wizard is concerned. But the Maven ones point to all the new dependencies that are downloaded automatically and so far work great. It should be straightforward to adapt the book's examples to Maven projects. HNY Regards, Will Hartung On Thu, Dec 31, 2020 at 6:37 PM HRH wrote

Re: Java FX Scenebuilder w/12.2

2020-12-29 Thread Will Hartung
Yea, that was it. When I went to the JavaFX tab, it also installed a new module. Just odd that these settings did not get imported over from 12.0 as I would have expected. Thanks all! Regards, Will Hartung On Tue, Dec 29, 2020 at 7:05 AM David wrote: > As I recall you have to specifica

Re: Java FX Scenebuilder w/12.2

2020-12-28 Thread Will Hartung
o anything. Oh, and this is on Mac OS Mojave. Thanks again, Will Hartung

Java FX Scenebuilder w/12.2

2020-12-28 Thread Will Hartung
I just installed 12.2 and imported my 12.0 settings. In 12.0, if you double click on an FXML file, it would open the file in SceneBuilder. In 12.2, it does not. Is there a setting I'm missing? Thanks Will Hartung

Does NetBeans install a Maven settings.xml?

2020-12-16 Thread Will Hartung
I was debugging a repository issue with a maven project, and noticed that the pom based repository was being mirrored by Maven Central. I found this section in my ~/.m2/settings.xml file: maven-central https://repo1.maven.org/maven2/

Re: Loss of focus after using Wizards NB12 JDK 8 MacOS 10.14.6

2020-10-09 Thread Will Hartung
't a knock against VSCode, it's a knock against VSCode using Java from a long time NB user, it's just more pain than I'm willing to accept right now if I don't have too. It's as much me as it is VSCode.) On Fri, Oct 9, 2020 at 9:19 AM Will Hartung wrote: > Just an FYI, this also happens on the late

Re: Loss of focus after using Wizards NB12 JDK 8 MacOS 10.14.6

2020-10-09 Thread Will Hartung
Just an FYI, this also happens on the latest Oracle JDK 11. Simple test. Create a new class, or open an existing Java class Add some member variables. ^IGetters and Setters Cancel the dialog. Caret/Focus is gone. On Sat, Sep 26, 2020 at 3:15 PM Will Hartung wrote: > *Product Version:* Apa

Loss of focus after using Wizards NB12 JDK 8 MacOS 10.14.6

2020-09-26 Thread Will Hartung
://bz.apache.org/netbeans/show_bug.cgi?id=119617 But I don't know if that was migrated to the new system or not. Regards, Will Hartung

Re: Ant Project Deploys to Glassfish 5.0.1 with NB 11.0 but not NB 12.0

2020-08-18 Thread Will Hartung
On Tue, Aug 18, 2020 at 12:51 PM Flick - CDPS, Peg wrote: > Initializing Mojarra 2.3.2 ( 20170627-2139 > e63598abf2ed2bb1a24674f308a734e0dce18a72) for context > '/WebServiceStatutes'|#] > WebModule[/WebServiceStatutes]StandardWrapper.Throwable > MultiException stack 1 of 1 >

Re: [java] formatter questions

2018-08-22 Thread Will Hartung
is entails an XML file and your module, it's no big deal). Not the most egregious burden. Ideally, the author will incorporate your change and its now "up to date", just as it always has been. So, in total, the ask here isn't that great. What do you think? Regards, Will Hartung

Re: Plug-in support and compatibility suggestion

2018-08-07 Thread Will Hartung
I mis-replied this before, so resending it. On Tue, Aug 7, 2018 at 9:04 AM, Emilian Bold wrote: > Beansbinding can be brought back easily. We have the existing code > service-based, we only have to put the GPL w/ CPE plugin somewhere online > and suggest it to users, just like we suggest