Re: Cross-IDE standard for "Run Configurations"

2022-03-04 Thread Neil C Smith
On Fri, 4 Mar 2022 at 19:06, Steve Hannah wrote: > Maven makes some things much easier by standardizing many of the build > settings in a way that is IDE agnostic. However, every IDE seems to provide > its own proprietary "Actions" configuration for defining the "Actions" or > "Tasks" that can

Cross-IDE standard for "Run Configurations"

2022-03-04 Thread Steve Hannah
Maven makes some things much easier by standardizing many of the build settings in a way that is IDE agnostic. However, every IDE seems to provide its own proprietary "Actions" configuration for defining the "Actions" or "Tasks" that can be run on a project. E.g. "Run", "Debug", "Build Jar", etc.

[ANNOUNCE] Apache NetBeans 13 released

2022-03-04 Thread Geertjan Wielenga
Hi all, The Apache NetBeans team is pleased to announce that Apache NetBeans 13 was released today, March 4, 2022. Apache NetBeans is a full IDE for Java SE, Java EE, PHP, JavaScript, HTML5 and more, including some support for Groovy and C/C++. You should notice the startup experience being simp

NB & Eclipse about jar files

2022-03-04 Thread Amn Ojee Uw
I have recently have done a major shift as a developer, I switch from MS to Debian 11 and as they say "New year, new life". So, I've also changed my developing platform to NetBeans 12.x from Eclipse. I have realized that the jar files produced by Eclipse are not desirable by  NB 12.x. Is this th

Re: Using Quick Search API in Standalone Swing Apps?

2022-03-04 Thread antonio
If the Quick Search API depends on TopComponents and Master File System then you have two options: a) Bundle the dependencies in your standalone app. b) Do not bundle the dependencies in your standalone app: modify the source code as you wish (following the Apache License) to replace the depen