The string is there, but still exits the compilation buffer:
 
H:\cvsdev\user\jrancier\lookupgenerator\LookupGenerator.java:337: cannot resolve symbol
symbol  : variable KeyEvent 
location: class LookupGenerator
        lookupMenuItem.setMnemonic( KeyEvent.VK_U );
                                    ^
100 errors
 
BUILD FAILED
file:h:/cvsdev/user/jrancier/lookupgenerator/build.xml :26: Compile failed; see the compiler error output for details.
 
Total time: 17 seconds
 
Compilation finished at Wed Sep 18 09:27:53

Jeff
 
p.s., this is using jde-ant.el r1.41
----- Original Message -----
Sent: Wednesday, September 18, 2002 9:04 AM
Subject: Re: ant build


The compilation is running the hook jde-compile-finish-kill-buffer.
This hook looks for the strings "exited abnormally" or "BUILD FAILED"
to be able to tell if the compilation ended up with errors or not.

Since the compilation buffer is disappearing you probably don't have any
of the strings. If you tell me what error string you get in your compilation
buffer I will add it to the hook or fix the regexp.

Javier

--
Javier S. Lopez                
[EMAIL PROTECTED]            Forum Systems, Inc.
(781) 788-4206                  95 Sawyer St., Suite 110,
http://www.forumsys.com         Waltham, MA 02453

Reply via email to