Konstantin Kolinko wrote:
> The part of this patch that changes setclasspath.bat is broken.
>
> The if condition line should be:
>
> +if not "%JAVA_ENDORSED_DIRS%" == "" goto gotEndorseddir
>
> I.e., there should be a second '%' after the env variable name.
Thanks for the catch. This has been f
The part of this patch that changes setclasspath.bat is broken.
The if condition line should be:
+if not "%JAVA_ENDORSED_DIRS%" == "" goto gotEndorseddir
I.e., there should be a second '%' after the env variable name.
Note: an error in the .sh part of the patch has already been fixed as
http:/
Author: markt
Date: Fri Dec 5 06:27:57 2008
New Revision: 723738
URL: http://svn.apache.org/viewvc?rev=723738&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=46232
Don't override the endorsed dir if the user has set it
Based on a patch by Russ Tokuyama
Modified:
tomcat/trunk