jochen 2005/07/11 01:00:54
Modified: . Tag: XMLRPC_2_0_BRANCH README.txt Log: Added hint for required commons-codec jar file to the README Submitted by: Nicolas Hoibian, nicolas.hoibian at gmail.com Revision Changes Path No revision No revision 1.6.4.1 +4 -0 ws-xmlrpc/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/ws-xmlrpc/README.txt,v retrieving revision 1.6 retrieving revision 1.6.4.1 diff -u -r1.6 -r1.6.4.1 --- README.txt 15 Apr 2005 14:04:50 -0000 1.6 +++ README.txt 11 Jul 2005 08:00:53 -0000 1.6.4.1 @@ -18,6 +18,10 @@ -------------------------------------------------------------------------- R E Q U I R E M E N T S -------------------------------------------------------------------------- + +To run code using XMLRPC you need to have the commons-codec jar (1.3 works) +in your CLASSPATH. You can get it at + http://jakarta.apache.org/commons/codec/index.html To build the XmlRpc package, you need to have Ant (and JDK 1.2+) installed (http://jakarta.apache.org/ant/). Execute "ant -help" from this directory