In short:

> The proposed 9.0.0.M13 release is:
> [ ] Broken - do not release
> [X] Alpha - go ahead and release as 9.0.0.M13

However, on mac I ran into an issue with the ^M character being in the .sh
files.  I would receive interpreter errors.  I have to remove all of the ^M
characters from the .sh files in the bin folder, see below:

*ACARR2:bin andrew.carr$ uname -a*

*Darwin ACARR2.local 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26
22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64*

*ACARR2:apache-tomcat-9.0.0.M13-src andrew.carr$
output/build/bin/catalina.sh start*

*-bash: output/build/bin/catalina.sh: /bin/sh^M: bad interpreter: No such
file or directory*

*ACARR2:apache-tomcat-9.0.0.M13-src andrew.carr$ perl -i -pe 'y|\r||d'
output/build/bin/*.sh*

*ACARR2:apache-tomcat-9.0.0.M13-src andrew.carr$
output/build/bin/catalina.sh start*

*....Tomcat started.*
So, is this an issue or is this the way my mac is configured?

---
I also built on CentOS -

*[root@andrewtest1 build]# uname -a*

*Linux andrewtest1.openlogic.local 3.10.0-123.el7.x86_64 #1 SMP Mon Jun 30
12:09:22 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux*

*[root@andrewtest1 build]# cat /etc/redhat-release *

*CentOS Linux release 7.0.1406 (Core) *
And everything was good.


-- 
With Regards,
Andrew Carr

e. andrewlanec...@gmail.com
w. andrew.c...@openlogic.com
h. 4235255668
c. 4239489206
a. P.O. Box 1231, Greeneville, TN, 37744

On Fri, Nov 4, 2016 at 8:53 AM, Violeta Georgieva <miles...@gmail.com>
wrote:

> Hi,
>
> 2016-11-03 23:40 GMT+02:00 Mark Thomas <ma...@apache.org>:
> >
> > The proposed Apache Tomcat 9.0.0.M13 release is now available for voting.
> >
> > This is a milestone release for the 9.0.x branch. It should be
> > noted that, as a milestone release:
> > - Servlet 4.0 is not finalised
> > - The EGs have not started work on JSP 2.4, EL 3.1 or WebSocket 1.2/2.0
> >
> > 9.0.0.M13 corrects a regression reported in 9.0.0.M12.
> >
> > The major changes compared to the 9.0.0.M11 release are:
> >
> > - Implement header limits for HTTP/2
> >
> > - Improve handling of I/O errors with async processing
> >
> > - Fail earlier on invalid HTTP requests
> >
> > Along with lots of other bug fixes and improvements
> >
> > For full details, see the changelog:
> > http://svn.apache.org/repos/asf/tomcat/trunk/webapps/docs/changelog.xml
> >
> > It can be obtained from:
> > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.0.M13/
> > The Maven staging repo is:
> > https://repository.apache.org/content/repositories/orgapachetomcat-1103/
> > The svn tag is:
> > http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_9_0_0_M13/
> >
> > The proposed 9.0.0.M13 release is:
> > [ ] Broken - do not release
> > [X] Alpha - go ahead and release as 9.0.0.M13
>
> +1 my tests passed
>
> Regards,
> Violeta
>
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: dev-h...@tomcat.apache.org
> >
>

Reply via email to