You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by bi...@apache.org on 2020/04/16 07:38:56 UTC

[axis-axis2-java-savan] 24/36: updated how to build samples, documented clean task

This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-savan.git

commit 91761e885c1d023296acec072231feb2a135e8ba
Author: Sumedha Rubasinghe <su...@apache.org>
AuthorDate: Sun Sep 23 02:32:38 2007 +0000

    updated how to build samples,documented clean task
---
 modules/samples/eventing/readme.txt | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/modules/samples/eventing/readme.txt b/modules/samples/eventing/readme.txt
index 396d0a4..fd023ba 100644
--- a/modules/samples/eventing/readme.txt
+++ b/modules/samples/eventing/readme.txt
@@ -3,12 +3,13 @@ Steps to build and run the Savan-Eventing sample
 
 To build
 --------
+1. Open build.xml
+2. Change value of 'axis2.home' property to a valid Axis2 home
+3. Run 'ant' to build the sample.
 
-1. Move to the sample folder.
-2. Create a subfolders 'build/lib'.
-3. Copy all the jars from a compatible Axis2 distribution to 'build/lib'.
-4. Copy the savan jar file to 'build/lib'.
-5. Run 'ant' to build the sample.
+To clean
+--------
+1. Run 'ant clean'
 
 
 To run