Canonicalize file names to help debugger.
git-svn-id: svn://10.0.0.236/trunk@84544 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -262,6 +262,7 @@ public class Main {
|
||||
in.close();
|
||||
in = new FileReader(filename);
|
||||
}
|
||||
filename = new java.io.File(filename).getCanonicalPath();
|
||||
}
|
||||
catch (FileNotFoundException ex) {
|
||||
Context.reportError(ToolErrorReporter.getMessage(
|
||||
|
||||
@@ -262,6 +262,7 @@ public class Main {
|
||||
in.close();
|
||||
in = new FileReader(filename);
|
||||
}
|
||||
filename = new java.io.File(filename).getCanonicalPath();
|
||||
}
|
||||
catch (FileNotFoundException ex) {
|
||||
Context.reportError(ToolErrorReporter.getMessage(
|
||||
|
||||
Reference in New Issue
Block a user