Re: [VOTE] Release Apache NetBeans 15 macOS Installer

2022-08-29 Thread David Green
+1 non-binding tested shasum -a 512 -c Apache-NetBeans-15-bin-macosx.dmg.sha512 OK Installed Installed JavaFX plug-in Migrated settings in, migrated 4 plugins over with restart Tried simple JavaFX (clean, build, run) fine Tried a small Swing App (clean, build, run) fine Thanks all for your

Re: [VOTE] Release Apache NetBeans 14 macOS Installer

2022-06-04 Thread David Green
More info: *Java:* 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7-LTS *Runtime:* OpenJDK Runtime Environment 17.0.3+7-LTS On Jun 4, 2022 at 10:58:17 AM, David Green wrote: > +1 > > MacBook Pro 2021 M1 Pro, Monterey 12.4 > > Checksum check says "OK": > > shasum -

Re: [VOTE] Release Apache NetBeans 14 macOS Installer

2022-06-04 Thread David Green
+1 MacBook Pro 2021 M1 Pro, Monterey 12.4 Checksum check says "OK": shasum -a 512 -c Apache-NetBeans-14-bin-macosx.dmg.sha512 Install works without issue and properly dismounts mounted .DMG and puts it in trash (when that option is chosen) Created a simple maven app. Still has weird headers

Re: [VOTE] Release Apache NetBeans 13 macOS installer

2022-03-19 Thread David Green
I should have noted Monterey 12.3 On Mar 19, 2022 at 9:22:19 AM, David Green wrote: > +1 > > sha512 confirmed > jdk17 (azul) > no issue with security, DMG opens, double-click on .pkg works > selected and loaded user-chosen plug-ins > compiled and built some existin

Re: [VOTE] Release Apache NetBeans 13 macOS installer

2022-03-19 Thread David Green
+1 sha512 confirmed jdk17 (azul) no issue with security, DMG opens, double-click on .pkg works selected and loaded user-chosen plug-ins compiled and built some existing projects Thanks for sorting everything out. On Mar 19, 2022 at 5:11:34 AM, John Mc wrote: > This has been a lot longer

Re: Issues raised in vote thread - WAS: [VOTE] Release Apache NetBeans 13

2022-02-27 Thread David Green
On Feb 26, 2022 at 3:09:20 AM, Neil C Smith wrote: On Fri, 25 Feb 2022 at 23:11, David Green wrote: > > I have a program that runs and builds up files in the template directory. > > It runs but when I create a new Maven Java Project, it does not use the > > template f

Re: [VOTE] Release Apache NetBeans 13

