From stonehenge-commits-return-523-apmail-incubator-stonehenge-commits-archive=incubator.apache.org@incubator.apache.org Wed Nov 11 19:23:47 2009 Return-Path: Delivered-To: apmail-incubator-stonehenge-commits-archive@minotaur.apache.org Received: (qmail 11307 invoked from network); 11 Nov 2009 19:23:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Nov 2009 19:23:47 -0000 Received: (qmail 66344 invoked by uid 500); 11 Nov 2009 19:23:47 -0000 Delivered-To: apmail-incubator-stonehenge-commits-archive@incubator.apache.org Received: (qmail 66309 invoked by uid 500); 11 Nov 2009 19:23:46 -0000 Mailing-List: contact stonehenge-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stonehenge-dev@incubator.apache.org Delivered-To: mailing list stonehenge-commits@incubator.apache.org Received: (qmail 66300 invoked by uid 99); 11 Nov 2009 19:23:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2009 19:23:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2009 19:23:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6A44E238889D; Wed, 11 Nov 2009 19:23:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r835023 - /incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd Date: Wed, 11 Nov 2009 19:23:23 -0000 To: stonehenge-commits@incubator.apache.org From: bendewey@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091111192323.6A44E238889D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bendewey Date: Wed Nov 11 19:23:23 2009 New Revision: 835023 URL: http://svn.apache.org/viewvc?rev=835023&view=rev Log: STONEHENGE-45 take2, for Nick 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=835023&r1=835022&r2=835023&view=diff ============================================================================== --- incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd (original) +++ incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd Wed Nov 11 19:23:23 2009 @@ -85,11 +85,11 @@ "%MSBuildToolsPath%msbuild" StockTraderWebAppSolution.sln /t:Build /p:Configuration=Release;Platform="Any CPU" @REM Fix for STONEHENGE-45 -rmdir /s /q "Trade\bin" -mkdir "Trade\bin" -xcopy /y "bin\Debug\*" "Trade\bin" -xcopy /y "StockTraderWebApplicationUIModelClasses\bin\Debug\*" "Trade\bin" -xcopy /y "BusinessServiceClient\bin\Debug\*" "Trade\bin" +rmdir /s /q "Trade\bin\" +mkdir "Trade\bin\" +xcopy /y "bin\Debug\*" "Trade\bin\" +xcopy /y "StockTraderWebApplicationUIModelClasses\bin\Debug\*" "Trade\bin\" +xcopy /y "BusinessServiceClient\bin\Debug\*" "Trade\bin\" @cd ..\identity_provider @if not exist IdentityProviderSolution.sln Goto :Error1