You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/03/18 14:38:09 UTC

svn commit: r158067 - forrest/trunk/main/forrest.build.xml

Author: crossley
Date: Fri Mar 18 05:38:08 2005
New Revision: 158067

URL: http://svn.apache.org/viewcvs?view=rev&rev=158067
Log:
Give a hint about how to stop Jetty.

Modified:
    forrest/trunk/main/forrest.build.xml

Modified: forrest/trunk/main/forrest.build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/forrest.build.xml?view=diff&r1=158066&r2=158067
==============================================================================
--- forrest/trunk/main/forrest.build.xml (original)
+++ forrest/trunk/main/forrest.build.xml Fri Mar 18 05:38:08 2005
@@ -433,6 +433,9 @@
   <target name="run_custom_jetty"
    if="custom_jetty_config"
    description="Run Jetty with configuration file found in the project">
+    <echo>
+  Note: Use Ctrl-C to stop the demo Jetty server
+    </echo>
     <java classname="org.mortbay.jetty.Server"
           dir="${forrest.core.webapp}"
           fork="yes"
@@ -454,6 +457,9 @@
 
   <target name="run_default_jetty"
    description="Run Jetty with configuration file found in Forrest">
+    <echo>
+  Note: Use Ctrl-C to stop the demo Jetty server
+    </echo>
     <java classname="org.mortbay.jetty.Server"
           dir="${forrest.core.webapp}"
           fork="yes"