You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by be...@apache.org on 2010/06/24 14:45:08 UTC

svn commit: r957560 - /incubator/stonehenge/trunk/build.bat

Author: bendewey
Date: Thu Jun 24 14:45:08 2010
New Revision: 957560

URL: http://svn.apache.org/viewvc?rev=957560&view=rev
Log:
Uncommented code in the Build Script

Modified:
    incubator/stonehenge/trunk/build.bat

Modified: incubator/stonehenge/trunk/build.bat
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/build.bat?rev=957560&r1=957559&r2=957560&view=diff
==============================================================================
--- incubator/stonehenge/trunk/build.bat (original)
+++ incubator/stonehenge/trunk/build.bat Thu Jun 24 14:45:08 2010
@@ -23,15 +23,16 @@ rem ====================================
 @mkdir %BIN_DIR%
 @mkdir %BIN_DIR%\metro_stocktrader
 @cd .\stocktrader\dotnet
-rem @call BuildDotNet.cmd
+@call BuildDotNet.cmd
 @cd ..\wsas
-rem @call mvn clean install
+@call mvn clean install
 @cd ..\php
 @call build.bat
 @cd ..\metro
 @call ant deploy -Ddeploy.dir=..\..\..\%BIN_DIR%\metro_stocktrader
 @echo off
 @cd ..
+@echo  Building Complete
 pause
 
 rem =====================================