Explanation of Target Commands Used In Client build.xml file

Community Grids Lab, Indiana University

 

 

1.Introduction:

This document provides a description of each of the commands used in the client build.xml file. There is no build.properties file associated with this file.

 

compile: Initiates compilation and echoes a message “Ready to run WSE Client targets”.

Usage: $ant  compile

 

release:  Echoes a message ” WS-Eventing Release: Aug-2004 http://www-128.ibm.com /developerworks/webservices/library/specification/ws-eventing/" to the standard output

Usage: $ant  release

 

clean: Deletes the generated documents and classes folder

Usage: $ant  clean

 

2.Targets required to run source and sink client using AXIS

 

wseaxis-source: Runs source service client endpoint

Usage: $ant  wseaxis-source

 

wseaxis-sink: Runs sink service client endpoint

Usage: $ant  wseaxis-sink

 

wseaxis-sourceframe: Runs source service client endpoint as a Frame

Usage: $ant  wseaxis-sourceframe

 

wseaxis-sinkframe: Runs sink service client endpoint as a frame

Usage: $ant  wseaxis-sinkframe

 

wseaxis-sourceproxy: Runs source proxy service client

Usage: $ant  wseaxis-sourceproxy

 

wseaxis-sinkproxy: Runs sink proxy service client

Usage: $ant  wseaxis-sinkproxy