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