[Bug 797] New: Compiler error message does not display entire file name and path

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Sat Oct 1 04:44:28 PDT 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=797

           Summary: Compiler error message does not display entire file name
                    and path
           Product: IcedTea
           Version: 6-hg
          Platform: all
               URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638805
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: IcedTea6
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: drazzib at drazzib.com


When there is a compilation error, the error message does not display the
entire filepath and filename. It only displays the filename without the path.

This causes problems using vim quickfix, because it tries to open a file in the
current directory, not where the file really is.

It seems to work previously on IcedTea6 1.8.9 but now fails on IcedTea6 HEAD :

----------------
/usr/lib/jvm/java-6-openjdk/bin/java -version
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8.9) (6b18-1.8.9-0.1~squeeze1)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)

/usr/lib/jvm/java-6-openjdk/bin/javac src/Test.java
src/Test.java:4: cannot find symbol
symbol  : variable a
location: class Test
System.out.println(a);
----------------
/usr/lib/jvm/java-6-openjdk-amd64/bin/java -version
java version "1.6.0_23"
OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre10-1)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)

/usr/lib/jvm/java-6-openjdk-amd64/bin/javac src/Test.java
Test.java:4: cannot find symbol
symbol  : variable a
location: class Test
System.out.println(a);
----------------

FTR, it also display full path under IcedTea7 2.0pre.

Regards,


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the distro-pkg-dev mailing list