Opened 13 years ago

Closed 13 years ago

#3887 closed defect (fixed)

java - mapscript threadtests failed

Reported by: orkun Owned by: unicoletti
Priority: normal Milestone:
Component: MapScript-Java Version: 6.0
Severity: normal Keywords:
Cc: umberto.nicoletti@…

Description

After mapscript.jar created, There seems to be problem with java - mapscript threadtests

Could you have look at the output: ../mapserver-6.0.0/mapscript/java$ make threadtests javac -cp ./mapscript.jar -d tests/threadtest/ tests/threadtest/*.java tests/threadtest/MapThread.java:60: cannot find symbol symbol : method getFeature(int,int) location: class edu.umn.gis.mapscript.layerObj

shapeObj shape=layer.getFeature(0,-1);

Change History (2)

comment:1 by unicoletti, 13 years ago

Status: newassigned

comment:2 by unicoletti, 13 years ago

Resolution: fixed
Status: assignedclosed

Rewrote the test to account for api changes. Fixed in r11740.

Note: See TracTickets for help on using tickets.