Re: flymake integration for the eclipse java compiler
Jason Coffin <[email protected]> Thu, 26 Apr 2007 08:46:22 -0400
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <20070426124622.GA5507@localdomain> |
On Wed, Apr 25, 2007 at 09:42:58PM -0700, Suraj Acharya wrote:
> >Almost have it. Now the first line of my source file will highlight as
> >an error when there are errors in the file but none of the other
> >errors will be highlighted, only the first line (even if that line has
> >no error).
> >
> >If there are no errors in the file then there will be no highlights as
> >expected.
> >
>
> Can attach some of the debug output ?
>
Sure this is the output:
received 286 byte(s) of output from process 1496
output : c:\Documents and Settings\jcoffin\Local Settings\Temp\54987619\ISPSpamComplaintHandler.java:50: error: Syntax error on token "stati", static expected
public stati final String MAIL_SERVER_NAME = "backoffice.ISPSpamCompliantHandler.ServerName.";
^^^^^
1 problem (1 error)
bsh %
file e:/work/LTY-P000039/backoffice/process/src/main/java/com/upromise/backoffice/daemons/ISPSpamComplaintHandler.java, init=jde-ecj-server-flymake-init
parse line: file-idx=2 line-idx=4 file=c:\Documents and Settings\jcoffin\Local Settings\Temp\54987619\ISPSpamComplaintHandler.java line=50 text=error: Syntax error on token "stati", static expected
get-real-file-name: file-name=c:\Documents and Settings\jcoffin\Local Settings\Temp\54987619\ISPSpamComplaintHandler.java real-name=c:/Documents and Settings/jcoffin/Local Settings/Temp/54987619/ISPSpamComplaintHandler.java
parsed 'c:\Documents and Settings\jcoffin\Local Settings\Temp\54987619\ISPSpamComplaintHandler.java:50: error: Syntax error on token "stati", static expected', got line-err-info
parsed ' public stati final String MAIL_SERVER_NAME = "backoffice.ISPSpamCompliantHandler.ServerName.";', no line-err-info
parsed ' ^^^^^', no line-err-info
parsed '1 problem (1 error)', no line-err-info
file e:/work/LTY-P000039/backoffice/process/src/main/java/com/upromise/backoffice/daemons/ISPSpamComplaintHandler.java, init=jde-ecj-server-flymake-init
server process 1496 "exited" with output c:\Documents and Settings\jcoffin\Local Settings\Temp\54987619\ISPSpamComplaintHandler.java:50: error: Syntax error on token "stati", static expected
public stati final String MAIL_SERVER_NAME = "backoffice.ISPSpamCompliantHandler.ServerName.";
^^^^^
1 problem (1 error)
bsh %
cleaning up using jde-ecj-flymake-cleanup
deleted file c:/DOCUME~1/jcoffin/LOCALS~1/Temp/54987619/ISPSpamComplaintHandler.java
file e:/work/LTY-P000039/backoffice/process/src/main/java/com/upromise/backoffice/daemons/ISPSpamComplaintHandler.java, init=jde-ecj-server-flymake-init
parsed 'bsh % ', no line-err-info
created an overlay at (1-41)
ISPSpamComplaintHandler.java: 1 error(s), 0 warning(s) in 0.64 second(s)