Update of /var/cvs/contributions/CMSContainer/scripts
In directory james.mmbase.org:/tmp/cvs-serv27944/scripts
Modified Files:
buildall.bat
Log Message:
stop when error occurred
See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/scripts
Index: buildall.bat
===================================================================
RCS file: /var/cvs/contributions/CMSContainer/scripts/buildall.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- buildall.bat 15 Feb 2008 09:41:30 -0000 1.2
+++ buildall.bat 4 Jan 2009 17:37:29 -0000 1.3
@@ -9,5 +9,8 @@
:okAppName
call build build cmsc ..\..\CMSContainer_Modules
..\..\CMSContainer_Portlets
+ :: stop when error occurred in loop
+ IF NOT "%ERRORLEVEL%" == "0" goto :EOF
+
call build build %APPLICATION%
:end
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs