jochen      2005/07/11 01:01:02

  Modified:    .        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
  1.7       +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.7
  diff -u -r1.6 -r1.7
  --- README.txt        15 Apr 2005 14:04:50 -0000      1.6
  +++ README.txt        11 Jul 2005 08:01:02 -0000      1.7
  @@ -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
  
  
  

Reply via email to