dims 2002/06/13 11:22:41
Modified: java axis.properties build.xml
java/docs developers-guide.html install.html
Added: java/lib log4j-1.2.4.LICENSE log4j-1.2.4.jar
Removed: java/lib log4j-core.jar log4j-core.LICENSE
Log:
Updating to latest log4j, since no one objected to dug's email -
http://marc.theaimsgroup.com/?l=axis-dev&m=102390914325025&w=2
Revision Changes Path
1.1 xml-axis/java/lib/log4j-1.2.4.LICENSE
Index: log4j-1.2.4.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.4.jar
<<Binary file>>
1.8 +1 -1 xml-axis/java/axis.properties
Index: axis.properties
===================================================================
RCS file: /home/cvs/xml-axis/java/axis.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- axis.properties 7 Jun 2002 19:33:17 -0000 1.7
+++ axis.properties 13 Jun 2002 18:22:40 -0000 1.8
@@ -16,7 +16,7 @@
wsdl4j.jar=lib/wsdl4j.jar
commons-logging.jar=lib/commons-logging.jar
-log4j-core.jar=lib/log4j-core.jar
+log4j-core.jar=lib/log4j-1.2.4.jar
tt-bytecode.jar=lib/tt-bytecode.jar
junit.jar=lib/junit.jar
1.148 +1 -1 xml-axis/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/build.xml,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- build.xml 12 Jun 2002 15:02:59 -0000 1.147
+++ build.xml 13 Jun 2002 18:22:40 -0000 1.148
@@ -83,7 +83,7 @@
<property name="wsdl4j.jar" location="lib/wsdl4j.jar"/>
<property name="jsse.jar" location="lib/jsse.jar"/>
<property name="commons-logging.jar" location="lib/commons-logging.jar"/>
- <property name="log4j-core.jar" location="lib/log4j-core.jar"/>
+ <property name="log4j-core.jar" location="lib/log4j-1.2.4.jar"/>
<property name="tt-bytecode.jar" location="lib/tt-bytecode.jar"/>
<property name="regexp.jar" location="test/lib/jakarta-oro-2.0.5.jar"/>
1.20 +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.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- developers-guide.html 11 Jun 2002 13:51:04 -0000 1.19
+++ developers-guide.html 13 Jun 2002 18:22:41 -0000 1.20
@@ -103,7 +103,7 @@
<br><tt><font color="#009900">G:\\junit3.7\\junit.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-core.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\\classes</font></tt></blockquote>
</blockquote>
If you access the internet via a proxy server, you'll need to set an environment
1.14 +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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- install.html 1 May 2002 20:02:47 -0000 1.13
+++ install.html 13 Jun 2002 18:22:41 -0000 1.14
@@ -152,7 +152,7 @@
are a number of ways to do this, for now I'll simply describe one way that
is suitable for automation.</p>
<ul>
- <li>Add axis.jar, commons-logging.jar, jaxrpc.jar, log4j-core.jar,
tt-bytecode.jar,
+ <li>Add axis.jar, commons-logging.jar, jaxrpc.jar, log4j-1.2.4.jar,
tt-bytecode.jar,
and the XML parser jar file or files (e.g., xerces.jar) to your
classpath.
Locate the deployment descriptor for your service and execute the
following
command:
@@ -176,7 +176,7 @@
purposes, it is presumed that you have installed and deployed the stockquote
demo.</p>
<ul>
- <li>Add axis.jar, commons-logging.jar, jaxrpc.jar, log4j-core.jar,
tt-bytecode.jar,
+ <li>Add axis.jar, commons-logging.jar, jaxrpc.jar, log4j-1.2.4.jar,
tt-bytecode.jar,
and the parser jar or jars (e.g., xerces.jar), as well as the axis
installation
directory to your classpath. Change directory
to the distribution directory for xml-axis and execute the following