Re: [FYI] Windows Launchers are part of the Build Process

2019-01-07 Thread Emilian Bold
Really nice! Only nlw.exe remains in https://issues.apache.org/jira/browse/NETBEANS-1157 --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Tue, Jan 8, 2019 at 4:50 AM Laszlo Kishalmi wrote: > > Dear all, > > I've switched on the Windows launcher build as part

[FYI] Windows Launchers are part of the Build Process

2019-01-07 Thread Laszlo Kishalmi
Dear all, I've switched on the Windows launcher build as part of our Linux build process: https://builds.apache.org/job/incubator-netbeans-linux/ I wish if some Windows users could test it from build 963 and further.

Re: How to work with optional Modules?

2019-01-07 Thread Scott Palmer
> On Jan 7, 2019, at 3:45 PM, Jan Lahoda wrote: > > On Mon, Jan 7, 2019 at 8:12 PM Scott Palmer > wrote: > >> But either way, auto-complete in NetBeans can’t “see” the >> java.util.logging package. “logging” is not offered as a suggestion for >> auto-complete.

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread Brad Walker
Understand.. Being new to the project, I'm not always sure how all the pieces fit together. -brad w. On Mon, Jan 7, 2019 at 1:38 PM Antonio wrote: > https://issues.apache.org/jira/browse/NETBEANS-1875 > > Note that cnd is not currently available in Apache NetBeans (has not > been donated as

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread Antonio
El 07/01/2019 a las 21:54, Geertjan Wielenga escribió: I think in general we should make the tutorials be less wordy, less long paragraphs. Geertjan, I think you should be adding those pieces of advice to the website tips & tricks [1]. After all, you're one our favourite bloggers! ;-)

[tutorials] NetBeans AsciiDoc Tips & Tricks

2019-01-07 Thread Antonio
Hi all, Here are some "tips"/best practices we're using in the website, that can be useful when reviewing the tutorials. https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=100827339 Feel free to enhance or ask for more stuff. Cheers, Antonio

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread Geertjan Wielenga
Wow, this looks really nice now: http://netbeans.apache.org/kb/docs/java/quickstart.html I think in general we should make the tutorials be less wordy, less long paragraphs. Gj On Mon, Jan 7, 2019 at 9:44 PM Antonio wrote: > Hi John, > > That's greatly appreciated. Please "git fetch

Re: How to work with optional Modules?

2019-01-07 Thread Jan Lahoda
On Mon, Jan 7, 2019 at 8:12 PM Scott Palmer wrote: > Maybe that was a bad example. To be honest, I don’t really know. The > more I try to migrate from JDK 8 to JDK 11 the more baffled I am. I know > there were some modules in JDK9 and 10 that were some weird SE/EE thing > like JAXB for

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread Antonio
Hi John, That's greatly appreciated. Please "git fetch upstream" and "git merge upstream/master" before proceeding further (so you receive the clickable image fix). You may want to assign the task/subtasks to yourself, to avoid duplicating work. Thanks, Antonio El 07/01/2019 a las 21:39,

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread Antonio
Hi all, I solved a small bug with clickable images that were wrongly constructed. We should be able to see more images now at http://netbeans.apache.org/kb/docs/java/quickstart.html (some of them clickable with the colorbox plugin). That'd make the review easier, I think. Cheers, Antonio

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread John McDonnell
Hi, For the IDE portion, I might create a sub task for each page, as I wont get through all of them today, but can use the sub tasks to track my progress... Regards John On Mon, 7 Jan 2019 at 19:59, Brad Walker wrote: > I would suggest to create a CND C/C++ subtask and I'll help with it. > >

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread Antonio
https://issues.apache.org/jira/browse/NETBEANS-1875 Note that cnd is not currently available in Apache NetBeans (has not been donated as of yet). Thanks! Antonio El 07/01/2019 a las 20:58, Brad Walker escribió: I would suggest to create a CND C/C++ subtask and I'll help with it. I've

Re: How to work with optional Modules?

