Re: Release script for Tomcat 8.5.x

2018-11-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, The release script (when run as Administrator, since I think NSIS requires it?), I was able to produce everything except signed binaries. I'm going to compare what I built against what Mark built for 8.5.35 to see if it did a plausible job.

Re: Release script for Tomcat 8.5.x

2018-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Emmanuel, On 11/7/18 08:09, Emmanuel Bourg wrote: > Le 07/11/2018 à 10:28, Konstantin Kolinko a écrit : > >> If I cannot do something with a batch script, I write a shell >> (bash) script and run it with git-bash from Git for Windows. > > There

Re: Release script for Tomcat 8.5.x

2018-11-07 Thread Emmanuel Bourg
Le 07/11/2018 à 10:28, Konstantin Kolinko a écrit : > If I cannot do something with a batch script, I write a shell (bash) > script and run it with git-bash from Git for Windows. There is also that thing named Ant that was designed to replace batch and shell scripts to build Java projects on any

Re: Release script for Tomcat 8.5.x

2018-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 11/6/18 22:40, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Release script for Tomcat 8.5.x > >> It's downloading everything it needs (except Java... grr >> Oracle),

Re: Release script for Tomcat 8.5.x

2018-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 11/7/18 04:28, Konstantin Kolinko wrote: > ср, 7 нояб. 2018 г. в 1:50, Christopher Schultz > : >> All, >> >> I've been working this afternoon on a Powershell script to do >> pretty much everything for a release. I chose Powershell

Re: Release script for Tomcat 8.5.x

2018-11-07 Thread Konstantin Kolinko
ср, 7 нояб. 2018 г. в 1:50, Christopher Schultz : > All, > > I've been working this afternoon on a Powershell script to do pretty > much everything for a release. I chose Powershell because (a) I will > have to operate on Windows for releases until I get NSIS working > elsewhere and (b) batch

Re: Release script for Tomcat 8.5.x

2018-11-07 Thread Mark Thomas
On 06/11/2018 22:50, Christopher Schultz wrote: > The Process says to use the latest release of the minimum Java version > supported by the release. For 8.5.x, that means Java 7, but Java 7 has > been EOL'd. So... should I grab an old Java 7 JDK for building the > release, or should I use the

RE: Release script for Tomcat 8.5.x

2018-11-06 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Release script for Tomcat 8.5.x > It's downloading everything it needs (except Java... grr Oracle), > exporting from svn, etc. > The Process says to use the latest release of the minimum Java version > supported by the