Re: Release Build Creation

2018-01-29 Thread William L. Thomson Jr.
See below/bottom for context On Mon, 29 Jan 2018 16:21:26 -0500 "William L. Thomson Jr." wrote: > On Sun, 28 Jan 2018 23:49:23 -0800 > Laszlo Kishalmi wrote: > ... > > I mean, do we know, how we create: > > > > 1. Beta, RC, etc. Splash Screen

CI build running for 3 days: incubator-netbeans-html4j-linux #28

2018-01-29 Thread Mike Jumper
Beware that build #28 of incubator-netbeans-html4j-linux has been running continuously on Jenkins node H25 for 3 days now: https://builds.apache.org/job/incubator-netbeans-html4j-linux/28/ Probably worth a look. - Mike

Re: Release Build Creation

2018-01-29 Thread William L. Thomson Jr.
On Sun, 28 Jan 2018 23:49:23 -0800 Laszlo Kishalmi wrote: > Hi there! > > Is there anyone knows how to build release grade artifacts from the > code? I'm just being curious, being a build engineer by my trade. > I've seen that buildnumber and buildnum are being used

Re: [Mentors] Re: License handling (was: Re: Ready to vote on Apache NetBeans (incubating) 9.0 Beta RC3?)

2018-01-29 Thread Jan Lahoda
Hi, I think this patch is important as it fixes some of the root problems for the -1 vote. I personally don't think it is a huge problem if we fix something that could be fixed later, as we will need to clear everything at some point anyway. FWIW, I'll have two patches based on this Matthias'

Re: [Mentors] Re: License handling (was: Re: Ready to vote on Apache NetBeans (incubating) 9.0 Beta RC3?)

2018-01-29 Thread Matthias Bläsing
Hi Geertjan, Am Sonntag, den 28.01.2018, 23:26 +0100 schrieb Geertjan Wielenga: > Also, if we were to merge this code, would it mean we would have to > restructure the rat exclusions from scratch or would it be possible > to do incrementally? Both approaches, per module licenseinfo.xml and

Re: [Mentors] Re: License handling (was: Re: Ready to vote on Apache NetBeans (incubating) 9.0 Beta RC3?)

2018-01-29 Thread Matthias Bläsing
Hi Bertrand, Am Montag, den 29.01.2018, 10:51 +0100 schrieb Bertrand Delacretaz: > Hi, > > On Sun, Jan 28, 2018 at 5:53 PM, Matthias Bläsing > wrote: > > ...I'd like you to have a look at the work done in PR-396... > > I haven't looked at all the details but if this

Re: AW: Improve Git Support

2018-01-29 Thread Neil C Smith
On Mon, 29 Jan 2018 at 17:57 Matthias Bläsing wrote: > I'd offer a beer to anyone managing to write the graphical revision > tree without pulling in additional dependencies. > +1 to the beer, and the need to try and do this without additional dependencies. At some

Re: AW: Improve Git Support

2018-01-29 Thread Matthias Bläsing
Hey, I'd offer a beer to anyone managing to write the graphical revision tree without pulling in additional dependencies. This looks as if it could be embedded into the listview and rendered by a special cell renderer. Mix some Java2D into this and you should be good. gitk does this and is

AW: Improve Git Support

2018-01-29 Thread Christian Lenz
> I'd argue that this is an excellent opportunity to use HTML/Java UI - I > assume there is a bunch of HTML+JavaScript based solution for rendering > this and it makes little sense to write new one in Swing. I am CCing Pavel, > as I believe he wrote one as well. Yes I thought so too, a HTML UI

Re: info requested regarding build fail

2018-01-29 Thread Peter Hull
I've done a bit more on this - I believe it is the 'xjc' task that causes the problem. I've added my information to https://issues.apache.org/jira/browse/NETBEANS-239. Hope it helps. On Sat, 27 Jan 2018 at 11:02 Peter Hull wrote: > On Sat, 27 Jan 2018 at 08:51 Emilian

Re: [Mentors] Re: License handling (was: Re: Ready to vote on Apache NetBeans (incubating) 9.0 Beta RC3?)

2018-01-29 Thread Bertrand Delacretaz
Hi, On Sun, Jan 28, 2018 at 5:53 PM, Matthias Bläsing wrote: > ...I'd like you to have a look at the work done in PR-396... I haven't looked at all the details but if this allows you to have precise control on what goes in the LICENSE file for both the source code

Re: Apache NetBeans Update Center through mirrors?

2018-01-29 Thread Antonio Vieiro
Oh, and Apache has also a parent POM at http://maven.apache.org/pom/asf/ 2018-01-29 10:10 GMT+01:00 Antonio : > > > On 29/01/18 09:41, Jaroslav Tulach wrote: >> >> >> Yes, NBMs shall be hosted on Apache infra. Rather than having them on >> dist.apache.org, my preferred

Re: Apache NetBeans Update Center through mirrors?

2018-01-29 Thread Antonio
On 29/01/18 09:41, Jaroslav Tulach wrote: Yes, NBMs shall be hosted on Apache infra. Rather than having them on dist.apache.org, my preferred solution would be to upload each NetBeans module (together with its JAR and NBM) to Maven repository. There already is a script that can do it (see

Re: Apache NetBeans Update Center through mirrors?

2018-01-29 Thread Jaroslav Tulach
2018-01-28 12:31 GMT+01:00 Antonio : > Hi all, > > So we uploaded the platform 9.0-alpha binaries to https://dist.apache.org > [1] > > As a consequence the artifacts are now available through the Apache mirror > network. > > The URL to download these artifacts can be

Re: Improve Git Support

2018-01-29 Thread Jaroslav Tulach
2018-01-27 10:40 GMT+01:00 Christian Lenz : > Great Thing Jaroslav. Of Course we need more and better git support in > NetBeans, like the long asked feature for a visual git log like this: > https://blog.jetbrains.com/idea/files/2011/11/log1.jpg. Only to let you > know