2019-01-07 Thread Scott Palmer
It did not work for me :-( I had that checked, I tried unchecking it, I reloaded projects, checked it again, reloaded projects.. it didn’t seem to have any effect. I don’t even know what it is supposed to do, but it didn’t solve the issue. Has anyone tried to reproduce the auto-complete issue?

Re: How to work with optional Modules?

2019-01-07 Thread Florian Vogler
Hi, I had the same issue with syntax highlighting in gradle projects. After playing around with the "Allow Modules" option of the gradle plugin it goes away. (Preferences -> Misc -> Gradle -> Java Modules -> Allow Modules) Hope that works for you. Regards Florian Am Mo., 7. Jan. 2019 um 20:35 Uhr

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread Brad Walker
I would suggest to create a CND C/C++ subtask and I'll help with it. I've actively using CND in my day-to-day work and have a running list of places that could use some TLC. I've been working through the tutorials and they need some attention. -brad w. On Mon, Jan 7, 2019 at 1:00 AM Antonio

Re: How to work with optional Modules?

2019-01-07 Thread Scott Palmer
Okay, my experiments with java.logging were messed up. I don’t need the --add-modules, for javac either… I suspect that happened while I had some other confusion, maybe I was trying to use a module-info.java file before I realized you can’t use those for non-trivial applications because

Re: How to work with optional Modules?

2019-01-07 Thread Scott Palmer
Sorry, autocorrect made a significant change on me. That should read: “...the java.util.logging package wasn’t known until I started invoking javac with --add-modules=java.logging” javac needed the --add-modules, not java. Scott > On Jan 7, 2019, at 2:12 PM, Scott Palmer wrote: > > Maybe

Re: How to work with optional Modules?

2019-01-07 Thread Scott Palmer
Maybe that was a bad example. To be honest, I don’t really know. The more I try to migrate from JDK 8 to JDK 11 the more baffled I am. I know there were some modules in JDK9 and 10 that were some weird SE/EE thing like JAXB for example, and for those you had to use --add-modules or they

Re: How to work with optional Modules?

2019-01-07 Thread Jan Lahoda
Sorry, I am a bit puzzled: I assumed we are talking about a project that is in the unnamed Jigsaw module, right? Then that should see java.logging even without any --add-modules? Jan On Mon, Jan 7, 2019 at 7:02 PM Scott Palmer wrote: > What about the auto-complete not working in the Ant-Based

NetBeans 10.0 on Snap First Week Metrics

2019-01-07 Thread Laszlo Kishalmi
See: https://telegra.ph/Apache-NetBeans-incubating-100-as-Snap-First-Week-01-07 - To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

Re: How to work with optional Modules?

2019-01-07 Thread Geertjan Wielenga
Here's a scenario I've put together, if you have a different one and complete and thorough steps, I'll make one with your scenario: https://www.youtube.com/watch?v=jSqqLHCP9ms Gj On Mon, Jan 7, 2019 at 7:02 PM Scott Palmer wrote: > What about the auto-complete not working in the Ant-Based

Re: How to work with optional Modules?

2019-01-07 Thread Scott Palmer
What about the auto-complete not working in the Ant-Based project? How do you tell an Ant-based project which optional modules to include? Scott > On Jan 7, 2019, at 12:59 PM, Geertjan Wielenga > wrote: > >> >> I can make the changes to my Gradle build script to have these options >> set,

Re: How to work with optional Modules?

2019-01-07 Thread Geertjan Wielenga
> > I can make the changes to my Gradle build script to have these options > set, but NetBeans remains ignorant of the added modules > NetBeans does not support Gradle at this point. Gj On Mon, Jan 7, 2019 at 6:32 PM Scott Palmer wrote: > I’m copying both the users and dev lists because 1) I

Re: Ambiguous reference when using Lombok

2019-01-07 Thread Rik Scarborough
I can’t send you the project I am working on, but I will try to recreate the issue in a demo project this evening. ~Rik Believe in Good > On Jan 7, 2019, at 9:22 AM, John McDonnell wrote: > > Hi, > > I have no issues with Lombok(1.18.4) on NB10. > > Can you send a sample project on, that

How to work with optional Modules?

