Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.2.M2, UDIG 1.2.M3
-
Fix Version/s: UDIG 1.2.M8
-
Component/s: catalog, metadata and search
-
Labels:None
-
Environment:Windows Xp, Eclipse Ganymede, jre1.6.0_07_win32_gdal.zip
Description
When I use the Udig SDK 1.2M2,M3 directly or from the Eclipse(after seeting as the target platform), It does not persist the catalog. Say, I opened a shape file "C:/Data/countries.shp" and closed the Udig. Now again when I reopen SDK, the file is not getting opened by itself. When I select the file in catalog view, It shows "shapefile not found:file:/../../../C:/Data/countries.shp". After closing the Udig again, It appends some more characters to the path, like "shapefile not found:file:/../../../../../../../C:/Data/countries.shp". I am not able to understand the problem. Also jpg and tiff files are not persisted at all i.e. they don't appear in the catalog after restart. Please help. I am attaching a screenshot for your reference.
NOTE: I have not modified the SDK.
I am using Udig SDK1.2M3 as my target platform and Xp as the OS and Eclipse Ganymede and jre1.6.0_07_win32_gdal as the development environment. When I run the custom Application, the layer name does not get appeared in the catalog view. Also when, I try to export the layer(e.g. layer to shape), I get a null pointer exception, as the layer name is not present in its dialog. I would like to add that there is no space between the path string of the layer(e.g. /E:/Rahul/data/uDigSampleData/countries.shp). Also the layer is still not getting persisted on the catalog after changing the path.