Changes between Version 2 and Version 3 of Ticket #1463


Ignore:
Timestamp:
Mar 26, 2007, 8:33:09 PM (17 years ago)
Author:
warmerdam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1463 – Description

    v2 v3  
    1 {{{
    2 I'm building the GDAL Java swig bindings on windows, but encounter a problem with ogrJNI.java: it lacks import org.gdal.osr.SpatialReference;
    3 If I add this by hand and then run ant, gdal.jar builds fine.
    4 Unfortunately I don't know SWIG so I'm not sure of the proper fix...
    5 }}}
     1I'm building the GDAL Java swig bindings on windows, but encounter a problem with ogrJNI.java: it lacks import org.gdal.osr.SpatialReference;  If I add this by hand and then run ant, gdal.jar builds fine.  Unfortunately I don't know SWIG so I'm not sure of the proper fix...