2788N/A<!--
2788N/A ! CDDL HEADER START
2788N/A !
2788N/A ! The contents of this file are subject to the terms of the
2788N/A ! Common Development and Distribution License, Version 1.0 only
2788N/A ! (the "License"). You may not use this file except in compliance
2788N/A ! with the License.
2788N/A !
2788N/A ! You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
2788N/A ! or http://forgerock.org/license/CDDLv1.0.html.
2788N/A ! See the License for the specific language governing permissions
2788N/A ! and limitations under the License.
2788N/A !
2788N/A ! When distributing Covered Code, include this CDDL HEADER in each
2788N/A ! file and include the License file at legal-notices/CDDLv1_0.txt.
2788N/A ! If applicable, add the following below this CDDL HEADER, with the
2788N/A ! fields enclosed by brackets "[]" replaced with your own identifying
2788N/A ! information:
2788N/A ! Portions Copyright [yyyy] [name of copyright owner]
2788N/A !
2788N/A ! CDDL HEADER END
2788N/A !
2788N/A !
2788N/A ! Copyright 2008-2009 Sun Microsystems, Inc.
2788N/A ! -->
3215N/A
2788N/A<project name="usage">
2788N/A
2788N/A <description>
3853N/A Display usage.
3853N/A </description>
3853N/A
3853N/A <!-- Display usage -->
3853N/A <target name="usage"
3853N/A description="Gives a message that helps using this file">
3853N/A <echo>
3853N/A --general--
3853N/A usage : print this message
3853N/A properties : print ant properties
3853N/A
3853N/A --user--
3853N/A user-configure : configure user settings
3853N/A user-unconfigure : unconfigure user settings
3853N/A
3853N/A --dependencies--
3853N/A dependencies-download : download the archives necessary to install staf
3853N/A dependencies-remove : remove the archives previously downloaded
3853N/A
3853N/A --staf--
3853N/A staf-install : install the staf
3853N/A staf-start : start staf with all the services
3853N/A staf-controller-start : start staf with all the services
3853N/A staf-slave-start : start staf without services
2788N/A staf-stop : stop staf
2788N/A staf-uninstall : uninstall
2788N/A staf-status : report if staf is installed and running
2788N/A staf-gui : start the STAX gui
2788N/A staf-jvmlogs : start the STAF jvm log viewer
2788N/A
3853N/A --tests--
3853N/A tests-specs : generate the functional tests specs
3853N/A tests-configure : configure the functional tests
2788N/A tests-func-configure : configure the functional tests
2788N/A tests-stress-configure : configure the stress tests
2788N/A tests-run : run the functional tests
2788N/A tests-func-run : run the functional tests
2788N/A tests-func-coverage : run the functional tests with code coverage
3853N/A tests-stress-run : run the stress tests
3853N/A </echo>
3853N/A </target>
2788N/A</project>
2788N/A