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