[mapguide-commits] r9773 - sandbox/jng/vanilla_swig/Bindings

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Nov 12 06:23:29 PST 2020


Author: jng
Date: 2020-11-12 06:23:29 -0800 (Thu, 12 Nov 2020)
New Revision: 9773

Modified:
   sandbox/jng/vanilla_swig/Bindings/TODO.txt
Log:
We are seeing messages now in caught .net MgException instances

Modified: sandbox/jng/vanilla_swig/Bindings/TODO.txt
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/TODO.txt	2020-11-12 14:21:51 UTC (rev 9772)
+++ sandbox/jng/vanilla_swig/Bindings/TODO.txt	2020-11-12 14:23:29 UTC (rev 9773)
@@ -1,4 +1,4 @@
- - [ ] Check that .net error messages are being read (https://github.com/jumpinjackie/mapguide-api-bindings/issues/35)
+ - [x] Check that .net error messages are being read (https://github.com/jumpinjackie/mapguide-api-bindings/issues/35)
  - Split .net binding into the Foundation/Geometry/PlatformBase/MapGuideCommon/Web layout (https://github.com/jumpinjackie/mapguide-api-bindings/issues/18)
    - [ ] Add CentOS 6 Dockerfile that
       - Install SWIG and common libs tarball (from docker build system)
@@ -13,7 +13,7 @@
    - [ ] Run SWIG in XML mode to produce an XML of the MapGuide API surface
    - [ ] Update ClassMapGen tool to generate class id files for .net/Java/PHP based on this XML file
  - Test Suite
-   - [x] Sync up current test data under /UnitTest to match what is in GitHub repox
+   - [x] Sync up current test data under /UnitTest to match what is in GitHub repo
    - [x] Add test data setup script for .net/Java test suites to copy the synced up test data under /UnitTest to the location the test suite is expecting
  - Java binding
    - [ ] Re-shuffle MgBase64 and AppThrowable to a .internal package (so we can bulk svn ignore *.java/*.class in the current dir where sources are generated)



More information about the mapguide-commits mailing list