Re: Can't Ant NetBeans module with layer.xml in NB11.2?

2019-11-17 Thread Junichi Yamamoto
It seems that PR is already available. https://github.com/apache/netbeans/pull/1593 https://issues.apache.org/jira/browse/NETBEANS-3290 Thanks, Junichi On Mon, Nov 18, 2019 at 12:39 PM Junichi Yamamoto wrote: > > Hi, > > I can't build plugins(Ant module) if there is a layer.xml in NetBeans

Re: Splitting the netbeans_default_options in netbeans.conf

2019-11-17 Thread Laszlo Kishalmi
I'm in favor of splitting, especially for the --add-opens / --add-exports parts. Just do not forget to update the launcher script and the Windows launcher executabe to be updated as well. On 11/17/19 10:50 AM, John Neffenger wrote: On 11/17/19 10:39 AM, Emilian Bold wrote: It seem

Re: Splitting the netbeans_default_options in netbeans.conf

2019-11-17 Thread Tim Boudreau
Just split the line with \n instead of spaces and alpha sort at build time. FYI, my (ignores) font settings patch includes a parser/rewriter for NetBeans.conf that does exactly that. -Tim On Sun, Nov 17, 2019 at 1:40 PM Emilian Bold wrote: > Hello, > > I see the build system uses now the

Re: Splitting the netbeans_default_options in netbeans.conf

2019-11-17 Thread John Neffenger
On 11/17/19 10:39 AM, Emilian Bold wrote: It seem impossible to notice what changed in netbeans_default_options based on a diff since it's such a long line. Luckily things get prepended, so it's not that hard in practice, but still... I agree. It's also quite difficult to see what you have

Re: Clarify how to use locally built platform with maven

2019-11-17 Thread John Neffenger
On 11/17/19 2:06 AM, Dmitry Avtonomov wrote: I did do that - there's a button to re-index maven repos afair. If that's the button in the Options under Java > Maven, I think that just pulls down the latest list from Maven Central again. Instead, open the Services Window (Ctrl-5), expand

Splitting the netbeans_default_options in netbeans.conf

2019-11-17 Thread Emilian Bold
Hello, I see the build system uses now the rather neat @@metabuild.*@@ pre-processor directives (or whatever they are called). Even in netbeans/nb/ide.launcher/netbeans.conf I see we use @@metabuild.logcli@@ I wonder if there's any plan / way to split the annoyingly long

Re: Removal of old incubator releases

2019-11-17 Thread Neil C Smith
On Sat, 16 Nov 2019, 23:49 Justin Mclean, wrote: > It looks like you have some old incubator releases here: > https://dist.apache.org/repos/dist/release/incubator/ > > We’re cleaning up the release area and it would be great if you can remove > these old releases. > If you mean NetBeans 11.0,

Re: Clarify how to use locally built platform with maven

2019-11-17 Thread Dmitry Avtonomov
I did do that - there's a button to re-index maven repos afair. I'll try again from scratch tomorrow. On Sun, Nov 17, 2019 at 1:06 AM Tim Boudreau wrote: > I think it won’t show up until NetBeans’s reindexes your local repository. > They eventually did for me. There may be a way to force it to

Re: Clarify how to use locally built platform with maven

2019-11-17 Thread Tim Boudreau
I think it won’t show up until NetBeans’s reindexes your local repository. They eventually did for me. There may be a way to force it to in the options dialog (or delete the cache dir so it has to). -Tim On Sun, Nov 17, 2019 at 1:12 AM Dmitry Avtonomov < dmitriy.avtono...@gmail.com> wrote: >