[mapguide-commits] r7251 - in sandbox/jng/swig-java: Server/src/Core Web/src

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Dec 8 06:59:44 PST 2012


Author: jng
Date: 2012-12-08 06:59:43 -0800 (Sat, 08 Dec 2012)
New Revision: 7251

Modified:
   sandbox/jng/swig-java/Server/src/Core/Makefile.am
   sandbox/jng/swig-java/Web/src/Makefile.am
Log:
Fix MentorDictionaryPath not being written to webconfig.ini in Linux

Modified: sandbox/jng/swig-java/Server/src/Core/Makefile.am
===================================================================
--- sandbox/jng/swig-java/Server/src/Core/Makefile.am	2012-12-08 14:58:22 UTC (rev 7250)
+++ sandbox/jng/swig-java/Server/src/Core/Makefile.am	2012-12-08 14:59:43 UTC (rev 7251)
@@ -296,6 +296,7 @@
 serverconfig_linux.ini :
 	@sed -e 's#^FdoPath.*=.*#FdoPath                            = $(map_fdo_lib)#' \
              -e 's#^LogsPath.*=.*#LogsPath                           = Logs/#' \
+             -e 's#^MentorDictionaryPath.*=.*#MentorDictionaryPath   = ${mentor_dict_install_dir}#' \
              -e 's#^ResourcesPath.*=.*#ResourcesPath                      = Resources/#' \
              -e 's#^TempPath.*=.*#TempPath                           = Temp/#' \
              -e 's#^WmsDocumentPath.*=.*#WmsDocumentPath                    = Wms/#' \

Modified: sandbox/jng/swig-java/Web/src/Makefile.am
===================================================================
--- sandbox/jng/swig-java/Web/src/Makefile.am	2012-12-08 14:58:22 UTC (rev 7250)
+++ sandbox/jng/swig-java/Web/src/Makefile.am	2012-12-08 14:59:43 UTC (rev 7251)
@@ -5,6 +5,8 @@
 
 prefix=@prefix@/webserverextensions/www
 
+mentor_dict_install_dir=@prefix@/share/gis/coordsys
+
 apachedir = @prefix@/webserverextensions/apache2
 apachemodulesdir = ${apachedir}/modules
 apacheconfdir = ${apachedir}/conf
@@ -58,6 +60,7 @@
 
 install-data-hook:
 	@sed -e 's#^ResourcesPath.*=.*#ResourcesPath                      = ${prefix}/Resources/#' \
+          -e 's#^MentorDictionaryPath.*=.*#MentorDictionaryPath   = ${mentor_dict_install_dir}#' \
           -e 's#^TempPath.*=.*#TempPath                           = ${prefix}/TempDir/#' \
           -e 's#^TemplateRootFolder.*=.*#TemplateRootFolder                 = ${fusiondir}/templates/mapguide#' \
           -e 's#^WidgetInfoFolder.*=.*#WidgetInfoFolder                   = ${fusiondir}/widgets/widgetinfo#' \



More information about the mapguide-commits mailing list