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

2019-10-18 Thread Neil C Smith
On Fri, 18 Oct 2019 at 10:38, Juan Miguel Escribano wrote: > > It only compiles without problems when I start Netbeans over Java 8 and > compile the project with Java 8. In project properties Build/Compiling have you tried with Compile on Save off and Run Compilation in External VM on? Best

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

2019-10-18 Thread Neil C Smith
On Fri, 18 Oct 2019 at 11:20, Juan Miguel Escribano wrote: > As I said it is a Ant project (Again, don’t ask why) and if I’m understanding > StackOberflow, I need to add Java EE to the libraries of my project. > I have added jaxb-api, jaxb-impl. jaxb-core and activation jars to the > libraries

Re: {NetBeans IDE] {JAVA]

2019-10-15 Thread Neil C Smith
On Wed, 9 Oct 2019, 05:13 Lou, wrote: > -Dremote.platform.home=/home/pi/jre/ > ... > '/home/pi/jre//bin/java' > That double slash looks suspicious. Maybe the slashes at the end of the various remote location properties need removing? Best wishes, Neil

Re: Netbeans RCP Compatibility

2019-10-17 Thread Neil C Smith
On Thu, 17 Oct 2019 at 10:03, Emilian Bold wrote: > > > Note that every NetBeans release has the spec version of every module > increased, so this might not be a useful guide! > > So besides diff-ing source code is there some way to see if something > changed in the Platform? Well, you can at

Re: Netbeans RCP Compatibility

2019-10-17 Thread Neil C Smith
On Thu, 17 Oct 2019 at 00:21, Adam Korynta wrote: > I assume Netbeans RCP 8.2 only supports JDK 8. Is this right? And is OpenJDK > supported? 8.2 works great with OpenJDK 8, should you need that as a stopgap. I shipped Zulu OpenJDK 8 with an 8.2 based application for some time, although would

Re: JDK

2019-11-27 Thread Neil C Smith
On Wed, 27 Nov 2019 at 19:10, Geertjan Wielenga wrote: > You’ll need to run on JDK 8 to use those. Better to simply use the OpenJFX > Gluon templates in the “Java with Maven" category. While being aware that you need to use Run Maven / Goals / javafx:run rather than the normal Run in the IDE

Re: GUI builder cannot find generated code

2019-10-31 Thread Neil C Smith
On Thu, 31 Oct 2019 at 11:46, Peter Toye wrote: > You should get an error message saying the file is corrupt. If you don't, > your system is different from mine. Yep! Probably because it is. Open the OuterPane.java file in a text editor outside NetBeans and make sure the comments around the

[ANNOUNCE] Apache NetBeans 11.2 released

2019-11-01 Thread Neil C Smith
for April 2020. New & noteworthy features of the 11.2 release: https://netbeans.apache.org/download/nb112/index.html Downloads: https://netbeans.apache.org/download/nb112/nb112.html Feel free to share the good news! Thanks everyone, and best wishes, Neil C Smith Volunteer Release Manager for Ap

Re: Unable to compile ant-basen Netbeans platform application with Netbeans 11.2

2019-11-01 Thread Neil C Smith
On Fri, 1 Nov 2019 at 14:43, Andreas Hauffe wrote: > I tried to compile my netbeans platform application with netbeans 11.2, but I > got an error. The layer.xml validation reports that I've got a not valid > layer.xml. > > It seems that this commit is the reason: > >

Re: Error Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory

2019-09-20 Thread Neil C Smith
On Fri, 20 Sep 2019 at 15:26, Jerome Lelasseux wrote: > When I start the launcher of my platform app from the command line I notice > the error below, although my program runs fine. > > $ ./JJazzLab64.exe > WARNING: An illegal reflective access operation has occurred ... > On Google a lot of

Re: Netbeans 11 won't launch in Windows 10

2019-09-23 Thread Neil C Smith
On Mon, 23 Sep 2019, 04:56 Carl Burke, wrote: > Even though the name specifies 'hotspot' for the JVM, neither of those > JDK distributions contain a jre directory. The JRE is packaged separately > and requires a separate download > No, it does not! The problem is that you've not noticed the

Re: Problem running application with --enable-preview

2019-10-09 Thread Neil C Smith
On Wed, 9 Oct 2019 at 18:57, Helmut Leininger wrote: > Setting Compile on Save to OFF did the trick. Great! Think that's caused by the issue with shipping the right nb-javac that's delaying beta3. > User directory: C:\Users\hl\AppData\Roaming\NetBeans\11.0 > > Even if I delete it and restart

Re: Problem running application with --enable-preview

