Re: [netbeans ide] How to uninstall previous versions (23, 24 and 25)

2025-06-19 Thread Will Hartung
r. > On the Mac, it seems to just "overinstall" the oid version. Whereas I used to have NB X, NB Y, NB Z folders, now I just have Apache Netbeans and it just keeps upgrading. Regards, Will Hartung

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-19 Thread Will Hartung
ith it, but I had real struggles getting progress with it to the point and I abandoned it, and moved on. I found it "too big" and the corners a bit too dark to allow me to move forward. I've, personally, been doing a bunch of "raw" JavaFX coding, and generally enjoy doi

OSGI Work Flow

2025-03-11 Thread Will Hartung
yone use custom maven goals to help with that? Do you just flip over to a command line to run a script to gather everything up? Just curious what the day to day life for OSGI under NB is like. Thanks! Regards, Will Hartung

Adding "add-opens" command line args to a Maven project.

2025-03-04 Thread Will Hartung
beans or with a mvn exec:exec target. I'm sure someone has done this, so what it working for you? Thanks! Regards, Will Hartung

Re: Can I use Maven Indexer CLI for the NB Maven index?

2024-11-18 Thread Will Hartung
On Mon, Nov 18, 2024 at 11:09 AM Peter Hull wrote: > Hi, > Are you using a recent NB? Because the maven indexing got a lot better > recently. > Pete > > Yes, I'm using 23. Regards, Will Hartung

Re: Can I use Maven Indexer CLI for the NB Maven index?

2024-11-18 Thread Will Hartung
m and take as long as it wants). I do a lot of "green field" fiddling. PoCs and what not, so I'm constantly digging into the depths of the Maven repositories. Regards, Will Hartung

Re: Can I use Maven Indexer CLI for the NB Maven index?

2024-11-17 Thread Will Hartung
are in the cache. > I use NB extensively and maven exclusively, so for me I don't consider this optional. Thanks for the info. Regards, Will Hartung

Can I use Maven Indexer CLI for the NB Maven index?

2024-11-16 Thread Will Hartung
brief research led me to the discovery that the Maven Indexer has a CLI (and that's all I know, that there is something called "Maven Indexer", and that it has a CLI, and that the NB maven.index module in NB has a reference to it). So I was curious if that could be used to handle this task. Or, of course, is there some other way to never get blocked by the indexer. Thanks! Regards, Will Hartung

Variable information is not available in debugger

2024-09-11 Thread Will Hartung
ears. it's a silly discussion, tangential to my ask in this case. (Specifically I want to know how the OpenJFX is built and deployed to maven locally, since the wiki page says it can do that, but the build apparently has no target for it, and they demonstrably do this, but, alas...anyway...) Regards, Will Hartung

Variable information is not available in debugger

2024-09-11 Thread Will Hartung
I've been debugging some code and dropping into some libraries. While I have the source code, when I mouse over local variables, I get the message: Variable information is not available, source compiled without -g option. Now apparently, -g has several options: source, lines, and vars. The code

Re: "Index Download Permission Request for 'Central Repository'"

2024-07-22 Thread Will Hartung
t no longer have the version in them. > > Since then the import settings on startup functionality has been limited > to the last 3 releases. > That explains it. > You can try importing some or all settings from an older version using the > options window. > Thanks! Regards, Will Hartung

Re: "Index Download Permission Request for 'Central Repository'"

2024-07-22 Thread Will Hartung
t; to get it work. I was single clicking it (since it looks like a link) and nothing was happening. When I double-clicked on it, the update started. Thanks! Regards, Will Hartung

"Index Download Permission Request for 'Central Repository'"

2024-07-22 Thread Will Hartung
app was not in the Netbeans directory under Applications (where it's been since forever), and wasn't name "Apache Netbeans 21". It also did not prompt me to import from my old NB install. Tip appreciated Regards, Will Hartung

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

2024-06-06 Thread Will Hartung
rd". I love JavaFX properties, they'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

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

Can't create test for class

2023-01-07 Thread Will Hartung
my project, 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
ort 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
ource 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
that. My fantasy is right-click -> 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
phics/javafx/geometry/Point2D.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. Th

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
example, 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
e appropriately. 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-→Ne

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
ike this: > > "/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. ~ > /

MacOS Big Sur 12.4 won't start.

2021-08-27 Thread Will Hartung
mmand 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

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

2021-08-14 Thread Will Hartung
If I type: /usr/bin/make -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
s, > 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" >>

Re: Netbeans 11.3 enterprise application

2021-08-10 Thread Will Hartung
t the external 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'

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 a

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

2021-07-25 Thread Will Hartung
y goes so far. In your 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
BACKSPACE. 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
ot 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
dn't fix it either. I tried 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
up during a project scan, that'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
un to run is not an issue, and 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
EJB artifacts, like MDBs, JCA, Timers, it should 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
s, but they do involve ramp up 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
, no outside dependencies). I am > hoping that the legacy 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
s, but it was better for the team when we switched to Maven. The value it brought far 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
sage ------ From: 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 alt

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

2021-04-20 Thread Will Hartung
go through. No ideal, to be sure. If you'd like to contact 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
ependency broke an internal feature. Feel free to follow up with specific 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
projects, I have not 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
n? Thanks. Regards, Will Hartung

Java FX Project identity

2021-03-22 Thread Will Hartung
within the project directory itself? Thanks. 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
= new PersonaTopComponent(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
omatically 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
it seems to be working, hopefully 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 mo

XML in Netbeans Module

2021-01-16 Thread Will Hartung
this 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, so

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 c

Re: Java EE8 Status

2021-01-12 Thread Will Hartung
ve controls. In that realm, I think JSF is a better 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
loud database without the rest of your application co-deployed in the same infrastructure. The lag will crush you. Regards, Will Hartung

Re: Java EE8 Status

2021-01-11 Thread Will Hartung
p the app server, add a JDBC jar, configure some DB connection pools, and you're off and running for a vast range of applications. Bit of a fan, even after 20 years with this stuff, I still love JEE and its potential. Regards, Will Hartung

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

2020-12-31 Thread Will Hartung
m, 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

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
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/ *,!eclipselink.repository,!jvnet-nexus-prom

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

2020-10-09 Thread Will Hartung
x/Linux on a shared folder than VSCode. (This isn'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

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
related. https://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 > java.lang.Runtime

Re: [java] formatter questions

2018-08-22 Thread Will Hartung
le (this 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 nb-java