Author: drewbai
Date: Wed May 27 05:20:32 2009
New Revision: 779000

URL: http://svn.apache.org/viewvc?rev=779000&view=rev
Log:
Removed assumptions section, administrator comment not needed. Moved path 
message to the Error2 block. This made the pause superfluous.
Added simple start "Building Stonehenge dotnet" message when starting the script

Modified:
    incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd?rev=779000&r1=778999&r2=779000&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd Wed May 27 
05:20:32 2009
@@ -18,11 +18,7 @@
 @echo STONEHENGE DOTNET BUILDER
 @echo =======================================================================
 
-...@echo Assumptions
-...@echo   - This cmd file is being starting in [dotnet] dir
-...@echo   - Run in Administrator mode
-
-...@pause
+echo Building Stonehenge dotnet solutions
 
 @echo Build the solutions. This assumes you have your .Net3.5 installed.
 :: delims is a TAB followed by a space
@@ -81,7 +77,7 @@
 
 :Error1
 @echo Are you missing required solutions/directories? Cannot find the solution 
files (.sln) 
-...@echo This build script expects to build:
+...@echo This build script expects to build from the [dotnet] dir
 @echo .\setup_utilities\SetupActions\
 @echo ..\..\order_processor
 @echo ..\business_service


Reply via email to