Re: Where am I going wrong in building NetBeans source

2019-06-03 Thread Antonio
Is this an "ant" you've installed with apt? I think someone reported problems with the ant version that was bundled with Ubuntu/Debian. I use 1.10.5 (from ant.apache.org) on Debian stretch (9.9) and I can build without problems. Cheers, Antonio El 3/6/19 a las 23:13, mark stephens escribió:

Re: Where am I going wrong in building NetBeans source

2019-06-03 Thread Tushar Joshi
Do you have multiple JDKs installed on your machine? I had issues with multiple JDKs on my Macbook as Ant was somehow using another JDL always I am currently using jenv to set global JDK for macOS and then the source build works properly for me with regards Tushar

Re: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)

2019-06-03 Thread Josh Juneau
Thanks Jose, I appreciate the feedback. I'll take a look at the duplicate GlassFish options. Josh Juneau juneau...@gmail.com http://jj-blogger.blogspot.com https://www.apress.com/us/search?query=Juneau On Mon, Jun 3, 2019 at 3:50

Re: Where am I going wrong in building NetBeans source

2019-06-03 Thread Geertjan Wielenga
So try a higher version and see if it helps. Gj On Mon, 3 Jun 2019 at 23:13, mark stephens wrote: > I am running 1.10.0 > > https://github.com/apache/netbeans says to use Ant 1.9.9 or above > > Kind Regards, > > MArk > > > > > > On 3 Jun 2019, at 19:18, Geertjan Wielenga geert...@apache.org>>

Re: Where am I going wrong in building NetBeans source

2019-06-03 Thread mark stephens
I am running 1.10.0 https://github.com/apache/netbeans says to use Ant 1.9.9 or above Kind Regards, MArk On 3 Jun 2019, at 19:18, Geertjan Wielenga mailto:geert...@apache.org>> wrote: What version of Ant is installed needs to be checked. Gj On Mon, 3 Jun 2019 at 18:56, Jose Ch

Re: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)

2019-06-03 Thread Jose Ch
Hi Josh, I re-test a creation of a JEE8 Maven Web App and it was a success, great work!. I found that when you add a new server instance the Glassfish Server option appears twice(Capture-3.png). I will now test my projects and will inform how it goes. Regards. José. El dom., 2 jun. 2019 a las

Re: Where am I going wrong in building NetBeans source

2019-06-03 Thread Geertjan Wielenga
What version of Ant is installed needs to be checked. Gj On Mon, 3 Jun 2019 at 18:56, Jose Ch wrote: > Hi Mark, > > I just compile the sources an hour ago without problems, I use > openJ9-8u212 JDK and *ant -Dcluster.confg=release *to build the sources. > Perhaps there is a newer commit that

travis is stuck again..

2019-06-03 Thread Brad Walker
I think Travis is stuck again on my build.. https://travis-ci.org/apache/netbeans/builds/540875347?utm_source=github_status_medium=notification This is for my Iterator changes to remove some of the warnings.. [NETBEANS-2621] cleanup generic class iterator Thanks. -brad w.

Re: Where am I going wrong in building NetBeans source

2019-06-03 Thread Jose Ch
Hi Mark, I just compile the sources an hour ago without problems, I use openJ9-8u212 JDK and *ant -Dcluster.confg=release *to build the sources. Perhaps there is a newer commit that broke the building. Regards José. El lun., 3 jun. 2019 a las 11:35, mark stephens (<

RE: NetBeans GUI icons, who drew them?

2019-06-03 Thread Eirik Bakke
> I think IDEA has white-on-black icons when in dark mode, and only some of the > icons seem to be colored. That avoids overwhelming the user with colors. A > good IDEA, I think ;-) Those kinds of tricks are actually very easy to apply as an ImageFilter--ImageUtilities alreadys supports it

Re: NetBeans GUI icons, who drew them?

2019-06-03 Thread Antonio
Sounds reasonable to go for SVG first and tackle redesign later, if required. I think IDEA has white-on-black icons when in dark mode, and only some of the icons seem to be colored. That avoids overwhelming the user with colors. A good IDEA, I think ;-) Cheers, Antonio El 03/06/2019 a las

RE: NetBeans GUI icons, who drew them?

2019-06-03 Thread Eirik Bakke
> I was wondering how we're going to create SVG from the PNGs, if we want to do > it by hand, and if so if we want to define a "color set" for icons, or some > sort of guidelines for creating them. I proposed some guidelines here: https://issues.apache.org/jira/browse/NETBEANS-2617 It seems