2022-02-25 Thread David Green
0 Using NetBeans 13 from macOS installer I have a program that runs and builds up files in the template directory. It runs but when I create a new Maven Java Project, it does not use the template for the main method but rather sticks in /* * Click

Re: [VOTE] Release Apache NetBeans 13 macOS Installer

2022-02-25 Thread David Green
Installer: 0 NetBeans 13: 0 (repeated in NetBeans Thread) √ Downloads % shasum -a 512 -c Apache-NetBeans-13-bin-macosx.dmg.sha512 Apache-NetBeans-13-bin-macosx.dmg: OK Double-clicking on Package on a Monterey 12.2.1 M1Pro machine, yields *“Apache NetBeans 13.pkg” can’t be opened because

Re: No main manifest attribute in jar in Maven project

2022-02-16 Thread David Green
To a new user, it is unexpected and the disconnect between some of the project properties and Maven is a surprise. I think the some users expect more from the IDE. I can understand the challenges of doing this in that it is like adding another programming language where some of the syntax is in

Re: That Darn License Header

2022-01-26 Thread David Green
My students put together this https://github.com/dgreen/NetBeansTemplateConfig To set up the templates for my course. It contains files for the templates so you can change as desired. I have students download the project and just run it. The GUI may need a bit of work but the template setting

Re: [DISCUSS] Default to FlatLaf in NetBeans 13?

2021-11-24 Thread David Green
I tried FlatLaf in 12.5. When I migrated settings to 12.6 while testing macOS installer, lines with a breakpoint set on them were close to unreadable, the background color was a very dark red-brown with black text. This did not seem to reconcile with the settings for debugging when I inspected

Re: [VOTE] Release Apache NetBeans 12.6 mac OSX Installer

2021-11-24 Thread David Green
+1 Downloaded. Sha512 signature valid Installed, normal migration of settings, plugins Jdk15 Caused update to external formatter which in google mode raises an exception — this has already been noted on developer’s github issues (

Re: [VOTE] Release Apache NetBeans 12.5 Mac OSX Installer

2021-09-13 Thread David Green
+1 sha512sum -c Apache-NetBeans-12.5-bin-macosx.dmg.sha512.txt Apache-NetBeans-12.5-bin-macosx.dmg: OK Passed Big Sur security as well. Works! Migration from 12.4 of the config works. 4 plugins moved. Existing projects build and run using maven. The standard out writing into the

Re: System.out.print buffered to Output Window

2021-08-28 Thread David Green
: > For those kind of projects use Ant or Gradle. They do not suffer from this > issue, and probably better suited for small student projects. > > On Sat, Aug 28, 2021, 13:16 David Green wrote: > > > Thanks for the reply and insight. > > > > That does work at the com

Re: System.out.print buffered to Output Window

2021-08-28 Thread David Green
without the flush() > > try 'mvn exec:java -Dexec.mainClass=dgreen.printbug.NewMain' from > command line > > On 28/08/2021 18:54, David Green wrote: > > In NetBeans 12.4 and verified to also behave this way on NetBeans > > 12.5-beta2, System.out.print is buffered such that

System.out.print buffered to Output Window

2021-08-28 Thread David Green
In NetBeans 12.4 and verified to also behave this way on NetBeans 12.5-beta2, System.out.print is buffered such that it does not show up in the NetBeans Output window until a System.out.println (or probably things like program end, and some buffer full scenario). Using JDK 15 and a Maven Project.

Re: Wiki: Broken links

2021-07-09 Thread David Green
Hi, http://web.archive.org/web/20210117213956/https://netbeans.org/community/guidelines/code-conventions.html Seems like the above is the last copy captured by the wayback machine as HTML not the original source (assuming it was built from ASCIIDoc or something). Best, Dave On Fri, Jul 9,

SHA512 sum for the 12.4 MacOS .DMG is improperly formatted

2021-06-01 Thread David Green
line program on the mac. Correct values but wrong format. Dave On Mon, May 24, 2021 at 10:38 AM David Green wrote: > Hi, > > Old news now but I wanted to note that the file > > https://downloads.apache.org/netbeans/netbeans/12.3/Apache-NetBeans-12.3-bin-macosx.dmg.sha512 >

SHA512 sum for the 12.3 MacOS .DMG is improperly formatted

2021-05-24 Thread David Green
Hi, Old news now but I wanted to note that the file https://downloads.apache.org/netbeans/netbeans/12.3/Apache-NetBeans-12.3-bin-macosx.dmg.sha512 is in an improper format (right info but not ready for feeding into shasum512). The Linux and Windows ones are formatted correctly. Thought I

Re: [VOTE] Release Apache NetBeans-12.1 Mac OSX Installer - vote 2

2020-09-09 Thread David Green
On 8 Sep 2020, at 0:16, John Mc wrote: > We can vote for Apache NetBeans 12.0 Mac OSX installer, again. I've > addressed the previous issue that users reported when attempting to install > Apache NetBeans. 12.1 Mac OSX installer +1 Used GPG to check signature Installed nb-java, import 12.0

Re: [VOTE] Release Apache NetBeans-12.0 Mac OSX Installer

2020-06-07 Thread David Green
+1 Installed. Ran existing ant application, created new maven application. On 3 Jun 2020, at 16:05, John Mc wrote: Hi, We can vote for Apache NetBeans 12.0 Mac OSX installer Primary voting artefact:

Re: Default license header in generated files confuses students (was: Re: The time has come to bd farewell to the license header)

2020-06-02 Thread David Green
I should have said that the template is evaluated on creation of the new file and a blank license file will keep the source clean. It does not cause files that have already been generated to change. On Tue, Jun 2, 2020 at 11:20 AM David Green wrote: > > Maybe it can be hidden if licens

Re: Default license header in generated files confuses students (was: Re: The time has come to bd farewell to the license header)

2020-06-02 Thread David Green
> Maybe it can be hidden if license file is empty. It is in a per project basis. Dave -- Sent from a mobile device. Please excuse any typos.

Re: Default license header in generated files confuses students (was: Re: The time has come to bd farewell to the license header)

2020-06-01 Thread David Green
Another (mostly retired) professor here. We had a team project (https://github.com/dgreen/NetBeansTemplateConfig) at the end of the course and one of the groups built a limited template tool (for our environment) that sets up the students machine for the course standard header for most of the

Re: FOSDEM talk: "From Oracle to Apache: News from NetBeans Community"

2020-02-03 Thread David Green
Very good presentation! Thanks, Dave On Mon, Feb 3, 2020 at 7:54 AM Geertjan Wielenga wrote: > Hi all, > > Several of us on the mailing list were at FOSDEM in Brussel yesterday > (Neil, Jan Lahoda, Martin Entlicher, Patrik Karlstrom) and it was a pretty > good event -- I think we should treat

Re: Memory usage text rendering issue

2020-02-02 Thread David Green
On 2 Feb 2020, at 12:28, Scott Palmer wrote: Does anyone else see really ugly text in the memory usage widget on the toolbar? This has been an issue for a while and I can’t recall if I have reported it or it is already a known issue. It seems like something that shouldn’t be hard to

Re: Apache NetBeans 11.3-beta2 available

2020-02-01 Thread David Green
On 31 Jan 2020, at 11:48, Eric Barboni wrote: See artefacts here: https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea ns/job/release113/6/artifact/dist/ The binary you most likely need is: https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea

Re: Apache NetBeans 11.3-beta2 available

2020-01-31 Thread David Green
On Fri, Jan 31, 2020 at 11:48 AM Eric Barboni wrote: > Dear Apache NetBeans community, > > The second beta build for Apache NetBeans 11.3 is available. Rough delta to > the first beta build: > JSF 2.3, > flatlaf fixes + flatlaf 0.26. > Jdk 14 records > Gradle/groovy fix, > ... > > -- 2 pending

Re: [VOTE] Release Apache NetBeans 11.2 macOS Installer

2019-10-29 Thread David Green
+1 On Fri, Oct 25, 2019 at 10:56 AM wrote: > Hi > > Artifacts are available here: > > https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1 > > Built locally from release112 branch using JDK 1.8 on macOS 10.13.6: > > Primary voting artifact: > > >

Re: [VOTE] Release Apache NetBeans 11.2 macOS Installer

2019-10-28 Thread David Green
Agree. On Mon, Oct 28, 2019 at 12:39 PM wrote: > Hi, > > This came up during last release, I had raised an infra ticket for > notarization - INFRA-18790 > , but it failed with > a long list of errors. > > This needs investigation, I haven't

Re: [VOTE] Release Apache NetBeans 11.2 macOS Installer

2019-10-26 Thread David Green
I think this applies https://developer.apple.com/news/?id=09032019a Dave On Sat, Oct 26, 2019 at 12:26 PM Geertjan Wielenga wrote: > Yes, just got to that understanding too: > > >

Re: JDK deployment support for NetBeans releases

2019-10-23 Thread David Green
+1 Although consideration in the future should be given to supporting immediate prior LTS for a period of time (6 months?) to give LTS trackers a time window to upgrade. On Wed, Oct 23, 2019 at 4:40 PM Geertjan Wielenga wrote: > Hi all, > > I suggest that for deployment platforms, we always

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-22 Thread David Green
Works for me. Deleted old 11.2-* user directories and then ran. nbjavac loaded. Runs several existing projects and copied the JavaFX libraries per the pom file. I would note that, like the convenience binaries, the Profile the IDE, and Pause I/O Checks buttons are on the tool bar which I

Re: JavaFX needs some additional default support IMO

2019-10-07 Thread David Green
that it is easier to start new projects. Dave On 7 Oct 2019, at 17:20, David Green wrote: I am in this camp (of wanting to generate javadoc formatted pages. I had been through these references (that you suggested — thanks though). I have now discovered that javadoc:javadoc works (either

Re: JavaFX needs some additional default support IMO

2019-10-07 Thread David Green
://stackoverflow.com/questions/54278159/javafx-11-in-netbeans-10-with-maven-has-no-sources-javadocs Gj On Mon, Oct 7, 2019 at 9:01 PM David Green wrote: Thanks. Any on hints on generating Javadoc? Dave On 6 Oct 2019, at 8:59, Geertjan Wielenga wrote: For debugging, this works: https

Re: JavaFX needs some additional default support IMO

2019-10-07 Thread David Green
AM David Green wrote: Yes. That would be most useful. Long term, it would be nice to have this be set up when selecting a project type. Thanks, Dave On 5 Oct 2019, at 23:35, Geertjan Wielenga wrote: So, the project runs as described in: https://www.youtube.com/watch?v=8xaRwqcKPSI? You

Re: JavaFX needs some additional default support IMO

2019-10-05 Thread David Green
clip just like that showing how to set up Debug and Javadoc goals in NetBeans? Gj On Sun, Oct 6, 2019 at 4:12 AM David Green wrote: Using Netbeans 11.2.beta2 (although same issues seem to apply to 11.1 release), Using the example from https://openjfx.io/openjfx-docs/ for modules with Maven

JavaFX needs some additional default support IMO

2019-10-05 Thread David Green
Using Netbeans 11.2.beta2 (although same issues seem to apply to 11.1 release), Using the example from https://openjfx.io/openjfx-docs/ for modules with Maven and NetBeans which is also highlighted in the video https://www.youtube.com/watch?v=8xaRwqcKPSI=youtu.be, this allows one to run code

Re: Opening files from the Finder into NetBeans on Mac OS X

2019-08-16 Thread David Green
On 16 Aug 2019, at 16:25, Geertjan Wielenga wrote: There's a really long standing bug that's been causing apparently a lot of grief: https://netbeans.org/bugzilla/show_bug.cgi?id=138943 Here I have created an Apache NetBeans issue of this: https://issues.apache.org/jira/browse/NETBEANS-2997

Re: Congratulations to Neil!

2019-07-22 Thread David Green
Congrats and thanks for leading the project into a new release cycle. Well done! On Mon, Jul 22, 2019 at 6:28 AM Geertjan Wielenga wrote: > Hi all, > > With the 11.1 release wrapped up, let's take a moment to thank Neil for his > great work as release manager. > > We can and will evaluate the

Re: [VOTE] Release Apache NetBeans 11.1 [vote candidate 2]

2019-07-17 Thread David Green
+1 SHA sums on source and bin match. Dropping ‘netbeans’ folder into the Apache NetBeans 11.1.app (view package contents, replace the netbeans in Resources with new NetBeans vc2 (as a workaround till the packaged version available). Deleted the 11.1 user directory and did not import the