[ http://issues.apache.org/jira/browse/FOR-364?page=all ]
     
Ferdinand Soethe resolved FOR-364:
----------------------------------

    Fix Version: 0.7-dev
     Resolution: Fixed

Added os-conditional statement for all OS from the dos-familiy (includes 
windows) explaining what to do about the abort batch processing message. 
Statement was added to both jetty targets.

<if>
      <os family="dos"/>
      <then>
      <echo>
         ... and reply 'n' and press [Enter] 
             when asked about aborting the batch!
      </echo>
      </then>
    </if>

> Add Ctrl-C-Info to Jetty Startup-Messages
> -----------------------------------------
>
>          Key: FOR-364
>          URL: http://issues.apache.org/jira/browse/FOR-364
>      Project: Forrest
>         Type: Improvement
>   Components: Launch 'forrest run'
>     Reporter: Ferdinand Soethe
>     Priority: Minor
>      Fix For: 0.7-dev

>
> At the moment it is guesswork how to properly end a "forrest run" session. 
> Even more confusing that Ctrl-C (the only way to do it) will also trigger the 
> query if you want to abort batch processing.
> A short info that is written just before the server is active should inform 
> the user about the proper procedure:
> "To stop the Forrest/Jetty server, press Ctrl-C, answer [N]o to the following 
> question and press Enter to confirm."

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to