dims 2003/03/23 17:25:29
Modified: java axis.properties
java/docs developers-guide.html install.html
java/webapps/axis happyaxis.jsp
java/xmls properties.xml
Added: java/lib log4j-1.2.8.LICENSE log4j-1.2.8.jar
Removed: java/lib log4j-1.2.4.jar log4j-1.2.4.LICENSE
Log:
Fix for Bug 18262 - Log4j should be updated to current release
Revision Changes Path
1.1 xml-axis/java/lib/log4j-1.2.8.LICENSE
Index: log4j-1.2.8.LICENSE
===================================================================
/*
* ============================================================================
* The Apache Software License, Version 1.1
* ============================================================================
*
* Copyright (C) 1999 The Apache Software Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* 3. The end-user documentation included with the redistribution, if any, must
* include the following acknowledgment: "This product includes software
* developed by the Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself, if
* and wherever such third-party acknowledgments normally appear.
*
* 4. The names "log4j" and "Apache Software Foundation" must not be used to
* endorse or promote products derived from this software without prior
* written permission. For written permission, please contact
* [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache", nor may
* "Apache" appear in their name, without prior written permission of the
* Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* This software consists of voluntary contributions made by many individuals
* on behalf of the Apache Software Foundation. For more information on the
* Apache Software Foundation, please see <http://www.apache.org/>.
*
*/
1.1 xml-axis/java/lib/log4j-1.2.8.jar
<<Binary file>>
1.12 +1 -1 xml-axis/java/axis.properties
Index: axis.properties
===================================================================
RCS file: /home/cvs/xml-axis/java/axis.properties,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- axis.properties 7 Oct 2002 14:35:09 -0000 1.11
+++ axis.properties 24 Mar 2003 01:25:29 -0000 1.12
@@ -17,7 +17,7 @@
wsdl4j.jar=lib/wsdl4j.jar
commons-logging.jar=lib/commons-logging.jar
commons-discovery.jar=lib/commons-discovery.jar
-log4j-core.jar=lib/log4j-1.2.4.jar
+log4j-core.jar=lib/log4j-1.2.8.jar
junit.jar=lib/junit.jar
1.33 +1 -1 xml-axis/java/docs/developers-guide.html
Index: developers-guide.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/developers-guide.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- developers-guide.html 17 Dec 2002 21:17:55 -0000 1.32
+++ developers-guide.html 24 Mar 2003 01:25:29 -0000 1.33
@@ -99,7 +99,7 @@
<br><tt><font
color="#009900">G:\\xml-axis\\java\\build\\lib\\commons-logging.jar</font></tt>
<br><tt><font color="#009900">G:\\xml-axis\\java\\build\\lib\\wsdl4j.jar</font></tt>
<br><tt><font color="#009900">G:\\xml-axis\\java\\build\\lib\\axis.jar</font></tt>
-<br><tt><font
color="#009900">G:\\xml-axis\\java\\build\\lib\\log4j-1.2.4.jar</font></tt>
+<br><tt><font
color="#009900">G:\\xml-axis\\java\\build\\lib\\log4j-1.2.8.jar</font></tt>
<br><tt><font
color="#009900">G:\\xml-axis\\java\\build\\classes</font></tt></blockquote>
</blockquote>
If you access the internet via a proxy server, you'll need to set an environment
1.28 +2 -2 xml-axis/java/docs/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/install.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- install.html 22 Mar 2003 00:58:38 -0000 1.27
+++ install.html 24 Mar 2003 01:25:29 -0000 1.28
@@ -394,7 +394,7 @@
the Axis samples; the stock quote service.
<ul>
<li>Add axis.jar, commons-discovery.jar, commons-logging.jar, jaxrpc.jar,
saaj.jar,
- log4j-1.2.4.jar (or whatever is appropriate for your chosen logging
implementation),
+ log4j-1.2.8.jar (or whatever is appropriate for your chosen logging
implementation),
and the XML parser jar file or files (e.g., xerces.jar) to your classpath.
<li>Look in axis/samples/stock for the file deploy.wsdd. This is the
deployment
descriptor we want to tell Axis about.
@@ -427,7 +427,7 @@
demo.</p>
<ul>
<li>Add axis.jar, commons-discovery.jar, commons-logging.jar, jaxrpc.jar,
saaj.jar,
- log4j-1.2.4.jar (or whatever is appropriate for your chosen logging
implementation),
+ log4j-1.2.8.jar (or whatever is appropriate for your chosen logging
implementation),
and the XML parser jar file or files (e.g., xerces.jar), as well as the
Axis
installation directory to your classpath.
Change directory to the distribution directory for xml-axis
1.15 +1 -1 xml-axis/java/webapps/axis/happyaxis.jsp
Index: happyaxis.jsp
===================================================================
RCS file: /home/cvs/xml-axis/java/webapps/axis/happyaxis.jsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- happyaxis.jsp 22 Mar 2003 19:03:25 -0000 1.14
+++ happyaxis.jsp 24 Mar 2003 01:25:29 -0000 1.15
@@ -384,7 +384,7 @@
"http://jakarta.apache.org/commons/logging.html");
needed+=needClass(out, "org.apache.log4j.Layout",
- "log4j-1.2.4.jar",
+ "log4j-1.2.8.jar",
"Log4j",
"Axis may not work",
"http://jakarta.apache.org/log4j");
1.40 +1 -1 xml-axis/java/xmls/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/xmls/properties.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- properties.xml 4 Mar 2003 04:35:24 -0000 1.39
+++ properties.xml 24 Mar 2003 01:25:29 -0000 1.40
@@ -46,7 +46,7 @@
<property name="commons-discovery.jar" location="${lib.dir}/commons-discovery.jar"/>
<property name="commons-httpclient.jar"
location="${lib.dir}/commons-httpclient.jar"/>
<property name="commons-net.jar" location="${lib.dir}/commons-net-1.0.0-dev.jar"/>
-<property name="log4j-core.jar" location="${lib.dir}/log4j-1.2.4.jar"/>
+<property name="log4j-core.jar" location="${lib.dir}/log4j-1.2.8.jar"/>
<property name="junit.jar" location="${lib.dir}/junit.jar"/>
<property name="jimi.jar" location="${lib.dir}/JimiProClasses.zip"/>
<property name="activation.jar" location="${lib.dir}/activation.jar"/>