Re: How to get the layer.xml from ModuleInfo?

2018-10-04 Thread Geertjan Wielenga
Unless you don't mean the module info file from Jigsaw, and you mean something different instead? The layer.xml file is registered in the module's manifest, if that helps. Gj On Fri, Oct 5, 2018 at 7:06 AM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Whatever it is you're

Re: File reference in layer.xml: How to get the url?

2018-10-04 Thread Geertjan Wielenga
Maybe this helps: http://bits.netbeans.org/dev/javadoc/org-openide-filesystems/org/openide/filesystems/FileUtil.html#getConfigFile-java.lang.String- Gj On Fri, Oct 5, 2018 at 6:53 AM Peter Nabbefeld wrote: > > Hello, > > when I put something like the following into my module's layer: >

Re: How to get the layer.xml from ModuleInfo?

2018-10-04 Thread Geertjan Wielenga
Whatever it is you're trying to do here, please stop. :-) The NetBeans module system and the Jigsaw module system are two totally different things and know nothing about each other. On the other hand, you're going to ignore this advice and go on ahead with whatever this is anyway, so bear in mind

How to get the layer.xml from ModuleInfo?

2018-10-04 Thread Peter Nabbefeld
Hello, is there any way to read a module's layer.xml from ModuleInfo (or sth. else in global lookup)? Kind regards Peter - To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org For additional commands,

File reference in layer.xml: How to get the url?

2018-10-04 Thread Peter Nabbefeld
Hello, when I put something like the following into my module's layer:     I can read the file, but its path is always "parent/folders/my-module-base.xml", I cannot get the url value. Kind regards Peter - To

Re: NetBeans (10) Splash Screen

2018-10-04 Thread Josh Juneau
Hi Laszlo, I have executed the 10vc1 build in the following ways successfully without seeing any flickering on OSX 10.13.6: - NetBeans 10vc1 binary on Java 1.8.0_171-b11 - NetBeans 10vc1 binary on Java 11; OpenJDK 64-Bit Server VM 11+28 - NetBeans 10vc1 built from sources on Java 1.8.0_171-b11

NetBeans (10) Splash Screen

2018-10-04 Thread Laszlo Kishalmi
Hi all, Do we need the *release version* branded Splash screens? Right now we are having those. These images are using a Java splash screen support displaying an image before anything happen in the VM, the application later can update this screen. Right now we have the version 9 "branded"

[GROOVY] Activation of unit tests on Travis / Jenkins

2018-10-04 Thread Sven Reimers
HI all, with PR https://github.com/apache/incubator-netbeans/pull/948 all unit tests in groovy.editor should pass. Is there already a best practice way to enable such tests on Travis / Jenkins? Would really like to have them running as part of the normal workflow. Thanks -Sven

10 VC1

2018-10-04 Thread Mike Billman
Just a couple of things * It imports my 8.2 settings (think I saw a JIRA on this already) * How do I uninstall a single added plugin (Under installed the show all as one) * Tried to install Experimental Java Hints, but said I needed java hints, which I could not find Other than

Re: NetBeans javadoc at Apache (Re: Options, options (was Re: NetBeans javadoc at Apache))

2018-10-04 Thread Neil C Smith
On Thu, 4 Oct 2018 at 20:32, Geertjan Wielenga wrote: > > If we want mentors to do something we need to start a new thread with > Mentors in the subject line. I added it to the subject line, but it seems that might not be registering as a new thread. OK, will take 2! Thanks, Neil

[mentors] New git repository for Javadoc

2018-10-04 Thread Neil C Smith
Hi, Please could a mentor create a new git repository at incubator-netbeans-docs. This is for hosting the Javadocs using gitpubsub, initially on bits.netbeans.org with proxy back to Oracle for pre-Apache links (404s). Thanks and best wishes, Neil

Re: NetBeans javadoc at Apache (Re: Options, options (was Re: NetBeans javadoc at Apache))

2018-10-04 Thread Geertjan Wielenga
If we want mentors to do something we need to start a new thread with Mentors in the subject line. Great we’re making progress on the javadoc! Gj On Thursday, October 4, 2018, Neil C Smith wrote: > On Thu, 4 Oct 2018 at 19:29, Neil C Smith wrote: > > > > On Thu, 4 Oct 2018 at 19:19,

[Mentors] Re: NetBeans javadoc at Apache (Re: Options, options (was Re: NetBeans javadoc at Apache))

2018-10-04 Thread Neil C Smith
On Thu, 4 Oct 2018 at 19:29, Neil C Smith wrote: > > On Thu, 4 Oct 2018 at 19:19, Antonio wrote: > > > > Yep. infra.chat is awesome. You can have things solved within the minute! > > > > Hi, yes, just about to. But I was confused because according to the > wiki edits, infra told you to use

AW: Some info for NetBeans 10 VC 1

2018-10-04 Thread Christian Lenz
Hey Eirik, thx for pointing that out. Funny, this time I thought it is smth with my eyes . Will try it with the compatibility again. Thx. Cheers Chris Von: Eirik Bakke Gesendet: Donnerstag, 4. Oktober 2018 19:47 An: dev@netbeans.incubator.apache.org Betreff: RE: Some info for NetBeans 10