2019-10-09 Thread Neil C Smith
On Wed, 9 Oct 2019 at 14:57, Helmut Leininger wrote: > java.lang.UnsupportedClassVersionError: testapachepoi/TestApachePOI > (class file version 56.65535) was compiled with preview features that are > unsupported. This version of the Java Runtime only recognizes preview > features for

Re: JJazzLab : a music application based on the Netbeans Platform

2019-10-05 Thread Neil C Smith
On Sat, 5 Oct 2019, 17:09 Geertjan Wielenga, wrote: > Yes, I simply renamed the clusters file in etc to jazzlab.sh.clusters to > fix this. > Yes, the cluster file is looked up based on the executable name, so renaming it is a bug on any os. Presumably this isn't picking up the right .conf file

Re: unable to add resources or resource folder in NetBeans 11.2

2020-02-12 Thread Neil C Smith
On Wed, 12 Feb 2020, 18:17 cryptearth, wrote: > How was I supposed to know I have to add a folder in files view called > resources under src/main instead of just add a new folder in the projects > view. > There is a node for resources in the project view somewhere. You can do this via the UI,

Re: NB 11.2 change default project path

2020-02-25 Thread Neil C Smith
On Mon, 24 Feb 2020 at 18:18, Ernie Rael wrote: > And to close the loop. The latest directory used is saved/used. It's > stashed as a preference at /org/netbeans/modules/projectui keyed with > projectsFolder. Have you tried that? If it actually worked consistently I don't think anyone would

Re: Refactor renaming hardly works anymore

2020-02-25 Thread Neil C Smith
On Tue, 25 Feb 2020 at 10:35, Hans Grimmelshausen (HG) wrote: > Geertjan wrote at > one point that the nb-javac plugin was mainly useful for JDK 8 projects. Mainly useful for running NetBeans itself on JDK 8 as far as I know. And for supporting versions of JDK above what the IDE is running on.

Re: Refactor renaming hardly works anymore

2020-02-25 Thread Neil C Smith
On Tue, 25 Feb 2020 at 14:47, Emilian Bold wrote: > Although, my impression is that some features are not implemented and > nb-javac is more or less mandatory for the full Java editing > experience. Well, compile on save doesn't work without it as far as I know. Which is fine, because it saves

Re: bringing an old javafx RCP project into the modern era

2020-01-29 Thread Neil C Smith
On Wed, 29 Jan 2020, 17:06 Scott Palmer, wrote: > > Isn’t the “right” way to create a JRE using jimage which includes the > JavaFX modules via JavaFX JMOD files and bundle that with your application? > Right, maybe. But AFAIK not easily achievable right now. I ideally need to run an RCP app

Re: bringing an old javafx RCP project into the modern era

2020-01-29 Thread Neil C Smith
On Wed, 29 Jan 2020 at 06:58, Boris Heithecker wrote: > the problem with including JavaFX in a NetBeans RCP app is deployment, > because you need different versions of the extension for different operating > systems. All of the having the same class names, so you can't simply package > all of

Re: Runnable JAR files

2020-02-20 Thread Neil C Smith
On Thu, 20 Feb 2020, 14:24 Amn Ojee Uw, wrote: > How come the latest NB runs OpenJFX applications, but I cannot not run the > jar file it creates? > C:\java -jar myApp.jar > Welcome to the fun of OpenJFX! ;-) You probably want to read through the section on Runtime Images at

Re: NB 11.2 change default project path

2020-02-21 Thread Neil C Smith
On Fri, 21 Feb 2020, 01:42 Laszlo Kishalmi, wrote: > I haven't known this one either. Just spent one minute to dig it up from > the source code. > Always good advice! I didn't either until just before you posted, although found it via Google .. on the old mailing lists .. in an email from 6

Re: WELCOME to users@netbeans.apache.org

2020-02-15 Thread Neil C Smith
On Sat, 15 Feb 2020, 12:24 Sandro Röllin, wrote: > Now we hoped for the current Apache Netbeans 11.2 > Note also that only LTS releases - 11.0, 12.0, 13.0 etc. go through the NetCAT community testing. That is all about priortising bug fixing vs new features. NetCAT for 12.0 is starting in

Re: NB 11.2 change default project path

2020-02-20 Thread Neil C Smith
On Thu, 20 Feb 2020 at 07:27, Geertjan Wielenga wrote: > Sure, create an issue and this could be something we implement. I don’t think > anyone has asked for this before but it makes sense to me. In the Options > window, it should be possible to specify the location of the folder where >

Re: Opening NetBeans in NetBeans

2020-01-09 Thread Neil C Smith
On Thu, 9 Jan 2020 at 06:11, Laszlo Kishalmi wrote: > Well, it is just 12 simple steps. > The latter few videos at https://netbeans.apache.org/participate/build-run-debug-tutorials.html may also be quite useful for people getting started with this. Best wishes, Neil

Re: MissingResourceException

2020-01-15 Thread Neil C Smith
On Wed, 15 Jan 2020 at 17:17, Eirik Bakke wrote: > Though you're on ant, and I'm using Maven (and the bugzilla bug above refers > to Maven). Maybe they are two different bugs. Well, related. My first thought on this was Compile on Save. I don't think I've got that enabled in a single project

Re: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-01-03 Thread Neil C Smith
On Fri, 3 Jan 2020 at 16:24, ronald marangwanda wrote: > I created a .desktop file for Gnome 3 on Ubuntu. ... > Does netbeans not set the WM_CLASS correctly? How do I fix this? The answer's in your question! ;-) Make sure to add the WM_CLASS line to the .desktop file eg. StartupWMClass=Apache

Re: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-01-03 Thread Neil C Smith
On Fri, 3 Jan 2020, 21:36 ronald marangwanda, wrote: > I added that line to the .desktop file but I do not know what the correct > WMClass for Apache Netbeans 11.2 is. > Ah, sorry, you're right - it should match the value you get from xprop. And does seem like the code to set WM_CLASS linked

Re: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-01-04 Thread Neil C Smith
On Fri, 3 Jan 2020, 23:16 Laszlo Kishalmi, wrote: > It shall work, here is the line from the Snap package: > > StartupWMClass=Apache NetBeans IDE 11.2 > > It was confirmed to work for 11.2 > Given the xprop output in the original email I'm not sure it is everywhere. It also feels familiar. I'll

Re: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-01-06 Thread Neil C Smith
On Sat, 4 Jan 2020 at 19:41, ronald marangwanda wrote: > Im on Ubuntu 18.04 and the java im using is openjdk version "11.0.5" Thanks. Just had a bit of time to dig into this. I can replicate your issue with the duplicate launcher icon appearing, as of 11.2 - earlier versions are fine. I can't

Re: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-04-16 Thread Neil C Smith
On Mon, 6 Jan 2020 at 19:16, Neil C Smith wrote: > Thanks. Just had a bit of time to dig into this. I can replicate > your issue with the duplicate launcher icon appearing, as of 11.2 - > earlier versions are fine. I can't replicate the WM_CLASS of the IDE > window being wrong,

Re: dlight terminal emulator

2020-04-09 Thread Neil C Smith
On Thu, 9 Apr 2020 at 16:57, Ernie Rael wrote: > I haven't found any docs on dlight yet, or maybe some system property I > can set or ??? Is this related to https://issues.apache.org/jira/browse/NETBEANS-3254 ? > Any hints? (other than running on linux ;-) ) That's the fix for everything! ;-)

Re: PSA: Modular Ant based projects no longer build on latest JDK builds

2020-04-23 Thread Neil C Smith
On Thu, 23 Apr 2020, 19:28 Scott Palmer, wrote: > +1 If you aren’t already using Maven, skip it. Gradle will also be > somewhat of a “do it yourself” approach, but in the long run it will be > easier to manage than Maven and worth learning. > "Gradle is for Ant developers that don't understand

Re: When will 12.0 be released?

2020-05-18 Thread Neil C Smith
On Mon, 18 May 2020 at 09:59, Ty Young wrote: > On 5/18/20 3:30 AM, Neil C Smith wrote: > > On Mon, 18 May 2020 at 08:16, Ty Young wrote: > >> BTW, where do you find the commit changes between Netbeans 12.0 Beta > >> versions? I'm still getting a minor issue wher

Re: When will 12.0 be released?

2020-05-18 Thread Neil C Smith
On Mon, 18 May 2020 at 08:16, Ty Young wrote: > BTW, where do you find the commit changes between Netbeans 12.0 Beta > versions? I'm still getting a minor issue where I'm being prompted to use > instanceof pattern matching when preview features aren't currently enabled in > Maven. Attempting

Re: Where are the answers

2020-05-15 Thread Neil C Smith
On Fri, 15 May 2020 at 14:25, HRH wrote: > I have joined this mailing list in the past few days. Thus far, all I see are > daily new questions posted without any responses from the community. I am > wondering why I am not receiving or seeing the responses to these questions? > Is the community

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Neil C Smith
On Fri, 15 May 2020, 21:42 Peter Steele, wrote: > Users participate in the Apache community by helping other users on > mailing lists and user support forums. > Which part of that sentence suggests users' help in fixing up support documentation would not be very appreciated?! Best wishes, Neil

Re: Statement of disappointment

2020-03-09 Thread Neil C Smith
On Mon, 9 Mar 2020 at 15:16, Paul Szudzik wrote: > I see streams of notes that are asking questions about compatibility. ( > The latest straw is the Ant image ... ) I see how once the major players in > NetBeans get on a wagon, the trail off is almost impossible. If you’re new > to

Re: 12.0-beta-4

2020-05-20 Thread Neil C Smith
>> On Wed, May 20, 2020 at 5:52 PM joe schmo wrote: >>> I just downloaded 12.0 beta 4 and I can't install any plugins. I get >>> multiple error messages (see screenshot). On Wed, 20 May 2020 at 17:14, Geertjan Wielenga wrote: > Which specific plugin are you trying to access? That is

Re: Unexpected and unhelpful message when opening a project on Apache NetBeans 12.0 beta 4

2020-05-19 Thread Neil C Smith
On Tue, 19 May 2020 at 15:22, Geertjan Wielenga wrote: > Yes, this is from the log file that he sent: Apologies, I'd missed the attachment. Interestingly, my build from the PR I put in against NETBEANS-4328 doesn't suffer from this - I think it may have the effect of changing the dependency

Re: Unexpected and unhelpful message when opening a project on Apache NetBeans 12.0 beta 4

2020-05-19 Thread Neil C Smith
On Tue, 19 May 2020 at 14:40, David Gradwell wrote: > Going “Properties” on the broken project gets back to the previously reported > message. > NetBeans itself was installed in a clean directory with no import of current > settings. I then went Open project on an existing project. > If useful

Re: Unexpected and unhelpful message when opening a project on Apache NetBeans 12.0 beta 4

2020-05-19 Thread Neil C Smith
On Tue, 19 May 2020 at 15:06, David Gradwell wrote: > I agree that Neil has identified the issue that matches my problem report. Good. I can actually replicate this every time. Open NetBeans with clean userdir, don't import settings, open Java project (tried Gradle and Maven), click through to

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

2020-05-21 Thread Neil C Smith
On Thu, 21 May 2020 at 10:12, Emilian Bold wrote: > So NetBeans forks a separate process to do the unpacking and with JDK > 14 that unpack200 executable no longer exists. Maybe it should use a > library for unpack? Is there one that could be used anywhere? Neil

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

2020-05-21 Thread Neil C Smith
On Thu, 21 May 2020 at 10:22, Luff,Chris wrote: > > Being managed here: https://issues.apache.org/jira/browse/NETBEANS-3985 Is it really?! ;-) Neil - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional

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

2020-05-21 Thread Neil C Smith
On Thu, 21 May 2020 at 10:28, Neil C Smith wrote: > > On Thu, 21 May 2020 at 10:22, Luff,Chris > wrote: > > > > Being managed here: https://issues.apache.org/jira/browse/NETBEANS-3985 > > Is it really?! ;-) Sorry, a little snarky. Seems this is covered in https://is

Re: What is GLib and GtkWidget?

2020-05-23 Thread Neil C Smith
On Sat, 23 May 2020, 16:57 Bayless Kirtley, wrote: > On googling, I find that GTK is a tool kit that I have never > intentionally used for anything. It also relates to graphical interfaces > for C programs. > It's also used by OpenJDK for the native look and feel on Linux. This has nothing

Re: Maven plugin update

2020-09-08 Thread Neil C Smith
On Thu, 3 Sep 2020 at 13:05, HRH wrote: > > Actually, I could not find the SVN on my system (system-wide search for > svn.et on Windows 10), or in the IDE Netbeans 12.0. Apparently, in the older > version of the IDE (i.e. 7.x) there was a direct link from the > Tools->Options->... but since it

Re: Dead code detection

2020-09-15 Thread Neil C Smith
On Tue, 15 Sep 2020, 20:29 Oliver Rettig, wrote: > > In concrete we have a java library project which is a Wrapper to a c++ > native lib. To create a platform independent jar-file we want to add the > native code build for several operating systems into the the jar. > > > > We found that the > >

Re: The Windows build site has been down for days.

2020-09-14 Thread Neil C Smith
On Mon, 14 Sep 2020, 13:34 Geertjan Wielenga, wrote: > Best to sign up and discuss these kinds of matters with/on the dev mailing > list instead. > Note change of link(s) at https://github.com/apache/netbeans-website/pull/487 And note request from me just to link to Linux build as the only

Re: Maven plugin update

2020-09-03 Thread Neil C Smith
On Thu, 3 Sep 2020 at 09:19, HRH wrote: > The following plugin is affected: > Subversion SvnKit Client Library > > The "Cancel" button is activated and the "Next" button on the dialog box is > deactivated. When I search the Netbeans Plugin Portal at > http://plugins.netbeans.org/ I do not

Re: Maven plugin update

