Re: NetBeans 19, Gradle 7.5 - "Run File" no longer working

2023-09-26 Thread László Kishalmi
Could be a regression caused by this one: https://github.com/apache/netbeans/pull/6003 On Tue, Sep 26, 2023 at 5:54 AM Thomas Kellerer wrote: > Hello, > > with NetBeans 19 and Gradle 7.5.1 "runFile" on a class with a main method > does not work any more: > > Caused by: >

Re: "NetBeans 76 was last used 32 days ago"

2023-07-01 Thread László Kishalmi
Well, that is actually the revision number of NetBeans 17.0 Snap package. NetBeans 18.0 would be revision number 80. Right now there is no way to identify the version of NetBeans used in a home directory. That shall be changed. I admit that is confusing. Just a little background on the revision

Re: NetBeans 17 + GitHub + 2FA

2023-04-04 Thread László Kishalmi
Use SSH Keypairs. On Tue, Apr 4, 2023 at 2:41 PM Brad K. wrote: > Hello -- > > Is the built-in git plugin not capable of doing 2FA with GitHub or am I > just not figuring out how to do it? > > Regards, > > Brad > > > - > To

Re: change default word processor - NB 16, Windows 10

2023-03-29 Thread László Kishalmi
AFAIK it uses the default applIcation set for the file in your platform. I guess text files are set to open with Wordpad by default on Windows. On Wed, Mar 29, 2023 at 8:40 AM Christopher C. Lanz wrote: > Hello, > > Is it possible to change/set the word processor accessed by the "open in >

Re: Maven indexing

2023-03-14 Thread László Kishalmi
Well, it is just on my wish list. I'm nowhere near to implement anything for that. Though someone might... My (ever changing) list of priorities: - Initial HCL support. - Initial Terraform code completion - Real Gradle JavaToolchain Support - Terraform Project support - NetBeans build to Gradle

Re: Maven indexing

2023-03-14 Thread László Kishalmi
Also one day the Gradle plugin may be smart enough to use that Maven index for its own good. Like offering a dependency to add when you add an import statement for a class... On Tue, Mar 14, 2023 at 6:28 AM Neil C Smith wrote: > On Tue, 14 Mar 2023 at 12:31, Emma Atkinson > wrote: > > Recently

Re: Debugging web application on Tomcat

2023-03-13 Thread László Kishalmi
How have you installed Tomcat 9 on your System? On Mon, Mar 13, 2023 at 10:04 AM Greenberg, Gary wrote: > Last year I have developed a Spring-Boot web application. > It was originally developed as a JAR but later converted to a WAR and > deployed to the Tomcat 9 on a production server. > > Last

Re: NetBeans 16 running on JDK 17 + Gradle 7.5/Java 11 not working

2023-01-25 Thread László Kishalmi
You are most probably seeing https://github.com/apache/netbeans/pull/5271 It is fixed in NB17 which has the first rc available last week, or as a workaround use an up-to date Java 17 (Java 17.0.6) wich has a dot in it's version. On Wed, Jan 25, 2023 at 12:39 AM Thomas Kellerer wrote: > Hello, >

Re: Scala classes

2023-01-05 Thread László Kishalmi
There was a Scala plugin for NetBeans 8.1 it is old might cna get it working. If just the compilation is needed, you can use a Gradle build and put scala code in. On Thu, Jan 5, 2023 at 3:02 PM Greenberg, Gary wrote: > Any plugins to compile Scala files? > > > > *Gary Greenberg* > > Staff

Re: Netbeans only Java 1.8 or less?

2023-01-04 Thread László Kishalmi
Java Module System is not supported, however Java classes with recent Java versions are. So you can have a module using Java 11, 17 On Wed, Jan 4, 2023 at 10:00 AM Admin Netcrystals wrote: > Is it correct that java classes and modules used for building a Rich > Client Netbeans Platform App

Re: Netbeans compiles Project, but cannot load it

2023-01-03 Thread László Kishalmi
There is an update being released for NetBeans 16 addressing several Gradle issues. It will be available on the automatic updates in a day or two. I hope that will help. On Tue, Jan 3, 2023 at 9:31 AM Ulrich Mayring wrote: > I forgot to mention that deleting the Netbeans Cache did not help.

Re: Spell checker

2022-12-02 Thread László Kishalmi
When there are suggestions they are displayed. [image: image.png] On Fri, Dec 2, 2022 at 3:33 PM Amn Ojee Uw wrote: > Hello Neil and thank you for the prompt response. > > I hope that the below better explains the choices, web pages, friends and > other have giving me. > > CTRL-ENTER =

Re: Installer for Netbeans 15 on Ubuntu?

2022-11-22 Thread László Kishalmi
Also NetBeans 16 (the voting candidate) is already available on the edge channel. On Tue, Nov 22, 2022 at 6:45 PM Patrik Karlström wrote: > There is a snap that I like and use. > https://snapcraft.io/netbeans > > Den ons 23 nov. 2022 01:33Owen Thomas skrev: > >> Is there an installer for

Re: Graphical Interface Built with JSF Doesn't Appear in Internet Browsers

2022-11-22 Thread László Kishalmi
tps://github.com/mfatihcin/NewRepository/tree/main/BILISIM > -- > *Gönderen:* László Kishalmi > *Gönderildi:* Tuesday, November 22, 2022 12:42:26 AM > *Kime:* Mehmet Fatih ÇİN ; NetBeans Mailing > List > *Konu:* Re: Graphical Interface Built wi

