ant -emacs works fine. It is a very cool new feature ! Thanks
Laurent Mirguet
GSM : 06 09 13 24 04
ICQ : 37934822
| [EMAIL PROTECTED]
11/15/00 11:31 AM
|
To: [EMAIL PROTECTED] cc: 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