2020-09-03 Thread Neil C Smith
On Thu, 3 Sep 2020 at 11:18, HRH wrote: > Thank you Neil for your prompt response. I am cognizant that SVN is not a > Maven plugin. However, as I indicated earlier, I received an update for the > Maven plugin. I hope that these screen captures can bring eliminate any > ambiguity .. There

Re: Cannot find usages in NB 12.0.

2020-10-02 Thread Neil C Smith
On Fri, 2 Oct 2020 at 13:05, Admin @ Goodun wrote: > Surely, to "cross thread" perhaps against normal practice, the argument > that was presented in the "12.1?" thread ("it's not an update, it's a > feature release") doesn't stand up when the suggestion for fixing a bug > in an LTS release

Re: Try out and vote for Apache NetBeans 12.1

2020-08-27 Thread Neil C Smith
On Thu, 27 Aug 2020 at 17:42, Geertjan Wielenga wrote: > On Thu, Aug 27, 2020 at 6:37 PM Greenberg, Gary > wrote: >> >> Looks like Maven dependencies search still won’t work in NB 12.1. >> When it is planned to restore it? > > What does it mean, what are the steps, what is the issue number?

Re: 12.1 ?

2020-09-29 Thread Neil C Smith
On Tue, 29 Sep 2020, 09:36 Admin @ Goodun, wrote: > Apparently 12.1 is out, for nearly a month now, but my 12.0 > installation doesn't tell me so, and when I use the search for updates > function it tells me there are none. > > Is this expected behaviour? > Yes. 12.0 is an LTS and will not tell

Re: 12.1 ?

2020-09-29 Thread Neil C Smith
On Tue, 29 Sep 2020 at 15:43, Steven Yi wrote: > I find the distinction between LTS and feature release is great, but I > do find the use of the minor number to denote a feature release a > little confusing. I think it's just a little cognitive dissonance > between semantic versioning practice,

Re: 12.1 ?

2020-09-30 Thread Neil C Smith
On Wed, 30 Sep 2020 at 08:17, Christoph Theis wrote: > I really don't understand why the discussion got so out of hand. > > As a user I expect that "Check for updates" informs me about new patches > *and* releases I'm not sure it got out of hand, just discussed the current reality, and why it

Re: nightlies?

2020-10-01 Thread Neil C Smith
On Thu, 1 Oct 2020, 20:37 Christoph Theis, wrote: > Half offtopic: where would I find the nightly artifacts for Windows, if > they exist? > The link in the original email, or as on the website. Linux in the link there refers to the build OS, not the OS you're running on. Neil >

Re: [WEBSITE][BUILD INSTRUCTIONS] Difference between build instructions

2020-09-18 Thread Neil C Smith
On Thu, 17 Sep 2020, 21:20 Emilio G.C., wrote: > https://netbeans.apache.org/download/nb121/nb121.html > > https://netbeans.apache.org/download/dev/index.html > > > Maybe I missed it, but I believe the main instructions should be > consistent if they are repeated more than once on the website,

Re: Apache NetBeans 12.0 Beta 5

2020-05-25 Thread Neil C Smith
On Mon, 25 May 2020 at 12:37, Ty Young wrote: > BTW, Why do beta versions not remember old beta version profiles? For safety? > Every time I start a new beta version it imports 11.3. Pretty much yes. But if you really want to, choose no to import, then use Tools / Options / Import button and

Re: JavaFX 12

