Thanks Ben! and welcome to commiter club.
I just did a clean update on a fresh tree and it built/tested fine.

Drew

--- On Wed, 7/8/09, [email protected] <[email protected]> wrote:


From: [email protected] <[email protected]>
Subject: svn commit: r792387 - /incubator/stonehenge/trunk/build.bat
To: [email protected]
Date: Wednesday, July 8, 2009, 9:02 PM


Author: bendewey
Date: Thu Jul  9 04:02:29 2009
New Revision: 792387

URL: http://svn.apache.org/viewvc?rev=792387&view=rev
Log:
STONEHENGE-67, update to the root build script, wasn't copying the 
config_service folder.

Modified:
    incubator/stonehenge/trunk/build.bat

Modified: incubator/stonehenge/trunk/build.bat
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/build.bat?rev=792387&r1=792386&r2=792387&view=diff
==============================================================================
--- incubator/stonehenge/trunk/build.bat (original)
+++ incubator/stonehenge/trunk/build.bat Thu Jul  9 04:02:29 2009
@@ -44,6 +44,9 @@
@copy /Y ..\..\stocktrader\dotnet\trader_client\bin\release\*.dll 
trader_client\Trade\Bin\
@copy /Y 
..\..\stocktrader\dotnet\trader_client\StockTraderWebApplicationClients\bin\release\*.dll
 trader_client\Trade\Bin\
@copy /Y 
..\..\stocktrader\dotnet\trader_client\StockTraderWebApplicationUIModelClasses\bin\release\*.dll
 trader_client\Trade\Bin\
+...@mkdir config_service
+...@mkdir config_service\bin
+...@xcopy /E /Q /Y /I ..\..\stocktrader\dotnet\config_service\bin\release 
config_service\bin\release\
@mkdir business_service
@mkdir business_service\bin
@xcopy /E /Q /Y /I ..\..\stocktrader\dotnet\business_service\bin\release 
business_service\bin\release\


Reply via email to