[Yanel-commits] rev 24344 - public/yanel/trunk

michi at wyona.com michi at wyona.com
Fri May 11 10:23:23 CEST 2007


Author: michi
Date: 2007-05-11 10:23:22 +0200 (Fri, 11 May 2007)
New Revision: 24344

Modified:
   public/yanel/trunk/yanel.sh
Log:
clarified

Modified: public/yanel/trunk/yanel.sh
===================================================================
--- public/yanel/trunk/yanel.sh	2007-05-11 08:20:35 UTC (rev 24343)
+++ public/yanel/trunk/yanel.sh	2007-05-11 08:23:22 UTC (rev 24344)
@@ -34,7 +34,7 @@
   MAVEN=`which mvn`
   if [ -z "$MAVEN" ]; then
     echo "ERROR: No \"mvn\" command available!"
-    echo "       Have you installed Maven 2.0.4? If so, then check your PATH and try again or install Maven 2.0.4 from http://maven.apache.org"
+    echo "       Have you installed Maven 2.0.4? If so, then check your PATH environment variable and try again or install Maven 2.0.4 from http://maven.apache.org"
   else
     shift
     mvn jetty:run-war -f  src/build/pom-webapp.xml $@




More information about the Yanel-commits mailing list