2020-08-10 Thread Neil C Smith
On Mon, 10 Aug 2020 at 15:32, Ernie Rael wrote: > If you take a look at /nbactions.xml (or similarly in NB "proj > > properties > actions) there's run and debug. Notice the "clean". I'm > guessing you don't need to do the clean/build because that is implicit > in the run/debug. > > I don't know

Re: Maven dependencies automatically added

2020-07-01 Thread Neil C Smith
On Wed, 1 Jul 2020 at 13:22, Nicolò Boschi - Diennea wrote: > Sometimes while working on my maven projects on netbeans, I find out that > Netbeans added some dependencies that I never requested. These dependencies > are always the same. ... > > How I can avoid it? Maybe the responsible is a

Re: Maven Modular Projects with Java 11

2020-07-06 Thread Neil C Smith
On Mon, 6 Jul 2020 at 08:21, Shaun Flynn wrote: > My question is: is there a way to create a Maven project which uses the Java > Module system? > > I do have a work around but it feels quite hacky: each Java is it's own Maven > project, or is this how it is supposed to be? Sounds right to me.

Re: Apache update server unavailable

2020-07-06 Thread Neil C Smith
On Mon, 6 Jul 2020 at 17:38, John G. Weed wrote: > Am trying to run updates on NetBeans 11.2. List of required updates seems to > work, however when I tell it to go ahead and update I get a pop up error > indicating that update server is unavailable... > >

Re: How to use the new FlatLaf look & feel in a Netbeans application ?

2020-06-25 Thread Neil C Smith
On Thu, 25 Jun 2020 at 00:40, Laszlo Kishalmi wrote: > NbPreferences.root().node( "laf" ).put( "laf", > "com.formdev.flatlaf.FlatDarkLaf" ); Somewhere really early, probably at an > @OnStart marked runnable. This probably needs to be done in ModuleInstall::validate - @OnStart is too late to

Re: "Runtime Platform" in (Ant) project properties

2020-06-10 Thread Neil C Smith
On Wed, 10 Jun 2020 at 07:27, Thomas Kellerer wrote: > > > I.e., why do you want to compile & build with JDK 8 and run with JDK 11? > > e.g. because I still need to support Java 8, but also want to test Java 11. Makes perfect sense to me. eg. I have the IDE sources set up to do exactly this. I

Re: upgrade w/ Project Groups

2020-06-14 Thread Neil C Smith
On Sun, 14 Jun 2020, 08:16 Vlad Palnik, wrote: > Does anyone know where NetBeans stores Project Group information? I prefer > clean installations and do not import settings from old versions. I would > like to copy the project group files into new versions and avoid having to > rebuild them. >

Re: TLSv1.3 Support for Git integration.

2020-07-23 Thread Neil C Smith
On Thu, 23 Jul 2020 at 10:28, williamson kevin wrote: > We currently use NetBeans 9.0 NetBeans 9.0 is well out of support! > JGit was updated from 3.6.2 to 5.5.0 on Nov 1st 2019. Since JGit 3.6.2 was > released on 21st Jan 2015, NetBeans 9.0 is clearly not TLSv1.3 compatible. JGit in NetBeans

Re: Ribbonbar, Netbeans platform

2020-07-20 Thread Neil C Smith
On Mon, 20 Jul 2020 at 11:21, Jonathan Bergh wrote: > Does anyone know where to download the Ribbonbar dependencies at all? All the > sources I can find point to java.net which is dead now. I can't see anything > on the pinkmatters.com website either. Well, I know Flamingo is now being

Re: Compile on Save in web applications no longer works for NB > 11.0

2020-07-20 Thread Neil C Smith
On Mon, 20 Jul 2020 at 11:25, Brett Ryan wrote: > Anyone have a solution to this? Yes, nb-javac, as mentioned previously. > I just switched back to 11.1 (last version it works in) and it appears NB12 > has deleted my 11.1 profile. It will if you tell it to, but shouldn't automatically without

Re: Running a modular (JPMS) java project from NetBeans in debug mode?

2020-12-29 Thread Neil C Smith
On Tue, 29 Dec 2020 at 11:21, Clement Levallois wrote: > So... not sure at which step / how I can use the "debug" function in NetBeans > for such a project? You'll likely need to edit the actions for run / debug in project properties to use module path rather than class path (you can still use

Re: memory allocation for JVM - "file too big to open safely" [netbeans] [java]

2020-12-21 Thread Neil C Smith
On Mon, 21 Dec 2020 at 12:51, Oliver Rettig wrote: > It is only a warning that the file maybe is too big. There are lots of > configuration possibilities available for experiences users. There is already https://bits.netbeans.org/12.2/javadoc/properties.html although this is not listed there

Re: How to upgrade from netbeans directly

2020-12-21 Thread Neil C Smith
On Mon, 21 Dec 2020 at 18:47, Scott Palmer wrote: > I think a better option would be to have a button to upgrade to a new release > when one is available. Definitely a message or button here would be good, and needs to be LTS aware ... There is already a notification for new releases - "just"

Re: phishing emails?

2020-12-11 Thread Neil C Smith
On Fri, 11 Dec 2020 at 02:41, Eric J. Schwarzenbach wrote: > Today I received an email (to my address directly I think, not via this > list) in the form of a reply to an old message of mine in a thread on > this list. ... > It was a google docs link, and I'm not really sure what it did, nothing >

Re: memory allocation for JVM - "file too big to open safely" [netbeans] [java]

2020-12-20 Thread Neil C Smith
On Sun, 20 Dec 2020 at 16:25, Oliver Rettig wrote: > I remember also got such messages in the past during opening big text files > in my netbeans-platform applications and with increasing heap-size I cauld > not get rid of the message. In my cases after closing the dialog all works > fine. So

Re: NB doesn't want to update

2020-11-03 Thread Neil C Smith
On Tue, 3 Nov 2020 at 11:46, Peter Toye wrote: > But when I ask NB to check for updates it tells me that 'your IDE is up to > date!' which is obviously not the case. > > Anyone any idea what's going on? Actually, expected behaviour - there are no updates for 11.1 there. That's different to

Re: NB doesn't want to update

2020-11-03 Thread Neil C Smith
On Tue, 3 Nov 2020 at 14:14, Admin @ Goodun wrote: > > > Thanks. I'd assumed that the 'check for updates' would look for new > > versions. It looks like I have to get the latest (12.1 I think) > > version by hand. > > There was a long and, at times, heated debate about this here just > recently.

Re: JDK 15 Javadoc wrong location

2021-01-21 Thread Neil C Smith
On Wed, 20 Jan 2021 at 20:28, Glenn Holmer wrote: > > On 1/19/21 1:05 PM, Ernie Rael wrote: > > Seems very important. > > > > https://issues.apache.org/jira/projects/NETBEANS/issues > > > > Would be appreciated. > > This has been bothering me as well. I didn't find an issue for it, so: > >

Re: Missing platform jdk

2021-01-17 Thread Neil C Smith
On Sun, 17 Jan 2021 at 09:36, HRH wrote: > Recently, Netbean 12.0 IDE complains about a missing java platform as follow: > When I click on the "Manage platform" button the missing platform is not so > missing and it is there. > > What is causing this to happen? Just select the one that claims

Re: JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Neil C Smith
On Wed, 23 Jun 2021 at 18:21, Tim Mullé wrote: > We recently switched our application to run in JDK11 and we are seeing this > warning in our logs. > I tried updating to the latest 124 maven reference but that didn’t seem to > help. You might want to look at which of the add-opens /

Re: Should I install nb-javac plugin?

2021-05-20 Thread Neil C Smith
On Thu, 20 May 2021 at 08:47, Andreas Reichel wrote: > What about "Compile and Save"? > > Personally I find this one of the most important features of Netbeans, > especially when changing code hot while debugging? Pretty sure you don't need Compile on Save enabled to allow hot code reload in

Re: NetBeans Platform "Golden Path"

2021-07-08 Thread Neil C Smith
On Wed, 7 Jul 2021 at 21:19, Emilian Bold wrote: > 2. Use Maven and nbm-maven-plugin. ... > 4. Once you have a zip file with the launchers it's super easy to make > a macOS DMG and a Windows installer (using Inno Setup). Mostly agree with Emi, but despite using Maven for most things, I do still

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

2021-04-23 Thread Neil C Smith
On Fri, 23 Apr 2021 at 15:23, Laszlo Kishalmi wrote: > Ant projects can be fairly simply can be migrated to Gradle. Well, I've often said Gradle is just Ant with slightly better syntax! :-) Joking aside, good point, and I'd be interested to see a converter too. Best wishes, Neil

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

2021-04-22 Thread Neil C Smith
On Thu, 22 Apr 2021 at 08:15, Geertjan Wielenga wrote: > should we consider downplaying the prominence of Ant by removing from > NetBeans the ability to create new Ant projects -1 from me. I think we made the right steps previously, and perhaps should look at whether particular templates need

Re: How to hide Performance from toolbar by default (not remove it)

2021-04-28 Thread Neil C Smith
On Wed, 28 Apr 2021, 19:05 Mike Hallan, wrote: > From Neil's examples, it seems like it a modification to the IDE files > that will also get propagated to the built application. I'd prefer to leave > the IDE as-is and only have the app with Performance not visible by default. > My platform

Re: How to hide Performance from toolbar by default (not remove it)

2021-04-28 Thread Neil C Smith
Hi, On Wed, 28 Apr 2021 at 12:06, Mike Hallan wrote: > I've just migrated an application from NB8.2 to NB12.3. > > Is there a way to hide the Performance/Profile item from the toolbar by > default? The way I've handled it is -

Re: Control-shift-P.

2021-03-25 Thread Neil C Smith
On Thu, 25 Mar 2021 at 09:59, Jens Zurawski wrote: > you can get Information of all Hot Keys and redefine them as you want. > Just go into "Tools -> Options -> Keymap". And somewhat in reverse, also use the menus / editor popup menu to see shortcuts. eg. this specific one is listed next to the

Re: master password

2021-03-22 Thread Neil C Smith
On Mon, 22 Mar 2021 at 17:05, Boris Heithecker wrote: > Unfortunately, no one (including myself) has yet found time to > implement a simple switch, or system property to switch off either > implementation on Linux. There is -J-Dnetbeans.keyring.no.native=true ? Still at least shows the

Re: How do I get local terminal to work for cross platform development Windows - Debian Buster

2021-03-08 Thread Neil C Smith
On Mon, 8 Mar 2021 at 12:38, frui...@yahoo.co.uk.INVALID wrote: > > It is not a total block on using Netbeans but it is frustrating to think that > there may be a very simple configuration setting that could solve the problem. Out of curiosity, does running NetBeans on the Pi with netbeans

Re: What Project should I use if I have existing source?

2021-03-05 Thread Neil C Smith
On Fri, 5 Mar 2021 at 15:35, Eric Bresie wrote: > Silly flavor of that, but what if there is an existing project without Ant or > any applicable build (maven or gradle) yet? If you don't want Ant, then I guess create an empty project and copy sources in is the way? Of course, depends if you

Re: Heads-up: netbeans.org EOL on March 6th

2021-02-26 Thread Neil C Smith
On Fri, 26 Feb 2021 at 13:01, Alonso Del Arte wrote: > Can't they make it into a redirect? Or is it going to a cybersquatter who'll > want to sell it to the highest bidder? The domain itself is registered to Apache now, so it's actually a redirect back to the old site currently anyway. Best

Re: default-properties.xml - autoupdate.catalog.url

2021-04-13 Thread Neil C Smith
On Tue, 13 Apr 2021, 19:33 Nils Hoffmann, wrote: > if this is against a fixed platform release, the URL should be something > like this (+updates.xml.gz) > > https://downloads.apache.org/netbeans/netbeans/12.3/nbms > No, it shouldn't. All releases and dev builds have an update centre redirected

Re: [base ide] No help available in Apache Netbeans 12.0?

2021-02-18 Thread Neil C Smith
On Thu, 18 Feb 2021, 19:39 Geertjan Wielenga, wrote: > I would vote (very strongly) against including them until there are people > volunteering to review and update them. > I agree, but then I'm definitely not suggesting including. Host separately of everything else online via gitpubsub, with

Re: git toolbar

2021-02-19 Thread Neil C Smith
On Fri, 19 Feb 2021 at 14:37, Glenn Holmer wrote: > On 2/19/21 12:08 AM, Tomáš Procházka wrote: > > @Glenn Maybe it is related to Look and Feel you are using. I don't have > > any problems with mine using FlatLaf Dark. > > Metal L on NetBeans 12.2 (and 12.3 betas), AdoptOpenJDK 11.0.10. > Debian

Re: [base ide] No help available in Apache Netbeans 12.0?

2021-02-18 Thread Neil C Smith
On Thu, 18 Feb 2021 at 18:02, Geertjan Wielenga wrote: > However, the real real question is who is going to keep that JavaHelp > documentation updated? Whereabouts is the HTML content now? One option might be to convert, host as a website and have a help context displayer that opens the system

Re: [verification] Neither gpg nor sha512 verifies integrity of Apache-NetBeans-12.4-bin-linux-x64.sh

2021-08-23 Thread Neil C Smith
On Mon, 23 Aug 2021 at 14:46, Christian Kruggel wrote: > The sha512 differs for all downloads I had this far (a bit of a miracle > to me as I assumed that the file is the same throughout all mirrors) and > like to know, how I can get a dedicated download that uses the file Emi > managed to verify

Re: unsubscribe

2021-08-26 Thread Neil C Smith
Send an email to users-unsubscr...@netbeans.apache.org Full list management info at https://netbeans.apache.org/community/mailing-lists.html I thought we used to have unsubscribe info in the footers of users@ emails? Best wishes, Neil

Re: Auto Popup Completion Window

2021-08-26 Thread Neil C Smith
On Fri, 6 Aug 2021 at 23:46, Tom Rushworth wrote: > Is there a way to download the fix or do I wait for the 12.5 release? This should hopefully be fixed with 12.5-beta2 as announced at

Re: FlatLaf - File Dialogs missing resource text in details view

2021-08-23 Thread Neil C Smith
On Mon, 23 Aug 2021 at 20:13, Tim Mullé wrote: > Just noticed that in 12.4 in either of the Flat Laf (light or dark) that the > column headers in the file dialogs are missing when in details view. > > Looks like the values aren’t in the resource bundles if I have to guess. > > Hopefully, you can

Re: NetBeans Platform "Golden Path"

2021-07-13 Thread Neil C Smith
On Mon, 12 Jul 2021 at 22:17, Emilian Bold wrote: > I don't think the Platform is opinionated about not including a JRE, Absolutely, in fact in some ways the opposite ... > NetBeans used to come as a JDK bundle in the Sun Microsystems and > Oracle days. So, all the plumbing is still there and

Re: Auto Popup Completion Window

2021-08-06 Thread Neil C Smith
On Fri, 6 Aug 2021 at 00:18, Tom Rushworth wrote: > I'm surprised that you can't reproduce the problem. I didn't do anything > special. Just opened an HTML files and typed an a. I can't replicate within an .html file either. However, I certainly can within the HTML sections in a .php file.

<    1   2   3   4   >