Re: Graphical Interface Built with JSF Doesn't Appear in Internet Browsers

2022-11-21 Thread László Kishalmi
Well, you have one public repository: https://github.com/mfatihcin/BILISIM It seems to be empty. On Mon, Nov 21, 2022 at 1:16 PM Mehmet Fatih ÇİN wrote: > You can access related projects. > > > > > > https://github.com/mfatihcin/NewRepository > > > > > > Mehmet Fatih ÇİN > > > > > >

Re: How to maintain *.java and *.form in different directories?

2022-10-18 Thread László Kishalmi
Hi there, Just would like to know what is the motivation behind separating the java and the form files? On Tue, Oct 18, 2022 at 9:12 AM Thorsten Schöning wrote: > Hi everyone, > > I would like to switch historically grown projects in NetBeans own > directory layout with its own settings files

Re: Use JDK preview features in Gradle

2022-09-28 Thread László Kishalmi
Yes. NetBeans just picks up the settings coming from Gradle. On Wed, Sep 28, 2022 at 5:56 AM Bernd Michaely wrote: > a search for »preview features« on the website https://docs.gradle.org > finds: > > > https://docs.gradle.org/current/userguide/building_java_projects.html#sec:feature_preview >

Re: SVN diff doesn't work

2022-09-23 Thread László Kishalmi
sudo apt install libsvn-java On Fri, Sep 23, 2022 at 12:35 PM May Doušak wrote: > Hi all, > > SVN diff used to work for me not so long ago, but for some reason it > doesn't anymore on none of my machines; all are KDE Neon (=ubuntu 22.04). > Other SVN operations work. > > I have CLI SVN

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread László Kishalmi
Well, pick a language and start writing the support for that. It's that simple. On Tue, Sep 20, 2022, 00:22 N wrote: > Hello, > > I was an ardent user of Netbeans from 2009 to around 2016, while using > Java (and for a short while when using C++ and Python). I've even written > about it >

Re: NB 15 no linux installer anymore?

2022-09-13 Thread László Kishalmi
For the best Linux experience check out: https://snapcraft.io/netbeans It adds an application icon. The best thing is that NetBeans gets updated automatically when a new version is released. That happens seamlessly without the need of running the import option. It also has the option to go back to

Re: Access previous version

2022-09-09 Thread László Kishalmi
I guess you are using the Snap distribution. In that case it is: sudo snap revert netbeans that you are looking for. On Fri, Sep 9, 2022 at 10:37 AM Admin @ Goodun wrote: > NB 15 has installed itself automatically. How do I access NB14? > > Why do I ask? 14 opened a new browser window when

Re: gradle project: how to pass jvm args for debug/run

2022-09-06 Thread László Kishalmi
Project Properties > Build > Build Actions On Tue, Sep 6, 2022 at 8:09 AM Neil C Smith wrote: > On Tue, 6 Sept 2022 at 16:05, László Kishalmi > wrote: > > Actually we have a pretty good UI for custom actions. > > Agreed. My comment was specifically that I can't see

Re: gradle project: how to pass jvm args for debug/run

2022-09-06 Thread László Kishalmi
Actually we have a pretty good UI for custom actions. Though passing JVM arguments to a build is a sensitive topic mostly due to the daemon execution model. The way you set up the run task in your project is a good way to do that. On Tue, Sep 6, 2022 at 4:10 AM Neil C Smith wrote: > On Mon, 5

Re: NB 14 - doesn't detect pre-existing Ant project

2022-08-10 Thread László Kishalmi
Besides the build.xml NetBeans needs an m project folder with some additional files, to be detected as an Ant project. As Neil said, those stuff can be created with the Free Form Ant project wizard. NetBeans recognize Maven and Gradle project out of the box without any additional configuration.

Re: Re: Gradle won't resolve dependency: what's wrong here?

2022-08-03 Thread László Kishalmi
Compile was discouraged at 3.4, marked for deprecation in 4.0 they removed it in 7.0. that's pretty long time. 4 years. On Wed, Aug 3, 2022, 20:51 Owen Thomas wrote: > > > On Thu, 4 Aug 2022 at 12:37, Andreas Reichel < > andr...@manticore-projects.com> wrote: > >> Just be prepared. Its still

Re: Project->Run Gradle->Tasks dialog 'missing'?

2021-10-16 Thread László Kishalmi
Well the Task... dialog seems not working at the moment. You can define your custom build actions in the: Project Properties > Build > Build Actions On Fri, Oct 15, 2021 at 2:22 PM Fred Welland wrote: > Hi, > > Been running NB 12.5Final (OpenJDK 16.0.1, Linux/Fedora) mostly works > quite well.

Re: SVN Client

2019-10-14 Thread László Kishalmi
Well, NetBeans had support for 3 kind of Subversion clients. Native library, svnkit and command line. Unfortunately the svnkit had to be removed due to licensing reason. The command line is unreliable and unfortunately the native is a bit hard to configure especially on windows. AFAIK the Silk

Re: plugins.netbeans.org is back

2019-03-24 Thread László Kishalmi
I'm going to close the ppmc vote round tomorrow morning, then open the ipmc vote round. On Sun, Mar 24, 2019, 20:57 Geertjan Wielenga wrote: > Hi all, > > plugins.netbeans.org is back. > > Thanks, > > Gj >