You need to add the following to your jde-mode-hook.
 
  (add-to-list 'compilation-error-regexp-alist 
        '("^\\s-*\\[[^]]*\\]\\s-*\\(.+\\):\\([0-9]+\\):" 1 2))

Ron Denis
E-mail : [EMAIL PROTECTED]
Consultant
Lucent Technologies Inc.

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 15, 2000 5:32 AM
To: [EMAIL PROTECTED]
Subject: jde + ant



I am using ant for building my project. 
When I get errors in the *compilation* buffer, I can't click on the error to
go to the line where I made a mistake. (surely because ant put some [javac]
tags in the output of javac) ex: 

cd c:/Ucabail/dev/ 
ant.bat fast 
Buildfile: build.xml 

create_dirs: 

compile: 
    [javac] Compiling 6 source files to C:\Ucabail\Prod\app\classes 
    [javac] C:\Ucabail\dev\java\ucabail\dpv\app\bb\BBServiceImpl.java:219:
Method getImplementationDate() not found in interface
com.trilogy.sc.IUCAProposal. 
    [javac]       (proposal.getImplementationDate ()); 
    [javac]                                       ^ 
    [javac] C:\Ucabail\dev\java\ucabail\dpv\app\bb\BBServiceImpl.java:432:
Method getNetPrice() not found in interface com.trilogy.sc.IUCAGood. 

Do you know how to solve my problem ? 

Laurent Mirguet
GSM : 06 09 13 24 04
ICQ : 37934822

Reply via email to