You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2005/09/10 21:15:21 UTC

svn commit: r280028 - in /struts/sandbox/trunk/overdrive/Agility: Agility.sln Core/Core.csproj Test/Test.csproj postbuild.bat

Author: husted
Date: Sat Sep 10 12:15:14 2005
New Revision: 280028

URL: http://svn.apache.org/viewcvs?rev=280028&view=rev
Log:
OVR-15
* Add postsbuild.bat to move BINs into a common repository (local-cache).

Added:
    struts/sandbox/trunk/overdrive/Agility/postbuild.bat
Modified:
    struts/sandbox/trunk/overdrive/Agility/Agility.sln
    struts/sandbox/trunk/overdrive/Agility/Core/Core.csproj
    struts/sandbox/trunk/overdrive/Agility/Test/Test.csproj

Modified: struts/sandbox/trunk/overdrive/Agility/Agility.sln
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/overdrive/Agility/Agility.sln?rev=280028&r1=280027&r2=280028&view=diff
==============================================================================
--- struts/sandbox/trunk/overdrive/Agility/Agility.sln (original)
+++ struts/sandbox/trunk/overdrive/Agility/Agility.sln Sat Sep 10 12:15:14 2005
@@ -22,6 +22,9 @@
 		{52B62C70-A39E-48BA-9759-DB33DB8F099F}.Release.ActiveCfg = Release|.NET
 		{52B62C70-A39E-48BA-9759-DB33DB8F099F}.Release.Build.0 = Release|.NET
 	EndGlobalSection
+	GlobalSection(SolutionItems) = postSolution
+		postbuild.bat = postbuild.bat
+	EndGlobalSection
 	GlobalSection(ExtensibilityGlobals) = postSolution
 	EndGlobalSection
 	GlobalSection(ExtensibilityAddIns) = postSolution

Modified: struts/sandbox/trunk/overdrive/Agility/Core/Core.csproj
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/overdrive/Agility/Core/Core.csproj?rev=280028&r1=280027&r2=280028&view=diff
==============================================================================
--- struts/sandbox/trunk/overdrive/Agility/Core/Core.csproj (original)
+++ struts/sandbox/trunk/overdrive/Agility/Core/Core.csproj Sat Sep 10 12:15:14 2005
@@ -17,7 +17,7 @@
                 DelaySign = "false"
                 OutputType = "Library"
                 PreBuildEvent = ""
-                PostBuildEvent = ""
+                PostBuildEvent = "$(SolutionDir)postbuild.bat    $(TargetDir)  $(TargetName)  $(SolutionName)  $(SolutionDir)"
                 RootNamespace = "Agility.Core"
                 RunPostBuildEvent = "OnBuildSuccess"
                 StartupObject = ""

Modified: struts/sandbox/trunk/overdrive/Agility/Test/Test.csproj
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/overdrive/Agility/Test/Test.csproj?rev=280028&r1=280027&r2=280028&view=diff
==============================================================================
--- struts/sandbox/trunk/overdrive/Agility/Test/Test.csproj (original)
+++ struts/sandbox/trunk/overdrive/Agility/Test/Test.csproj Sat Sep 10 12:15:14 2005
@@ -17,7 +17,7 @@
                 DelaySign = "false"
                 OutputType = "Library"
                 PreBuildEvent = ""
-                PostBuildEvent = ""
+                PostBuildEvent = "$(SolutionDir)postbuild.bat  $(TargetDir)  $(TargetName)  $(SolutionName)  $(SolutionDir)"
                 RootNamespace = "Agility.Core"
                 RunPostBuildEvent = "OnBuildSuccess"
                 StartupObject = ""
@@ -76,7 +76,7 @@
                 />
                 <Reference
                     Name = "System.XML"
-                    AssemblyName = "System.XML"
+                    AssemblyName = "System.Xml"
                     HintPath = "..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
                 />
                 <Reference

Added: struts/sandbox/trunk/overdrive/Agility/postbuild.bat
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/overdrive/Agility/postbuild.bat?rev=280028&view=auto
==============================================================================
--- struts/sandbox/trunk/overdrive/Agility/postbuild.bat (added)
+++ struts/sandbox/trunk/overdrive/Agility/postbuild.bat Sat Sep 10 12:15:14 2005
@@ -0,0 +1,3 @@
+REM %LOCAL_CACHE% doesn't work.
+CD %4
+COPY %1%2.* ..\local-cache\%3



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org