[Yanel-commits] rev 24437 - in public/yanel/trunk/src: binary-dist build

michi at wyona.com michi at wyona.com
Mon May 14 12:29:19 CEST 2007


Author: michi
Date: 2007-05-14 12:29:17 +0200 (Mon, 14 May 2007)
New Revision: 24437

Modified:
   public/yanel/trunk/src/binary-dist/start.sh
   public/yanel/trunk/src/binary-dist/stop.sh
   public/yanel/trunk/src/build/continuous-integration.xml
Log:
start and stop note added

Modified: public/yanel/trunk/src/binary-dist/start.sh
===================================================================
--- public/yanel/trunk/src/binary-dist/start.sh	2007-05-14 10:26:53 UTC (rev 24436)
+++ public/yanel/trunk/src/binary-dist/start.sh	2007-05-14 10:29:17 UTC (rev 24437)
@@ -13,3 +13,15 @@
 fi
 
 sh apache-tomcat-5.5.20/bin/startup.sh
+
+echo "***************************************"
+echo "*"
+echo "* Yanel succesfully started!"
+echo "*"
+echo "* Start you Browser and visit"
+echo "*"
+echo "* http://localhost:8080/"
+echo "*"
+echo "* Thanks for using Yanel!"
+echo "*"
+echo "***************************************" 

Modified: public/yanel/trunk/src/binary-dist/stop.sh
===================================================================
--- public/yanel/trunk/src/binary-dist/stop.sh	2007-05-14 10:26:53 UTC (rev 24436)
+++ public/yanel/trunk/src/binary-dist/stop.sh	2007-05-14 10:29:17 UTC (rev 24437)
@@ -13,3 +13,11 @@
 fi
 
 sh apache-tomcat-5.5.20/bin/shutdown.sh
+
+echo "***************************************"
+echo "*"
+echo "* Yanel succesfully stoped!"
+echo "*"
+echo "* Thanks for using Yanel!"
+echo "*"
+echo "***************************************" 
\ No newline at end of file

Modified: public/yanel/trunk/src/build/continuous-integration.xml
===================================================================
--- public/yanel/trunk/src/build/continuous-integration.xml	2007-05-14 10:26:53 UTC (rev 24436)
+++ public/yanel/trunk/src/build/continuous-integration.xml	2007-05-14 10:29:17 UTC (rev 24437)
@@ -27,6 +27,18 @@
         <socket server="${tomcat.ip}" port="${tomcat.port}"/>
       </and>
     </waitfor>
+    <echo message="*****************************************************************"/>
+    <echo message="*"/>
+    <echo message="* You have successfully Started Yanel ${yanel.version} (Revision ${yanel.revision})"/>
+    <echo message="*"/>
+    <echo message="*"/>
+    <echo message="* Start you Browser and visit"/>
+    <echo message="*"/>
+    <echo message="*                   http://127.0.0.1:8080/${servlet.context.prefix}/"/>
+    <echo message="*"/>
+    <echo message="* Thanks for using Yanel"/>
+    <echo message="*"/>
+    <echo message="*****************************************************************"/>    
     <available file="${document.root}/cruise_is_building.html" property="cruise_is_building_html_available"/>
     <antcall target="delete-building-hint"/>
   </target>
@@ -86,6 +98,13 @@
     </condition>
     <antcall target="shutdown-tomcat-windows"/>
     <antcall target="shutdown-tomcat-unix"/>
+    <echo message="*****************************************************************"/>
+    <echo message="*"/>
+    <echo message="* You have successfully stoped Yanel ${yanel.version} (Revision ${yanel.revision})"/>
+    <echo message="*"/>
+    <echo message="* Thanks for using Yanel"/>
+    <echo message="*"/>
+    <echo message="*****************************************************************"/>    
   </target>
   
   <target name="shutdown-tomcat-windows" if="isWindows">




More information about the Yanel-commits mailing list