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