jvanzyl 02/02/22 05:36:15 Modified: . README.txt Log: - applying patch submitted by Martin Skopp <[EMAIL PROTECTED]> that clarifies the building procedure and that Ant is required. Revision Changes Path 1.4 +9 -1 xml-rpc/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/xml-rpc/README.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README.txt 25 Jan 2002 22:54:41 -0000 1.3 +++ README.txt 22 Feb 2002 13:36:15 -0000 1.4 @@ -6,13 +6,21 @@ specification (http://www.xml-rpc.com) with optional Servlet and SSL extensions. +. Location of Ant build.xml and build.properties files. bin/ Temporary directory for building the project. lib/ Final location of the jar files -build/ Location of Ant build.xml and build.properties files. examples/ Some examples and instructions on how to run them. src/ Location of Java sources. xdocs/ XmlRpc documention in DocBook format. docs/ The rendered documentation in HTML format. + +-------------------------------------------------------------------------- +R E Q U I R E M E N T S +-------------------------------------------------------------------------- + +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 +to get basic help or just "ant" to build the jars. -------------------------------------------------------------------------- B U I L D I N G