|
From: <ju...@us...> - 2017-05-15 23:48:05
|
Revision: 8895
http://sourceforge.net/p/smartfrog/svn/8895
Author: julgui
Date: 2017-05-15 23:48:03 +0000 (Mon, 15 May 2017)
Log Message:
-----------
Modified Paths:
--------------
trunk/core/smartfrog/bin/healthTest.bat
Modified: trunk/core/smartfrog/bin/healthTest.bat
===================================================================
--- trunk/core/smartfrog/bin/healthTest.bat 2017-05-15 23:28:01 UTC (rev 8894)
+++ trunk/core/smartfrog/bin/healthTest.bat 2017-05-15 23:48:03 UTC (rev 8895)
@@ -1,3 +1,4 @@
+echo off
if defined SFHOME goto continue1
if exist "%cd%\sfGui.bat" cd ..
@@ -4,14 +5,45 @@
set SFHOME=%cd%
cd ..
:continue1
+echo _
+echo -------------------------
+echo _
+echo Stop sfDaemon (just in case)
start bin\sfStopDaemon localhost
PAUSE
+echo _
+echo *-----------------------*
+echo _
+echo Start sfDaemon
start bin\sfDaemon
+echo _
+echo _
PAUSE
+echo _
+echo **---------------------**
+echo _
+echo Fail to deploy a sf decription file
+start bin\sfStart localhost quickTest org/smartfrog/example/subprocesses/subprocess.sf
+echo _
+echo _
+PAUSE
+echo _
+echo ***-------------------***
+echo _
+echo Deploy SubProcesses example sf decription file
start bin\sfStart localhost quickTest org/smartfrog/examples/subprocesses/subprocess.sf
-
+echo _
+echo _
PAUSE
-
+echo _
+echo ****-----------------****
+echo _
+echo Stop sdDaemon
bin\sfStopDaemon localhost
-
- PAUSE
\ No newline at end of file
+echo _
+echo _
+PAUSE
+echo _
+echo *****---------------*****
+echo _
+ echo The End
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|