apache / axis2-java mirrored from git://git.apache.org/axis2-java.git

Mirror of Apache Axis2/Java

This URL has Read+Write access

name age message
file LICENSE.txt Fri Feb 18 02:00:53 -0800 2005 the build compile now git-svn-id: https://svn.... [Hemapani Srinath Perera]
file NOTICE.txt Fri Apr 25 20:04:49 -0700 2008 fix attribution for SalesForce.com wsdl git-sv... [Davanum Srinivas]
file README.txt Wed Apr 29 06:52:22 -0700 2009 Add build information to the readme. git-svn-i... [Glen Daniels]
file build.xml Sat Mar 15 10:43:08 -0700 2008 Fix license headers as per http://www.apache.or... [Davanum Srinivas]
directory etc/ Sat Mar 15 10:43:08 -0700 2008 Fix license headers as per http://www.apache.or... [Davanum Srinivas]
directory legal/ Fri May 16 10:48:31 -0700 2008 moved jaxws-api module to geronimo git-svn-id:... [Jarek Gawor]
directory modules/ Wed Dec 30 10:52:17 -0800 2009 adding a way to disable service listing git-sv... [Deepal Jayasinghe]
file pom.xml Mon Jun 22 07:28:56 -0700 2009 nuke transport profile git-svn-id: https://svn... [Davanum Srinivas]
directory release-docs/ Thu Apr 24 06:24:08 -0700 2008 update READMe's git-svn-id: https://svn.apache... [Davanum Srinivas]
file release-notes.html Thu Apr 24 06:36:11 -0700 2008 update release notes git-svn-id: https://svn.a... [Davanum Srinivas]
README.txt
======================================================
Apache Axis2 @axisVersion@ build  (@TODAY@)

http://ws.apache.org/axis2
------------------------------------------------------

___________________
Building
===================

We use Maven 2 (http://maven.apache.org) to build, and you'll find a
pom.xml in each module, as well as at the top level.  Use "mvn install"
(or "mvn clean install" to clean up first) to build.

IMPORTANT: the *first* time you build a given version of Axis2, you will not
be able to do a regular "mvn install" from the top level - this is because
we have a couple of custom Maven plugins that (due to some dependency-
resolution issues in Maven) must be built and installed in your local
repository before a build will succeed.  This means you need to do one
of the following:

  1) Use ant (http://ant.apache.org) to build the first time.  There is
     a build.xml at the top level which automatically builds the plugins
     first and then runs a regular "mvn install".
     
  2) Manually "mvn install" both of the plugins in the following places:
     
     modules/tool/axis2-mar-maven-plugin
     modules/tool/axis2-aar-maven-plugin

___________________
Documentation
===================
 
Documentation can be found in the 'docs' distribution of this release 
and in the main site.

___________________
Deploying
===================

To deploy a new Web service in Axis2 the following three steps must 
be performed:
  1) Create the Web service implementation class, supporting classes 
     and the services.xml file, 
  2) Archive the class files into a jar with the services.xml file in 
     the META-INF directory
  3) Drop the jar file to the $AXIS2_HOME/WEB-INF/services directory
     where $AXIS2_HOME represents the install directory of your Axis2 
     runtime. (In the case of a servelet container this would be the
     "axis2" directory inside "webapps".)

To verify the deployment please go to http://<yourip>:<port>/axis2/ and
follow the "Services" Link.

For more information please refer to the User's Guide.

___________________
Support
===================
 
Any problem with this release can be reported to Axis mailing list
or in the JIRA issue tracker. If you are sending an email to the mailing
list make sure to add the [Axis2] prefix to the subject.

Mailing list subscription:
    axis-dev-subscribe@ws.apache.org

Jira:
    http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10611


Thank you for using Axis2!

The Axis2 Team.