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:
nboyd%atg.com
2001-01-08 02:12:52 +00:00
parent 04a4d665ed
commit 796b9043b4
2 changed files with 2 additions and 0 deletions

View File

@@ -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(

View File

@@ -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(