FIRMS-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 FIRMS Client targets”.

Usage: $ant compile

 

Release = Echoes a message “WS-ReliableMessaging Release: http://msdn.microsoft.com/ws/2005/02/ws-reliablemessaging/ and WS-Reliability Release: Aug-2004 http://docs.oasis-open.org/wsrm/2004/06/WS-Reliability-CD1.086.pdf “to the standard output

Usage: $ant release

 

Clean = Deletes the generated documents and classes folder

Usage: $ant clean

 

2. Targets required running WSR source client using AXIS

 

run-sourceclient = Runs source service client endpoint

Usage: $ant run-sourceclient

 

run-sourceclientframe = Runs source service client endpoint as a Frame

Usage: $ant run-sourceclientframe

 

run-sourceproxyclient = Runs source proxy service client

Usage: $ant run-sourceproxyclient

 

3. Targets required running WSRM source client using AXIS

 

run-sampleclient: Runs source service client endpoint

Usage: $ant run-sampleclient