Re: CI is back

2019-07-19 Thread Konstantin Kolinko
пт, 19 июл. 2019 г. в 13:20, Rainer Jung : > > I have the same problem (Java version needed for TLS based downloads) > here for TC 7 and decided to split my build scripts in a download phase > using higher Java and the build phase using minimal Java. I think we > should use our java.7.home property

Re: CI is back

2019-07-19 Thread Rainer Jung
Am 19.07.2019 um 13:22 schrieb Rémy Maucherat: On Fri, Jul 19, 2019 at 12:20 PM Rainer Jung > wrote: I have the same problem (Java version needed for TLS based downloads) here for TC 7 and decided to split my build scripts in a download phase using hig

Re: CI is back

2019-07-19 Thread Emmanuel Bourg
Le 19/07/2019 à 13:20, Rémy Maucherat a écrit : > But we want to build an installer for Windows using it. Does that > actually work with your Linux package ? Yes it does. At work I build all my NSIS Windows installers from a CI server running on Debian. Emmanuel Bourg --

Re: CI is back

2019-07-19 Thread Rainer Jung
Am 19.07.2019 um 13:20 schrieb Rémy Maucherat: On Fri, Jul 19, 2019 at 12:05 PM Emmanuel Bourg > wrote: Le 16/07/2019 à 10:39, Mark Thomas a écrit : > On July 15, 2019 11:08:22 PM UTC, "Rémy Maucherat" mailto:r...@apache.org>> wrote: > > That is b

Re: CI is back

2019-07-19 Thread Rémy Maucherat
On Fri, Jul 19, 2019 at 12:20 PM Rainer Jung wrote: > I have the same problem (Java version needed for TLS based downloads) > here for TC 7 and decided to split my build scripts in a download phase > using higher Java and the build phase using minimal Java. I think we > should use our java.7.home

Re: CI is back

2019-07-19 Thread Rémy Maucherat
On Fri, Jul 19, 2019 at 12:05 PM Emmanuel Bourg wrote: > Le 16/07/2019 à 10:39, Mark Thomas a écrit : > > On July 15, 2019 11:08:22 PM UTC, "Rémy Maucherat" > wrote: > > > > That is by design. NSIS 3.x wasn't compatible with the version of WINE > available on the CI server. That might have chang

Re: CI is back

2019-07-19 Thread Rainer Jung
I have the same problem (Java version needed for TLS based downloads) here for TC 7 and decided to split my build scripts in a download phase using higher Java and the build phase using minimal Java. I think we should use our java.7.home property for the download steps. For TC 7 I currently ru

Re: CI is back

2019-07-19 Thread Emmanuel Bourg
Le 16/07/2019 à 10:39, Mark Thomas a écrit : > On July 15, 2019 11:08:22 PM UTC, "Rémy Maucherat" wrote: > > That is by design. NSIS 3.x wasn't compatible with the version of WINE > available on the CI server. That might have changed with the OS upgrade. > > From memory (I only have my phone an

Re: CI is back

2019-07-19 Thread Rémy Maucherat
On Tue, Jul 16, 2019 at 11:10 PM Rémy Maucherat wrote: > On Tue, Jul 16, 2019 at 10:56 PM Mark Thomas wrote: > >> We need to ask infra to add wine to the list of packages installed on >> that box. That will need an INFRA jira ticket. >> > > Ok. > https://issues.apache.org/jira/browse/INFRA-18759

Re: CI is back

2019-07-16 Thread Rémy Maucherat
On Tue, Jul 16, 2019 at 10:56 PM Mark Thomas wrote: > We need to ask infra to add wine to the list of packages installed on that > box. That will need an INFRA jira ticket. > Ok. https://issues.apache.org/jira/browse/INFRA-18759 Rémy

Re: CI is back

2019-07-16 Thread Mark Thomas
>> >> On July 15, 2019 11:08:22 PM UTC, "Rémy Maucherat" > >> >> wrote: >> >> >Hi, >> >> > >> >> >It seems CI is back up :) Great news ! >> >> > >> >> >However, there's something odd

Re: CI is back

2019-07-16 Thread Rémy Maucherat
On Tue, Jul 16, 2019 at 5:51 PM Mark Thomas wrote: > On July 16, 2019 1:17:15 PM UTC, "Rémy Maucherat" wrote: > >On Tue, Jul 16, 2019 at 10:39 AM Mark Thomas wrote: > > > >> On July 15, 2019 11:08:22 PM UTC, "Rémy Maucherat" > >> wrote: &

Re: CI is back

2019-07-16 Thread Mark Thomas
On July 16, 2019 1:17:15 PM UTC, "Rémy Maucherat" wrote: >On Tue, Jul 16, 2019 at 10:39 AM Mark Thomas wrote: > >> On July 15, 2019 11:08:22 PM UTC, "Rémy Maucherat" >> wrote: >> >Hi, >> > >> >It seems CI is back up :) Gr

Re: CI is back

2019-07-16 Thread Rémy Maucherat
On Tue, Jul 16, 2019 at 10:39 AM Mark Thomas wrote: > On July 15, 2019 11:08:22 PM UTC, "Rémy Maucherat" > wrote: > >Hi, > > > >It seems CI is back up :) Great news ! > > > >However, there's something odd with the build: > > > h

Re: CI is back

2019-07-16 Thread Mark Thomas
On July 15, 2019 11:08:22 PM UTC, "Rémy Maucherat" wrote: >Hi, > >It seems CI is back up :) Great news ! > >However, there's something odd with the build: >https://ci.apache.org/builders/tomcat-trunk/builds/4485/steps/compile/logs/stdio >It's downloadin

CI is back

2019-07-15 Thread Rémy Maucherat
Hi, It seems CI is back up :) Great news ! However, there's something odd with the build: https://ci.apache.org/builders/tomcat-trunk/builds/4485/steps/compile/logs/stdio It's downloading NSIS 2.51 while it should be using 3.04. CI might be using some old properties here, right ? T