You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/05/25 00:52:45 UTC

svn commit: r178309 - /lenya/trunk/lenya.bat

Author: gregor
Date: Tue May 24 15:52:44 2005
New Revision: 178309

URL: http://svn.apache.org/viewcvs?rev=178309&view=rev
Log:
No longer emit debug messages when starting lenya on windows

Modified:
    lenya/trunk/lenya.bat

Modified: lenya/trunk/lenya.bat
URL: http://svn.apache.org/viewcvs/lenya/trunk/lenya.bat?rev=178309&r1=178308&r2=178309&view=diff
==============================================================================
--- lenya/trunk/lenya.bat (original)
+++ lenya/trunk/lenya.bat Tue May 24 15:52:44 2005
@@ -64,16 +64,16 @@
 :gotExec
 
 set LENYA_HOME=.
-echo lenya.bat: using %LENYA_HOME% as home
+:: echo lenya.bat: using %LENYA_HOME% as home
 
 set LENYA_LIB=%LENYA_HOME%\build\lenya\webapp\WEB-INF\lib
-echo lenya.bat: using %LENYA_LIB% as lib
+:: echo lenya.bat: using %LENYA_LIB% as lib
 
 set JETTY_PORT=8888
 
 set JETTY_ADMIN_PORT=8889
 set JETTY_WEBAPP=%LENYA_HOME%\build\lenya\webapp
-echo lenya.bat: using %JETTY_WEBAPP% as the webapp directory
+:: echo lenya.bat: using %JETTY_WEBAPP% as the webapp directory
 
 set JAVA_DEBUG_PORT=8000
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org