Re: A round of applause for Matthias!

2018-06-19 Thread John Muczynski
Quite a milestone. Congratulations! -- Johnny Muczynski 734-262-2045 On Tue, Jun 19, 2018 at 8:19 AM John Yeary wrote: > Awesome... thank you, a hardy handshake, and applause. :-) > > > John Yeary > > *NetBeans Dream Team* > >

Re: Microsoft buys GitHub

2018-06-05 Thread John Muczynski
Dear Martin, I would like to respectfully disagree with two of your statements. microsoft does not play by the rules. Also, they have never been stopped due to their previous anti competitive behavior. It is unlikely they would lose any legal case in any of the legal systems when they shut down

Re: NetBeans cash bounties

2018-04-23 Thread John Muczynski
Hmm... can you connect it into JIRA? -- Johnny Muczynski 734-262-2045 On Mon, Apr 23, 2018 at 2:44 PM Emilian Bold wrote: > Bought nbbounty.org today. > > Let's see if I find a way to put it to good use. > > --emi > > ‐‐‐ Original Message ‐‐‐ > > On 16

Re: NetBeans cash bounties

2018-04-10 Thread John Muczynski
Just because something has a bounty doesn't mean that somehow it can bypass the normal commit process. Without using care, the person offering the bounty might end up with code on their hands that doesn't become part of NetBeans. On Tue, Apr 10, 2018 at 12:04 PM Neil C Smith

Re: NetBeans cash bounties

2018-04-09 Thread John Muczynski
How about these two sites? HackerOne https://hackerone.com Bugcrowd https://www.bugcrowd.com/bug-bounty-list/ -- Johnny Muczynski 734-262-2045 On Mon, Apr 9, 2018 at 5:35 AM Bertrand Delacretaz wrote: > Hi, > > On Sun, Apr 8, 2018 at 10:36 AM, Emilian Bold >

Re: Anonymous issue reporting

2018-04-09 Thread John Muczynski
+1I agree with Emilian For what it's worth, I get reports from motivated customers and all they can say is "yeah, I dunno why". I end up being able to fix bugs from just a stack trace back. Kind Regards, Johnny -- Johnny Muczynski 734-262-2045 On Sat, Apr 7, 2018 at 2:40 AM Emilian Bold

Re: try-with-resources and AutoCloseable in our codebase

2018-03-17 Thread John Muczynski
+1 On Sat, Mar 17, 2018, 7:46 AM Emilian Bold wrote: > I really like how each try-with-resources removes at least 2 lines (the > finally block). > > And I was just using ProgressHandle the other day which is a perfect fit > for an AutoCloseable resource, so I've

Re: What Coding Conventions Should We Follow Now? What should the IDE default to?

2018-03-16 Thread John Muczynski
emi​ > > ‐‐‐ Original Message ‐‐‐‐‐‐‐ > > On 16 March 2018 1:02 PM, John Muczynski <johnst...@gmail.com> wrote: > > > The product I'm working on at work is using NetBeans as the coding > standard. > > > > Last year, I was able to apply the formatter on all th

Re: What Coding Conventions Should We Follow Now? What should the IDE default to?

2018-03-16 Thread John Muczynski
The product I'm working on at work is using NetBeans as the coding standard. Last year, I was able to apply the formatter on all the files in the project, and then commit. That helped make diffs readable. A format-on-save setting would be helpful. On Mar 16, 2018 6:47 AM, "Emilian Bold"

Re: Oracle will remove JavaFX from Oracle JDK (was: Re: Noticed Oracle is Working to Remove Java FX, AWT, and Swing from Base Java/JDK)

2018-03-10 Thread John Muczynski
Is Swing not part of OpenJDK? Or is the work about "updating Swing for new versions of operating systems" the issue at hand? -- Johnny Muczynski 734-262-2045 On Sat, Mar 10, 2018 at 12:50 AM Wade Chandler wrote: > On Mar 9, 2018 18:16, "Neil C Smith"

Re: New NetBeans splash screen? :-)

2018-03-09 Thread John Muczynski
How about an irregular shape like a broken glass window that a baseball went thru? On Mar 9, 2018 4:18 PM, "Laszlo Kishalmi" wrote: Well, the current splashscreen implementation is based on an abandoned Java 6 splashscreen feature which is supposed to help the user

Re: [mentors] Native (Windows) Launchers

2018-03-05 Thread John Muczynski
> > I think a similar setup would be best - if you have a single place > where people can configure their alternate repository for binaries > before building At work, we're doing builds of binaries and builds of Java and then merging the two. This is done in one product with

Re: AW: The logo, once and for all? (was AW: Merged to master (was Re: ANetBeans website proposal))

2018-02-27 Thread John Muczynski
I realize a monochrome icon might win a popularity vote, but I'll take a colorful icon every day. Call me vain. On Feb 27, 2018 7:35 AM, "Christian Lenz" wrote: > Therefor it could be good to have the colored one. One Color for each > Piece for example. Only an idea. >

Re: launcher for windows and building c file

2018-02-25 Thread John Muczynski
ece of the big repo). That would > > > be sources and convenience binaries. Should be reasonably small. And > > > when building the IDE, the convenience binaries for launchers would be > > > downloaded and incorporated to the built IDE. I assume some work will >

Re: Contribute

2018-02-24 Thread John Muczynski
The launcher(s) also handle finding a JDK. Most apps only need a JRE. On Feb 24, 2018 9:42 PM, "Tim Boudreau" wrote: > When they were written (I believe by Trung Ducks Tran in '99 or so), the > reason was to avoid opening a console window on Windows. > > No idea if that's

Re: launcher for windows and building c file

2018-02-23 Thread John Muczynski
e > > IDE, the convenience binaries for launchers would be downloaded and > > incorporated to the built IDE. I assume some work will be needed to setup > > such a release. It would be ideal if the convenience binaries would be > > uploaded to Maven. Upload to the legacy binary rep

Re: launcher for windows and building c file

2018-02-21 Thread John Muczynski
Hi Eric, These are excellent issues to unearth. I like the idea of creating a setup to build the executable. Here at work, we don't build the launcher too often. We keep a zip of C:\cygwin from a set of cygwin files that worked to build the launcher. I notice that my NetBeans is set up to use

Re: JDK 9 builds

2018-02-17 Thread John Muczynski
I agree that the JDK issue is technical debt. Maybe jumping straight to JDK 10 would be a good solution? On Feb 17, 2018 6:37 PM, "Martin Dindoffer" wrote: > Because after 9, there will be 10, and after 10, 11. From my experience, > the longer you stay stuck on a

Re: [Mentors] 9.0 beta rc3 vote thread

2018-02-09 Thread John Muczynski
Hi guys, re: LICENSE being slightly different in the source tarball Here at SimuQuest, we've had similar confusions between files which are templates in version control but fleshed out in the release. Our solution has been to * keep the templates in a separate folder * use a templating

Re: Happy holidays everyone

2017-12-25 Thread John Muczynski
Merry Christmas ! -- Johnny Muczynski 734-262-2045 On Sun, Dec 24, 2017 at 7:44 PM, Kai Uwe Pel wrote: > Wishing everyone a very Merry Christmas and A Happy New Year! > > Kai Uwe Pel > http://webnetproject.com > > > > On 12/24/2017 7:54 PM, Emilian Bold wrote: > >> And

Re: [LAZY CONSENSUS] Dealing with the 'unsubsribe' situation

2017-12-14 Thread John Muczynski
+1 -- Johnny Muczynski 734-262-2045 On Thu, Dec 14, 2017 at 9:17 AM, Bertrand Delacretaz wrote: > Hi, > > On Thu, Dec 14, 2017 at 3:02 PM, Geertjan Wielenga > wrote: > > ...3. A standard footer automatically added at the end of all

Re: [mentors] Standard footer for all e-mails to dev@ and users@

2017-12-11 Thread John Muczynski
Hi Geertjan, I agree that it is frustrating for team members in general to see distracting unsubscribe messages. My intuition is that people unsubscribing don't realize that the wiki is a resource. Further, if they google "how do I unsubscribe from the netbeans email list" then they get this

Re: UNSUBSCRIBE FROM MAILING LIST

2017-12-10 Thread John Muczynski
Hi Ian, To unsubscribe, the mailing list program wants to you send the email to dev-unsubscr...@netbeans.incubator.apache.org The mailing list program will respond by sending you a confirmation email. When you click the link in the confirmation email, the program will unsubscribe you. Doing so

Re: [Gentoo Packaging] 9 9 9 :)

2017-11-30 Thread John Muczynski
Congratulations ! On Nov 30, 2017 9:42 PM, "William L. Thomson Jr." wrote: > Netbeans 9, built under java 9, running on java 9 :) > > http://www.enlightenment.org/ss/e-5a20b8eb0b3e91.03603173.jpg > http://www.enlightenment.org/ss/e-5a20b833eb1999.79359468.jpg >

Re: Newbie On Board!!!

2017-11-29 Thread John Muczynski
Hi Ioannis, I think that's a splendid idea to set up an image. Maybe a docker image? Docker seems to be getting very popular. I'm trying to just set up GIT for starters and having absolute trouble. I suppose a docker image could have everything except the keys for git. Cheers, Johnny -- Johnny