Am 04.11.2016 um 18:45 schrieb Andrew Carr:
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:
Did you use the tar.gz? I looked inside that one and all line-endings
looked OK.
If I unpack the zip src file and build tomcat under linux, I get wrong
line-endings, but why would I want to do such a thing? :)
Regards,
Felix
*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.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org