Author: chris.laprun(a)jboss.com
Date: 2010-08-17 06:55:34 -0400 (Tue, 17 Aug 2010)
New Revision: 3841
Modified:
components/wsrp/trunk/UpdateWSRPForGateIn.sh
Log:
- Minor clarification as to what JBOSS_TEST_HOME should point to.
Modified: components/wsrp/trunk/UpdateWSRPForGateIn.sh
===================================================================
--- components/wsrp/trunk/UpdateWSRPForGateIn.sh 2010-08-17 08:20:12 UTC (rev 3840)
+++ components/wsrp/trunk/UpdateWSRPForGateIn.sh 2010-08-17 10:55:34 UTC (rev 3841)
@@ -35,7 +35,7 @@
if [ -z "$JBOSS_TEST_HOME" -o ! -d "$JBOSS_TEST_HOME" ]
then
- echo \=\=\> Please set JBOSS_TEST_HOME to point an installation directory of JBoss
AS 5.1.x to be used for tests
+ echo \=\=\> Please set JBOSS_TEST_HOME to point the root directory of a clean
install of JBoss AS 5.1.x to be used for tests
exit
fi
echo Using JBoss AS home at: $JBOSS_TEST_HOME
Show replies by date