[mapguide-commits] r7102 - trunk/MgDev
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Tue Oct 9 09:33:01 PDT 2012
Author: jng
Date: 2012-10-09 09:33:00 -0700 (Tue, 09 Oct 2012)
New Revision: 7102
Modified:
trunk/MgDev/build_desktop.bat
trunk/MgDev/build_fusion.bat
trunk/MgDev/stampassemblies.bat
Log:
Update batch files from 2.4 branch
Modified: trunk/MgDev/build_desktop.bat
===================================================================
--- trunk/MgDev/build_desktop.bat 2012-10-09 15:56:48 UTC (rev 7101)
+++ trunk/MgDev/build_desktop.bat 2012-10-09 16:33:00 UTC (rev 7102)
@@ -13,6 +13,7 @@
rem ==================================================
SET MG_OUTPUT_DESKTOP=%MG_OUTPUT%\Desktop
+SET MG_OUTPUT_SAMPLES=%MG_OUTPUT%\DesktopSamples
SET VS_SLN_SUFFIX=
IF "%VC_COMPILER_VERSION%" == "10" SET VS_SLN_SUFFIX=_VS2010
@@ -29,8 +30,20 @@
%MSBUILD% /p:Platform=%DESKTOP_PLATFORM% MgDesktopDotNet%VS_SLN_SUFFIX%.sln
if "%errorlevel%"=="1" goto error
popd
+echo [build]: .net intellisense files
+DoxyTransform.exe dotnet "%MG_DOC_XML%" "%MG_OUTPUT_DESKTOP%"
echo [install]: binaries
%XCOPY% "Desktop\bin\%TYPEBUILD%" "%MG_OUTPUT_DESKTOP%" /EXCLUDE:svn_excludes.txt+%CONFIGURATION%_excludes.txt
+pushd "%MG_OUTPUT_DESKTOP%"
+if exist MgMapGuideCommon.dll del MgMapGuideCommon.dll
+if exist OSGeo.MapGuide.MapGuideCommon.xml del OSGeo.MapGuide.MapGuideCommon.xml
+if exist OSGeo.MapGuide.Web.xml del OSGeo.MapGuide.Web.xml
+if exist Backup rd /S /Q Backup
+popd
+echo [install]: Samples
+pushd Desktop
+%XCOPY% Samples "%MG_OUTPUT_SAMPLES%" /EXCLUDE:samples_exclude.txt
+popd
goto quit
:error
Modified: trunk/MgDev/build_fusion.bat
===================================================================
--- trunk/MgDev/build_fusion.bat 2012-10-09 15:56:48 UTC (rev 7101)
+++ trunk/MgDev/build_fusion.bat 2012-10-09 16:33:00 UTC (rev 7102)
@@ -6,4 +6,6 @@
echo [build]: Web Tier - Build Fusion API docs
call %ANT% docs -f "%MG_OEM%\fusion\build.xml"
echo [build]: Web Tier - fusion
-call %ANT% deploy -Ddeploy.home="%MG_OEM%\fusion_build" -f "%MG_OEM%\fusion\build.xml"
\ No newline at end of file
+call %ANT% deploy -Ddeploy.home="%MG_OEM%\fusion_build" -f "%MG_OEM%\fusion\build.xml"
+echo [build]: Fusion - build pack
+call %ANT% selfbuild -Dselfbuild.home="%MG_OUTPUT%\fusion-selfbuild" -f "%MG_OEM%\fusion\build.xml"
\ No newline at end of file
Modified: trunk/MgDev/stampassemblies.bat
===================================================================
--- trunk/MgDev/stampassemblies.bat 2012-10-09 15:56:48 UTC (rev 7101)
+++ trunk/MgDev/stampassemblies.bat 2012-10-09 16:33:00 UTC (rev 7102)
@@ -22,4 +22,13 @@
popd
pushd "%CD%\Desktop\DesktopUnmanagedApi\DotNet\Partials"
SetAssemblyVersion.exe -set:%1 AssemblyInfo.cs
+popd
+pushd "%CD%\Desktop\MgAppLayout\Properties"
+SetAssemblyVersion.exe -set:%1 AssemblyInfo.cs
+popd
+pushd "%CD%\Desktop\MapViewer\Properties"
+SetAssemblyVersion.exe -set:%1 AssemblyInfo.cs
+popd
+pushd "%CD%\Desktop\MapViewer.Desktop\Properties"
+SetAssemblyVersion.exe -set:%1 AssemblyInfo.cs
popd
\ No newline at end of file
More information about the mapguide-commits
mailing list