[mentors] Native (Windows) Launchers

2018-03-04 Thread Jan Lahoda
Hi, NetBeans (IDE, Platform and applications based on the platform) has launchers to conveniently launch the tool. On Linux, etc., this is a shell script, which is simple. On Windows, however, the launchers are DLLs and exe(s). My understanding is that these were traditionally built using a

Re: Apache NetBeans Logo (integral version)

2018-03-04 Thread Antonio
Just for the record, the SVG version and some PNG versions in .png, @2x.png and @3x.png renderings at https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+Logo+Contest (and sorry for the spam) On 05/03/18 08:16, Antonio wrote: Hi all, I'm attaching a clean SVG version of the

Apache NetBeans Logo (integral version)

2018-03-04 Thread Antonio
Hi all, I'm attaching a clean SVG version of the NetBeans Logo, with a proper license header and no decimal numbers. Kind regards, Antonio - To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org For

Re: Propose for a patch to avoid duplicate native libs integration for supporting different windows os

2018-03-04 Thread Oliver Rettig
Hi Matthias, thanks for your help. > So if you place your .dll in the modules/lib/amd64 directory, it should > be loaded on all 64 bit JVMs on windows. Yes, you are right. It is possible to put all files in the modules/lib/amd64 folder to be loaded on all 64 bit jvms on windows, but than in

Re: Propose for a patch to avoid duplicate native libs integration for supporting different windows os

2018-03-04 Thread Matthias Bläsing
Hi Oliver, Am Sonntag, den 04.03.2018, 17:46 +0100 schrieb Oliver Rettig: > integration of native libs in the netbeans platform works fine for > windows, linux, 32bit, 64bit > etc. as described in > >

Propose for a patch to avoid duplicate native libs integration for supporting different windows os

2018-03-04 Thread Oliver Rettig
Hi, integration of native libs in the netbeans platform works fine for windows, linux, 32bit, 64bit etc. as described in http://bits.netbeans.org/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/ api.html#jni Selection of the needed platform dependend native libs is based on the

[VOTE][RESULT] Apache NetBeans Logo Contest (NETBEANS-145)

2018-03-04 Thread Antonio
Hi all, After the 72h voting period it's time to announce the Apache Logo Contest winner. And the winner is Logo Number 2 (Colored logo) Congratulations, everybody!! With the following votes: DEV Mailing list: Logo 1: 14 votes Logo 2: 25 votes Logo 4: 1 vote USER

Re: JSON Support modules

2018-03-04 Thread Zoran Sevarac
Well, I've followed the Josh's advice and added the Java EE base module, which resulted in adding everything from the enterprise cluster, a then also from webcommon, java and websvccommon. In other words, I had to add almost everything and JSON support was there ofcourse :) In webcommon cluster

Re: New committer and PPMC member: John McDonnell

2018-03-04 Thread John McDonnell
Thanks, everyone! Regards John On 3 March 2018 at 16:48, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Hurray and congratulations, John! And many thanks for the many years of > involvement in the NetBeans community. > > Gj > > On Sat, Mar 3, 2018 at 3:39 PM, Antonio Vieiro

Re: JSON Support modules

2018-03-04 Thread Oliver Rettig
sorry, I must correct myself. I have deselected the html Editor stuff and dpendend modules and json support was still available in my app. So the json editor support must be included in some other modules. I am a bit confused. > Hi Zoran, > > it is also on my todo list to figure out in detail

Re: JSON Support modules

2018-03-04 Thread Oliver Rettig
Hi Zoran, it is also on my todo list to figure out in detail how to integrate json support into my platform apps. In my netbeans ide json support works fine with the features described here https://dzone.com/articles/netbeans-74-json-support I havnt found the module in the plugin