Opened 18 years ago

Closed 18 years ago

#1870 closed defect (duplicate)

Can't compile test

Reported by: dnadeau@… Owned by: unicoletti
Priority: high Milestone:
Component: MapScript-Java Version: 4.10
Severity: normal Keywords:
Cc:

Description

QueryByAttribute does not use imageObj. Line one should be deleted.

1. WARNING in examples/QueryByAttribute.java (at line 1)
        import edu.umn.gis.mapscript.imageObj;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import edu.umn.gis.mapscript.imageObj is never used
----------

In RunTimeBuiltWMSClient.java methods setMap and setWeb do not exist. If delete,
the tests run fine.
 
----------
2. ERROR in examples/RunTimeBuiltWMSClient.java (at line 48)
        web.setMap(map);
            ^^^^^^
The method setMap(mapObj) is undefined for the type webObj
----------
3. ERROR in examples/RunTimeBuiltWMSClient.java (at line 49)
        map.setWeb(web);
            ^^^^^^
The method setWeb(webObj) is undefined for the type mapObj
----------
gmake: *** [test] Erreur 255

Denis

Change History (1)

comment:1 by unicoletti, 18 years ago

Resolution: duplicate
Status: newclosed
Duplicate of #1869. Keeping that as it has some comments.

*** This bug has been marked as a duplicate of 1869 ***
Note: See TracTickets for help on using tickets.