]> Build file for Axis Notes: This is a build file for use with the Jakarta Ant build tool. For more information on using the build refer to building-axis.html under docs Prerequisites: jakarta-ant from http://jakarta.apache.org/ant/ wsdl4j from http://www-124.ibm.com/developerworks/projects/wsdl4j/ commons-logging from http://jakarta.apache.org/commons/logging.html commons-discovery from http://jakarta.apache.org/commons/discovery.html log4j from http://jakarta.apache.org/log4j activation from http://java.sun.com/products/javabeans/glasgow/jaf.html mailapi from http://java.sun.com/products/javamail/ Optional components: servlet from http://jakarta.apache.org/tomcat/ regexp from http://jakarta.apache.org/regexp/ junit from http://www.junit.org/ jimi from http://java.sun.com/products/jimi/ xml-security from http://xml.apache.org/security/ jsse from http://java.sun.com/products/jsse/ commons-httpclient from http://jakarta.apache.org/commons/httpclient/ httpunit from http://sourceforge.net/projects/httpunit/ jms from http://java.sun.com/products/jms/ castor from http://castor.exolab.org/ xmlbeans from http://xmlbeans.apache.org/ j2ee.jar contains the mailapi, activation and servlet libraries Build Instructions: To build, run ant "target" on the directory where this file is located with the target you want. Most useful targets: - compile : creates the "axis.jar" package in "./build/lib" - javadocs : creates the javadocs in "./build/javadocs" - dist : creates the complete binary distribution - srcdist : creates the complete src distribution - functional-tests : attempts to build Ant task and then run client-server functional test - war : create the web application as a WAR file - clean : clean up files and directories Custom post-compilation work: If you desire to do some extra work as a part of the build after the axis.jar is assembled, simply create an ant buildfile called "post-compile.xml" in this directory. The build will automatically notice this and run it at the appropriate time. This is handy for updating the jar file in a running server, for instance. Authors: Sam Ruby rubys@us.ibm.com Matthew J. Duftler duftler@us.ibm.com Glen Daniels gdaniels@macromedia.com Copyright: Copyright (c) 2001-2002 Apache Software Foundation. &properties; &paths; &taskdefs; &targets;
target all-tests of ${ant.project.name} finished at ${tests-end-time}