2019-01-07 Thread Scott Palmer
I’m copying both the users and dev lists because 1) I tried a similar question on the users list where I think this belongs and got no response, 2) something is wrong and there should be a discussion with devs. Netbeans does not seem to have any place to add modules for non-modular

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread Antonio
Hi, We also have the _ca suffix for catalán [1]. We can include a bottom footer on all tutorials (we're using src/content/templates/tutorial.gsp as the template for tutorials) linking to the different versions. If a translation exists then link to the translation, otherwise link to a page

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread John McDonnell
Thats okay, it makes sense. Regards John On Mon, 7 Jan 2019 at 15:59, Geertjan Wielenga wrote: > I'd recommend only focusing on the English version at the moment. > > Gj > > On Mon, Jan 7, 2019 at 4:49 PM John McDonnell > wrote: > > > Quick question... > > > > Whats the propose approach with

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread Geertjan Wielenga
I'd recommend only focusing on the English version at the moment. Gj On Mon, Jan 7, 2019 at 4:49 PM John McDonnell wrote: > Quick question... > > Whats the propose approach with translations? > > Lets say I review and edit: > >

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread John McDonnell
Quick question... Whats the propose approach with translations? Lets say I review and edit: https://github.com/apache/incubator-netbeans-website/blob/master/netbeans.apache.org/src/content/kb/docs/ide/java-db.asciidoc Theres 4 translations needed to be taken care off: java-db-ja.asciidoc

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread Antonio
Thanks John! Greatly appreciated! El 07/01/2019 a las 16:30, John McDonnell escribió: Antonio, https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=303=null Any sub task raised with the label "third-donation" will appear on this board. - I've also made you an admin so you should be

Re: [tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread John McDonnell
Antonio, https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=303=null Any sub task raised with the label "third-donation" will appear on this board. - I've also made you an admin so you should be able to tweak the flow if required. Regards John On Mon, 7 Jan 2019 at 08:00,

Re: Ambiguous reference when using Lombok

2019-01-07 Thread John McDonnell
Hi, I have no issues with Lombok(1.18.4) on NB10. Can you send a sample project on, that highlights the issue please? Regards John On Mon, 7 Jan 2019 at 13:58, Rik Scarborough wrote: > When using lombok, version 1.18.4, I get the following error in the > Netbeans 10 (and Cool Beans),

GLF questions

2019-01-07 Thread Peter Nabbefeld
Hello, I've got some questions about Generic Languages Framework (GLF): 1. I found two base packages in module "languages": "org.netbeans.api.languages" and "org.netbeans.modules.languages". While this is not unusual to NetBeans modules, the second one seems to include the "Schliemann"

Ambiguous reference when using Lombok

2019-01-07 Thread Rik Scarborough
When using lombok, version 1.18.4, I get the following error in the Netbeans 10 (and Cool Beans), "reference to is ambiguous both method in and method in match". Both occurrences each of and are identical. This is client code, so I don't have the option of not using lombok. This does

RE: Find Bugs Integration - which donation?

2019-01-07 Thread Eirik Bakke
> FindBugs is effectively dead, but SpotBugs has becomes its successor, and > supports up to Java 9 and is in active development. To clarify, it seems that SpotBugs is a fork of FindBugs, cloned November 2016, with some light branding changes. So it's really the same piece of software from an

AW: [DISCUSS] NetBeans 11.0 Release Schedule

2019-01-07 Thread Christian Lenz
I would like to come up with my two lists (or parts of it) as my wishlist for NB 11. First the Performance list: https://issues.apache.org/jira/issues/?jql=project%20%3D%20NETBEANS%20AND%20status%20%3D%20Open%20AND%20component%20%3D%20%22ide%20-%20Performance%22 and the „critical“ list (Where

Re: Installation bundle for Apache NetBeans 10.0 for Windows

2019-01-07 Thread Aritra Karak
Dear Oliver Rettig, Thank you for your prompt reply. And Yes, I would like to share the script with you to create the installers. Please find the attached ISS script in this email. You can open it using Notepad or any other text editor app of your choice. This script will create a 32-bit

AW: Find Bugs Integration - which donation?

2019-01-07 Thread Christian Lenz
+1 for SpotBugs and SonarLint, back in the days, I can remember that there was already a Plugin for sonar: http://plugins.netbeans.org/plugin/51532/radar-netbeans (http://plugins.netbeans.org/plugin/51532/radar-netbeans) Maybe the Code can help in some way. Cheers Chris Von: Emilian Bold

AW: Website enhancement ideas

2019-01-07 Thread Christian Lenz
Maybe my beloved Friend David can help here. Is it possible to make some enhancements for the page? Maybe merged with the netbeans.puls-webagentur.de proposal? Cheers Chris Von: Zoran Sevarac Gesendet: Samstag, 5. Januar 2019 11:42 An: dev@netbeans.incubator.apache.org Betreff: Re: Website

Re: [DISCUSS] NetBeans 11.0 Release Schedule

2019-01-07 Thread Antonio
Hi, It would be great if we could have at least the "java", "ide" and "php" sections of the tutorials ready for NetBeans 11. - https://issues.apache.org/jira/browse/NETBEANS-1868 - https://issues.apache.org/jira/browse/NETBEANS-1869 - https://issues.apache.org/jira/browse/NETBEANS-1870 We

[tutorials] JIRA to review the donated tutorials / NetBeans 11

2019-01-07 Thread Antonio
Hi all, I've created JIRA 1867 to track the review of the third-donation tutorials at https://issues.apache.org/jira/browse/NETBEANS-1867 This has subtasks for different parts of the tutorials. I've create subtasks for java, ide and php. We may want to create subtasks for cnd (C/C++), web,