Re: NetBeans javadoc at Apache (Re: Options, options (was Re: NetBeans javadoc at Apache))

2018-10-04 Thread Neil C Smith
On Thu, 4 Oct 2018 at 19:19, Antonio wrote: > > Yep. infra.chat is awesome. You can have things solved within the minute! > Hi, yes, just about to. But I was confused because according to the wiki edits, infra told you to use self-serve?! Best wishes, Neil

Re: NetBeans javadoc at Apache (Re: Options, options (was Re: NetBeans javadoc at Apache))

2018-10-04 Thread Laszlo Kishalmi
Yes indeed! I'm big fan of it as well. On 10/04/2018 11:19 AM, Antonio wrote: Yep. infra.chat is awesome. You can have things solved within the minute! On 04/10/18 15:16, Geertjan Wielenga wrote: Any questions re infrastructure, and permissions, just pop over to infra.chat and check there.

Re: NetBeans javadoc at Apache (Re: Options, options (was Re: NetBeans javadoc at Apache))

2018-10-04 Thread Antonio
Yep. infra.chat is awesome. You can have things solved within the minute! On 04/10/18 15:16, Geertjan Wielenga wrote: Any questions re infrastructure, and permissions, just pop over to infra.chat and check there. Gj On Thu, Oct 4, 2018 at 3:05 PM Neil C Smith wrote: On Wed, 3 Oct 2018 at

RE: Some info for NetBeans 10 VC 1

2018-10-04 Thread Eirik Bakke
Regarding 1: This is likely a JDK bug. Could you run the application at https://gist.github.com/eirikbakke/b85b67dae62993e3cbee51e4c9e6c214 and provide the output? -- Eirik -Original Message- From: Christian Lenz Sent: Thursday, October 4, 2018 12:01 PM To:

RE: Blurry font with NetBeans 9.0

2018-10-04 Thread Eirik Bakke
The other Windows HiDPI bug I mentioned before, where checkboxes, radio buttons and so on become too small or too large when moved from one monitor to another, has now been assigned a JDK JIRA ticket: https://bugs.openjdk.java.net/browse/JDK-8211715 (And see

RE: Some info for NetBeans 10 VC 1

2018-10-04 Thread Eirik Bakke
Also, Christian: For testing purposes, please make sure you are running NetBeans with the "Compatibility"-->"Change high DPI settings"-->"Override high DPI scaling behavior"-->"Application" trick we discussed before if you have HiDPI screens in your setup. (Again, this will be the default

Java 11 Linux Rendering Issue

2018-10-04 Thread Laszlo Kishalmi
There is a nasty rendering issue on Linux introduced with Java 11:  https://issues.apache.org/jira/browse/NETBEANS-1344 Shall we consider it critical? Shall we revert to GTK 2.2 rendering in NetBeans 10? - To unsubscribe,

AW: Some info for NetBeans 10 VC 1

2018-10-04 Thread Christian Lenz
Ok, thx for the Feedback. Only wondering. Cheers Chris Von: Geertjan Wielenga Gesendet: Donnerstag, 4. Oktober 2018 18:03 An: dev@netbeans.incubator.apache.org Betreff: Re: Some info for NetBeans 10 VC 1 Yes, php depends on webcommon. Release drivers are JDK 11 and PHP. That’s the focus of

Re: Some info for NetBeans 10 VC 1

2018-10-04 Thread Geertjan Wielenga
Yes, php depends on webcommon. Release drivers are JDK 11 and PHP. That’s the focus of NetCAT, the other three clusters are nice to have, but shouldn’t be a primary focus. Gj On Thursday, October 4, 2018, Christian Lenz wrote: > Hey, > > as I’m testing the PHP specs I have some

Some info for NetBeans 10 VC 1

2018-10-04 Thread Christian Lenz
Hey, as I’m testing the PHP specs I have some Questions/Infos in General, not for PHP: 1. See this screenshot (https://imgur.com/a/uKgS0Y9) of a Multi monitor, I have a Laptop and 2 monitors. When I move NetBeans 10 to the Right monitor and open File, it will appears on the other monitor. I

Re: NetBeans javadoc at Apache (Re: Options, options (was Re: NetBeans javadoc at Apache))

2018-10-04 Thread Geertjan Wielenga
Any questions re infrastructure, and permissions, just pop over to infra.chat and check there. Gj On Thu, Oct 4, 2018 at 3:05 PM Neil C Smith wrote: > On Wed, 3 Oct 2018 at 12:44, Antonio wrote: > > I think it's worth exploring this path. Let me know if I can be of help > > on this. > > OK,

Re: NetBeans javadoc at Apache (Re: Options, options (was Re: NetBeans javadoc at Apache))

2018-10-04 Thread Neil C Smith
On Wed, 3 Oct 2018 at 12:44, Antonio wrote: > I think it's worth exploring this path. Let me know if I can be of help > on this. OK, looked at setting up the repo for this via self-serve as you mentioned from an earlier infra chat, but looks like we don't have permission to do that ourselves?!