Re: ? about removing a deprecation..

2019-05-08 Thread Geertjan Wielenga
Yes that sounds good, make sure things still work afterwards, i.e., start up NetBeans, do some work, maybe for a day or so, to see whether there are any side effects. Gj On Thu, May 9, 2019 at 12:02 AM Brad Walker wrote: > I see a lot of the following warnings when building.. > > > ... > >[

Re: Still Plugging Away on Java EE Support

2019-05-08 Thread Geertjan Wielenga
Excellent progress, thanks! Gj On Thu, May 9, 2019 at 4:40 AM Josh Juneau wrote: > I wanted to post a quick update to let everyone know that I'm still > working on adding Java EE 8 support to Apache NetBeans. I've modified a > number of modules, including maven.j2ee and some of the glassfish m

Still Plugging Away on Java EE Support

2019-05-08 Thread Josh Juneau
I wanted to post a quick update to let everyone know that I'm still working on adding Java EE 8 support to Apache NetBeans. I've modified a number of modules, including maven.j2ee and some of the glassfish modules. I've been stuck on an issue trying to get the Java EE 8 Maven archetype to down

Splash Screen Update (was Re: [NETBEANS-2455] Splash Screens!)

2019-05-08 Thread Antonio
Hi all, A quick update on the status of the splash screens: 1- We're currently trying to solve some infra problems (restoring access to PMC secrets repository after becoming TLP, re-encrypting OSU OSL keys to host binaries with updated NetBeans Team PGP keys, etc.). 2- We're tracking progres

RE: [NETBEANS-2455] Splash Screens!

2019-05-08 Thread Eirik Bakke
Yes, exactly. There's no need to ship a font with NetBeans just to render the splash screen. I'd recommend keeping the auto-generated version number separate from the logo lockup, i.e. don't try to make the splash screen say "[icon] Apache NetBeans 11.0", instead, just say "[icon] Apache NetBean

Re: [NETBEANS-2455] Splash Screens!

2019-05-08 Thread Kodewerk
+1 This looks good! > On May 8, 2019, at 2:31 PM, James Gosling wrote: > > Another approach is to just flatten the text to vectors, and remove all font > references: > > > > This version is only 6K, with no fonts. > >> On May 8, 2019, at 1:06 PM, Jan Tosovsky wrote: >> >> >> On 2019-05

? about removing a deprecation..

2019-05-08 Thread Brad Walker
I see a lot of the following warnings when building.. ... >[repeat] > /home/bwalker/src/netbeans-11.0-test/enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/query/J2eePlatformJavadocForBinaryQuery.java:180: > warning: [deprecation] getURL() in FileObject has been deprecated

Re: [NETBEANS-2455] Splash Screens!

2019-05-08 Thread James Gosling
Another approach is to just flatten the text to vectors, and remove all font references: This version is only 6K, with no fonts. > On May 8, 2019, at 1:06 PM, Jan Tosovsky wrote: > > > On 2019-05-08 Christian Lenz wrote: >> A colleague said smth about loading fonts via SVG or render them to

RE: [NETBEANS-2455] Splash Screens!

2019-05-08 Thread Jan Tosovsky
On 2019-05-08 Christian Lenz wrote: > A colleague said smth about loading fonts via SVG or render them to get the > path. Smth with Apache Batik? So adding the font with the IDE, load it and > adding that to SVG. I don’t know it exactly, but the Keywords were fonts in > SVG as paths created via A

AW: [NETBEANS-2455] Splash Screens!

2019-05-08 Thread Christian Lenz
A colleague said smth about loading fonts via SVG or render them to get the path. Smth with Apache Batik? So adding the font with the IDE, load it and adding that to SVG. I don’t know it exactly, but the Keywords were fonts in SVG as paths created via Apache Batik. Cheers Chris Von: Gail A

Re: [NETBEANS-2455] Splash Screens!

2019-05-08 Thread Gail Anderson
Yes, the Montserrat font is really nice. I like the Splash Screen a lot. Also, a preference for the one without the line, just because it would probably disappear, but both are great. For those who have a Mac, here’s how to install a Google font on your computer: https://www.youtube.com/watch?v=

Re: Re: What will be in 11.1/12?

2019-05-08 Thread Geertjan Wielenga
It's a really old page and running not at netbeans.apache.org but at netbeans.org, if I can access it and make changes will do so. Gj On Wed, May 8, 2019 at 1:17 PM Eric Bresie wrote: > While on the subject, just noticed on the Wiki page (not sure if this is > the old page or hasn’t been redire

Re: Re: What will be in 11.1/12?

2019-05-08 Thread Eric Bresie
While on the subject, just noticed on the Wiki page (not sure if this is the old page or hasn’t been redirected yet - maybe a separate issue there) http://wiki.netbeans.org/Main_Page that the Next Planned still has Netbeans 9 as next. Was this the page planned to be updated as part of this work?

Re: Using Ant APIs directly within Netbeans modules?

2019-05-08 Thread Damjan Jovanovic
On Wed, May 8, 2019 at 8:15 AM Jaroslav Tulach wrote: > Dne středa 8. května 2019 7:30:55 CEST jste napsal(a): > > On Wed, May 8, 2019 at 6:25 AM Jaroslav Tulach < > jaroslav.tul...@gmail.com> > > > > wrote: > > > Dne úterý 7. května 2019 2:46:19 CEST, Damjan Jovanovic napsal(a): > > > > Hi > > >