Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.2.0
-
Fix Version/s: None
-
Component/s: application
-
Labels:None
-
Environment:XP, JRE 1.5
Description
fail to delete project directory when deleting project in windows xp,because following code should include File.separator but includes '/':
...
if (deleteProjectFiles) {
try
catch (Exception e)
{ ProjectUIPlugin.log("Error deleting project file", e); //$NON-NLS-1$ } }
...
I want to test and fix this asap.