From stonehenge-commits-return-362-apmail-incubator-stonehenge-commits-archive=incubator.apache.org@incubator.apache.org Tue May 26 17:59:03 2009 Return-Path: Delivered-To: apmail-incubator-stonehenge-commits-archive@minotaur.apache.org Received: (qmail 27879 invoked from network); 26 May 2009 17:59:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 May 2009 17:59:01 -0000 Received: (qmail 32927 invoked by uid 500); 26 May 2009 17:59:14 -0000 Delivered-To: apmail-incubator-stonehenge-commits-archive@incubator.apache.org Received: (qmail 32896 invoked by uid 500); 26 May 2009 17:59:14 -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 32886 invoked by uid 99); 26 May 2009 17:59:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2009 17:59:14 +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; Tue, 26 May 2009 17:59:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B1E1223888CB; Tue, 26 May 2009 17:58:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r778817 - in /incubator/stonehenge/trunk/stocktrader/dotnet: BuildDotNet.cmd UpdateSrc.cmd Date: Tue, 26 May 2009 17:58:49 -0000 To: stonehenge-commits@incubator.apache.org From: drewbai@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090526175849.B1E1223888CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: drewbai Date: Tue May 26 17:58:49 2009 New Revision: 778817 URL: http://svn.apache.org/viewvc?rev=778817&view=rev Log: STONEHENGE-63 (part 1) Separate SVN Update from the Build Script. ( I have added the SVN Update as a separate Utility for convenience) Added: incubator/stonehenge/trunk/stocktrader/dotnet/UpdateSrc.cmd 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=778817&r1=778816&r2=778817&view=diff ============================================================================== --- incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd (original) +++ incubator/stonehenge/trunk/stocktrader/dotnet/BuildDotNet.cmd Tue May 26 17:58:49 2009 @@ -22,15 +22,8 @@ @echo - This cmd file is being starting in [dotnet] dir @echo - Run in Administrator mode -@Echo Suggested Upgrades :) -@Echo 1. We should add logging -@Echo 2. Add release logic and copy to a release folder - @pause -@echo Update the source. This assumes you have your Tortose/SVN functional. -TortoiseProc.exe /command:update /path:"." /closeonend:3 - @echo Build the solutions. This assumes you have your .Net3.5 installed. :: delims is a TAB followed by a space @FOR /F "tokens=2* delims= " %%A IN ( Added: incubator/stonehenge/trunk/stocktrader/dotnet/UpdateSrc.cmd URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/UpdateSrc.cmd?rev=778817&view=auto ============================================================================== --- incubator/stonehenge/trunk/stocktrader/dotnet/UpdateSrc.cmd (added) +++ incubator/stonehenge/trunk/stocktrader/dotnet/UpdateSrc.cmd Tue May 26 17:58:49 2009 @@ -0,0 +1,28 @@ +@REM +@REM Licensed to the Apache Software Foundation (ASF) under one or more +@REM contributor license agreements. See the NOTICE file distributed with +@REM this work for additional information regarding copyright ownership. +@REM The ASF licenses this file to You under the Apache License, Version 2.0 +@REM (the "License"); you may not use this file except in compliance with +@REM the License. You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License. +@REM + +@echo STONEHENGE DOTNET BUILDER +@echo ======================================================================= + +@echo Assumptions +@echo - This cmd file is being starting in [dotnet] dir +@echo - Run in Administrator mode +@echo - This assumes you have Tortoise/SVN installed. + +@echo Update the source. +@pause +TortoiseProc.exe /command:update /path:"." /closeonend:3