You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jason Corley <jc...@nc.rr.com> on 2003/07/25 23:09:14 UTC

RE: [VOTE] 4.1.26 stability rating

I hope it isn't too late to fix the problem Yaov pointed out for the 
4.1.26 release.  Here is the patch.
Jason

-----

--- tomcat/bin/setclasspath.sh  2003-07-15 04:56:10.000000000 -0400
+++ tomcat/bin/setclasspath.sh  2003-07-25 16:27:46.870053000 -0400
@@ -53,7 +53,7 @@
 
 # Set standard commands for invoking Java.
 _RUNJAVA="$JAVA_HOME"/bin/java
-if ! $os400; then
+if [ ! "$os400" ]; then
   _RUNJDB="$JAVA_HOME"/bin/jdb
 fi
 _RUNJAVAC="$JAVA_HOME"/bin/javac

-----

Howdy,
Having been running it for a full week in our complete test environment,
including JMeter scripts, I'm going to move my vote from Beta to Stable.

There's still the one little thing as I posted a few days ago, in the
catalina.sh scripts saying "!: not found" at the beginning.  Startup and
shutdown work OK though, as I described, and I haven't seen anyone else
complain about this, so...

Yoav Shapira
Millennium ChemInformatics


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [VOTE] 4.1.26 stability rating

Posted by Bill Barker <wb...@wilshire.com>.
----- Original Message ----- 
From: "Jason Corley" <jc...@nc.rr.com>
To: <to...@jakarta.apache.org>
Sent: Friday, July 25, 2003 2:09 PM
Subject: RE: [VOTE] 4.1.26 stability rating


> I hope it isn't too late to fix the problem Yaov pointed out for the
> 4.1.26 release.  Here is the patch.
> Jason
>

Well, the fix is in the HEAD of j-t-4.0, but not under the 4.1.26 tag, so by
default, no.  I'm guessing that it's going to depend on how much you want to
bribe Remy to re-tag the file ;-).


> -----
>
> --- tomcat/bin/setclasspath.sh  2003-07-15 04:56:10.000000000 -0400
> +++ tomcat/bin/setclasspath.sh  2003-07-25 16:27:46.870053000 -0400
> @@ -53,7 +53,7 @@
>
>  # Set standard commands for invoking Java.
>  _RUNJAVA="$JAVA_HOME"/bin/java
> -if ! $os400; then
> +if [ ! "$os400" ]; then
>    _RUNJDB="$JAVA_HOME"/bin/jdb
>  fi
>  _RUNJAVAC="$JAVA_HOME"/bin/javac
>
> -----
>
> Howdy,
> Having been running it for a full week in our complete test environment,
> including JMeter scripts, I'm going to move my vote from Beta to Stable.
>
> There's still the one little thing as I posted a few days ago, in the
> catalina.sh scripts saying "!: not found" at the beginning.  Startup and
> shutdown work OK though, as I described, and I haven't seen anyone else
> complain about this, so...
>
> Yoav Shapira
> Millennium ChemInformatics
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>