MapServer / MapServer-import

3 stars 2 forks source link

Can't compile test #1870

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: dnadeau@pop600.gsfc.nasa.gov Date: 2006/08/20 - 00:43

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
tbonfort commented 12 years ago

Author: unicoletti Date: 2006/08/21 - 09:08

Duplicate of #1869. Keeping that as it has some comments.

*** This bug has been marked as a duplicate of 1869 ***