[mapguide-commits] r9990 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Oct 18 05:18:23 PDT 2022


Author: jng
Date: 2022-10-18 05:18:22 -0700 (Tue, 18 Oct 2022)
New Revision: 9990

Modified:
   trunk/MgDev/build.bat
Log:
#2852: Fix up bad copy commands in build.bat

Modified: trunk/MgDev/build.bat
===================================================================
--- trunk/MgDev/build.bat	2022-10-17 11:04:34 UTC (rev 9989)
+++ trunk/MgDev/build.bat	2022-10-18 12:18:22 UTC (rev 9990)
@@ -1,4 +1,4 @@
- at echo on
+ at echo off
 rem MapGuide build script for windows
 rem
 rem Author: Jackie Ng (jumpinjackie at gmail.com)
@@ -306,7 +306,7 @@
 echo [install]: Server - WMS
 %XCOPY% "%MG_SERVER%\bin\%TYPEBUILD%\wms" "%MG_OUTPUT_SERVER%\wms"
 echo [install]: Server - DBXML
-copy /Y "%MG_BUILD_DBXML_EXE_PATH%\*.exe" "%MG_OUTPUT_SERVER%\bin" /EXCLUDE:%CONFIGURATION%_excludes.txt
+copy /Y "%MG_BUILD_DBXML_EXE_PATH%\*.exe" "%MG_OUTPUT_SERVER%\bin"
 echo [install]: Server - RepositoryAdmin
 %XCOPY% "%MG_SERVER%\RepositoryAdmin" "%MG_OUTPUT_SERVER%\RepositoryAdmin"
 echo [install]: CsMap Dictionaries
@@ -322,10 +322,6 @@
 if "%TYPECOMPONENT%"=="web" goto quit
 
 :install_web
-echo [install]: Web Tier - dll setup
-pushd "%MG_WEB_SRC%\MapGuideApi"
-call copydlls.bat %TYPEBUILD% %CONFIGURATION%
-popd
 echo [install]: Web Tier - localized
 %XCOPY% "%MG_WEB_SRC%\localized" "%MG_OUTPUT_WEB%\www\localized"
 echo [install]: Web Tier - mapadmin



More information about the mapguide-commits mailing list