Ticket #1463 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

missing java import stmt

Reported by: condit@sdsc.edu Assigned to: aaime
Priority: normal Milestone: 1.4.1
Component: JavaBindings Version: 1.4.0
Severity: normal Keywords:
Cc:

Description (Last modified by warmerdam)

I'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...

Change History

(follow-up: ↓ 4 ) 03/26/07 23:32:16 changed by warmerdam

  • priority changed from highest to normal.
  • owner changed from collinsb@mitre.org to aaime.
  • description changed.
  • milestone set to 1.4.1.

Andrea,

Is this something that has already been resolved? Should it be retrofit to the gdal 1.4 branch?

PS. I've taken the liberty of changing you to be the default assignee for java bindings issues.

03/26/07 23:33:09 changed by warmerdam

  • description changed.

(in reply to: ↑ 2 ) 03/27/07 03:48:43 changed by aaime

Replying to warmerdam:

Andrea, Is this something that has already been resolved? Should it be retrofit to the gdal 1.4 branch?

I committed a change about this a couple of days ago on trunk. So yeah, it still needs to be ported back to 1.4. I'll do so next weekend.

04/01/07 04:25:29 changed by aaime

  • status changed from new to closed.
  • resolution set to fixed.

Fixed both on trunk and 1.4 branch.