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 be run on a project.  E.g. "Run", "Debug", "Build Jar", etc..
>
> It would be nice if there were some well-supported metadata standard for this 
> that was supported by all IDEs.Does anyone know if such a standard format 
> exists - or if there are any groups working on such a format?

Well, not that I know of, but I do know it's been discussed here (or
on the dev@ list) before.  It would certainly be a good thing from my
perspective.

Best wishes,

Neil

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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..

It would be nice if there were some well-supported metadata standard for
this that was supported by all IDEs.Does anyone know if such a standard
format exists - or if there are any groups working on such a format?

Steve


[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 simpler with nb-javac being
bundled, you should notice the look and feel being different and more
modern, and there are partial updates for Maven, Gradle, and PHP:

New & noteworthy features of the 13 release:

https://netbeans.apache.org/download/nb13/index.html

Downloads :

https://netbeans.apache.org/download/nb13/nb13.html

See our release schedule :

https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule

Feel free to share the good news!

Thanks everyone, and best wishes,

Neil, Eric, Geertjan
on behalf of Apache NetBeans PMC


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 the norm? Should I always assume that  Eclipse produced jar 
files will not run on NetBeans?


As a personal note, let me say that this issue must not exist; "Write 
once, run anywhere"?


Perhaps, someone here could point out a document on the net that 
addresses this issue.



Thanks in advance.


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 
dependencies.


If you show us the source code we may give you some further help.

Cheers,
Antonio

On 03/03/2022 23:32, Tim Mullé wrote:

Hi,

Is it possible to use the Quick Search API in standalone Swing Apps?

We have a home grown IDE like interface (not using NB Platform) and we’d like 
to add a quick search feature ust like NetBeans has.

I took a look at the source code for the quick search module and it looks like 
it might be tied to the UI (TopComponents)
And rely on the XML file system for things like category name, keystroke, etc. 
I thought it used ServiceLoader but it directly reads the root virtual file 
system.

I didn’t see a way to provide those items externally since we don’t have the NB 
file system and our SearchProviders won’t be made via
The NetBeans wizards.


Just curious…

- Tim


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists