[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 97448] Java Support/Ant Project: Ant should be executed with the "-emacs" argument
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2005-01-19 22:56:46
Message-ID: 20050119225646.17263.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=97448         




------- Additional Comments From kdtonline poczta onet pl  2005-01-19 23:56 -------
KDevelop doesn't know how to handle the standard Ant output correctly,
and merges all Java compilation warnings and errors into one long warning.
This "big" warning is printed to "Messages" output, but is almost unusable.

Standard Ant output w/o "-emacs":

    [javac] Compiling 90 source files to /home/kdt/Documents/src/makagiga/build
    [javac] /home/me/src/SimpleListCellRenderer.java:32: warning: [unchecked] unchecked cast
    [javac] found   : java.lang.Object
    [javac] required: V
    [javac]             onRender((V)value);
    [javac]                             ^


Ant output with "-emacs" argument.
This output is correctly printed to "Messages":

/home/me/src/SimpleListCellRenderer.java:32: warning: [unchecked] unchecked cast
found   : java.lang.Object
required: V
                onRender((V)value);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic