Opened 17 years ago

Closed 17 years ago

#1463 closed defect (fixed)

missing java import stmt

Reported by: condit@… Owned by: 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 (4)

comment:2 by warmerdam, 17 years ago

Description: modified (diff)
Milestone: 1.4.1
Owner: changed from collinsb@… to aaime
Priority: highestnormal

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.

comment:3 by warmerdam, 17 years ago

Description: modified (diff)

in reply to:  2 comment:4 by aaime, 17 years ago

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.

comment:5 by aaime, 17 years ago

Resolution: fixed
Status: newclosed

Fixed both on trunk and 1.4 branch.

Note: See TracTickets for help on using tickets.