Changes between Version 3 and Version 4 of MapGuideRfc102
- Timestamp:
- 07/01/10 06:05:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc102
v3 v4 30 30 Continuing with the spirit of using native 3rd party components wherever possible, it is important that dbxml and xqilla be removed from the source tree and the user allowed to install them independently. This would be a more elegant solution and would allow frequent upgrades. This would also motivate us to pass our changes upstream. 31 31 32 == Proposed Solution==32 == Proposed Solution == 33 33 34 34 I propose to allow the user to install Xqilla and DBXML independently, and if already installed to use those existing installation with Mapguide. This involves two steps 35 35 36 36 * Modifying the configure file to include an option --with-dbxml=<install directory>. Default would be /usr . Using this option to configure the makefiles. These modules depend on dbxml source code. (Note that Xqilla is used just by DBXML, so no --with-xqilla option required. Note also that the upgrade for Xqilla requires Xerces and the upgrade is required for it to compile with Xerces 3.1) 37 o./Oem/Makefile.am38 o./Server/src/Services/Resource/Makefile.am39 o./Server/src/Services/Drawing/Makefile.am40 o./Server/src/Core/Makefile.am41 o./Web/src/JavaApi/Makefile.am42 o./Web/src/CgiAgent/Makefile.am43 o./Web/src/WebApp/Makefile.am44 o./Web/src/PhpApi/Makefile.am45 o./Common/Foundation/Makefile.am37 * ./Oem/Makefile.am 38 * ./Server/src/Services/Resource/Makefile.am 39 * ./Server/src/Services/Drawing/Makefile.am 40 * ./Server/src/Core/Makefile.am 41 * ./Web/src/JavaApi/Makefile.am 42 * ./Web/src/CgiAgent/Makefile.am 43 * ./Web/src/WebApp/Makefile.am 44 * ./Web/src/PhpApi/Makefile.am 45 * ./Common/Foundation/Makefile.am 46 46 47 47 48 48 49 == Implications==49 == Implications == 50 50 51 51 None. Testing to be required to see that there are no unwanted 'side-effects'. 52 == Test Plan==52 == Test Plan == 53 53 54 54 Use standard MapGuide unit tests.