[jboss-cvs] JBossAS SVN: r79763 - projects/aop/trunk/aop/src/resources/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 20 16:13:58 EDT 2008


Author: flavia.rainone at jboss.com
Date: 2008-10-20 16:13:58 -0400 (Mon, 20 Oct 2008)
New Revision: 79763

Modified:
   projects/aop/trunk/aop/src/resources/bin/aopc.sh
   projects/aop/trunk/aop/src/resources/bin/run-load.sh
   projects/aop/trunk/aop/src/resources/bin/run-loadHotSwap.sh
   projects/aop/trunk/aop/src/resources/bin/run-precompiled.sh
Log:
[JBAOP-668] Tidy up usage messages printed by /src/resources/bin/*.sh scripts.

Modified: projects/aop/trunk/aop/src/resources/bin/aopc.sh
===================================================================
--- projects/aop/trunk/aop/src/resources/bin/aopc.sh	2008-10-20 20:12:06 UTC (rev 79762)
+++ projects/aop/trunk/aop/src/resources/bin/aopc.sh	2008-10-20 20:13:58 UTC (rev 79763)
@@ -8,9 +8,9 @@
    echo 
    echo    classpath:         Classpath of your sourcefiles and all required libraries
    echo 
-   echo    path_to_.aop.xml:  Path to your *-aop.xml files. Use colon as separator if you have more than one
+   echo    path_to_.aop.xml:  Path to your *-aop.xml files (separated by colon)
    echo 
-   echo    path_to_annotated: Path to jars/directories that have annotated aspects. Use colon as separator if you have more than one
+   echo    path_to_annotated: Path to jars/directories that have annotated aspects (separated by colon)
    echo 
    echo    dir_or_file:       Directory containing files to be aop precompiled
    echo 

Modified: projects/aop/trunk/aop/src/resources/bin/run-load.sh
===================================================================
--- projects/aop/trunk/aop/src/resources/bin/run-load.sh	2008-10-20 20:12:06 UTC (rev 79762)
+++ projects/aop/trunk/aop/src/resources/bin/run-load.sh	2008-10-20 20:13:58 UTC (rev 79763)
@@ -4,13 +4,13 @@
 usage(){
    echo Script file for running loadtime instrumented aop applications
    echo Usage:
-   echo run-load.sh classpath [-aoppath path_to_aop.xml] [-aopclasspath path_to_annotated] [-verbose] Main.class [args...]
+   echo run-load.sh classpath [-aoppath path_to_aop.xml] [-aopclasspath path_to_annotated] [-verbose] Main.class [args]
    echo 
    echo    classpath:         Classpath of your source files and all required libraries
    echo 
-   echo    path_to_.aop.xml:  Path to your *-aop.xml files. Use colon as separator if you have more than one
+   echo    path_to_.aop.xml:  Path to your *-aop.xml files (separated by colon)
    echo 
-   echo    path_to_annotated: Path to jars/directories that have annotated aspects. Use colon as separator if you have more than one
+   echo    path_to_annotated: Path to jars/directories that have annotated aspects (separated by colon)
    echo
    echo    -verbose:          Specify if you want verbose output
    echo 

Modified: projects/aop/trunk/aop/src/resources/bin/run-loadHotSwap.sh
===================================================================
--- projects/aop/trunk/aop/src/resources/bin/run-loadHotSwap.sh	2008-10-20 20:12:06 UTC (rev 79762)
+++ projects/aop/trunk/aop/src/resources/bin/run-loadHotSwap.sh	2008-10-20 20:13:58 UTC (rev 79763)
@@ -4,13 +4,13 @@
 usage(){
    echo Script file for running loadtime instrumented aop applications with hot swap enabled
    echo Usage:
-   echo run-loadHotSwap.sh classpath [-aoppath path_to_aop.xml] [-aopclasspath path_to_annotated] [-verbose] Main.class [args...]
+   echo run-loadHotSwap.sh classpath [-aoppath path_to_aop.xml] [-aopclasspath path_to_annotated] [-verbose] Main.class [args]
    echo 
    echo    classpath:         Classpath of your source files and all required libraries
    echo 
-   echo    path_to_.aop.xml:  Path to your *-aop.xml files. Use colon as separator if you have more than one
+   echo    path_to_.aop.xml:  Path to your *-aop.xml files (separated by colon)
    echo 
-   echo    path_to_annotated: Path to jars/directories that have annotated aspects. Use colon as separator if you have more than one
+   echo    path_to_annotated: Path to jars/directories that have annotated aspects (separated by colon)
    echo
    echo    -verbose:          Specify if you want verbose output
    echo 

Modified: projects/aop/trunk/aop/src/resources/bin/run-precompiled.sh
===================================================================
--- projects/aop/trunk/aop/src/resources/bin/run-precompiled.sh	2008-10-20 20:12:06 UTC (rev 79762)
+++ projects/aop/trunk/aop/src/resources/bin/run-precompiled.sh	2008-10-20 20:13:58 UTC (rev 79763)
@@ -4,15 +4,17 @@
 usage(){
    echo Script file for running compile time instrumented aop applications
    echo Usage:
-   echo run-precompiled.sh classpath [-aoppath path_to_aop.xml] [-aopclasspath path_to_annotated] Main.class [args...]
+   echo run-precompiled.sh classpath [-aoppath path_to_aop.xml] [-aopclasspath path_to_annotated] Main.class [args]
    echo 
    echo    classpath:         Classpath of your sourcefiles and all required libraries
    echo 
-   echo    path_to_.aop.xml:  Path to your *-aop.xml files. Use colon as separator  if you have more than one
+   echo    path_to_.aop.xml:  Path to your *-aop.xml files (separated by colon)
    echo 
-   echo    path_to_annotated: Path to jars/directories that have annotated aspects. Use colon as separator if you have more than one.
+   echo    path_to_annotated: Path to jars/directories that have annotated aspects (separated by colon)
    echo
    echo    Main.class:        Your main class
+   echo
+   echo    args:              The args to Main.class
    exit 1
 }
 




More information about the jboss-cvs-commits mailing list