[mapguide-commits] r9793 - in sandbox/jng/vanilla_swig/Bindings: . src/Managed/Java/org/osgeo/mapguide

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Nov 19 03:28:37 PST 2020


Author: jng
Date: 2020-11-19 03:28:37 -0800 (Thu, 19 Nov 2020)
New Revision: 9793

Modified:
   sandbox/jng/vanilla_swig/Bindings/TODO.txt
   sandbox/jng/vanilla_swig/Bindings/src/Managed/Java/org/osgeo/mapguide/
Log:
Due to java's strict package/directory 1:1 mapping requirement and javac's inability to accept glob expressions, it is actually difficult to move our non-autogen'd java classes to a sub package and still be able to compile everything from a single javac call. So instead we'll just bulk ignore all *.java files and hope that SVN will still respect the .java files already checked in

Modified: sandbox/jng/vanilla_swig/Bindings/TODO.txt
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/TODO.txt	2020-11-19 10:52:23 UTC (rev 9792)
+++ sandbox/jng/vanilla_swig/Bindings/TODO.txt	2020-11-19 11:28:37 UTC (rev 9793)
@@ -28,8 +28,7 @@
  - Test Suite
    - [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)
+ - Java binding are generated)
    - [x] Verify test suite still passes (Windows)
    - [ ] Verify test suite still passes (Linux)
  - Migrate to SWIG 4.0.0 (https://github.com/jumpinjackie/mapguide-api-bindings/issues/36)

Index: sandbox/jng/vanilla_swig/Bindings/src/Managed/Java/org/osgeo/mapguide
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Managed/Java/org/osgeo/mapguide	2020-11-19 10:52:23 UTC (rev 9792)
+++ sandbox/jng/vanilla_swig/Bindings/src/Managed/Java/org/osgeo/mapguide	2020-11-19 11:28:37 UTC (rev 9793)

Property changes on: sandbox/jng/vanilla_swig/Bindings/src/Managed/Java/org/osgeo/mapguide
___________________________________________________________________
Modified: svn:ignore
## -1 +1,2 ##
 *.class
+*.java


More information about the mapguide-commits mailing list