I have the same problem and I can certify you that the string "BUILD FAILED" is present in the compilation buffer when building with Ant. The only problem is with Ant though, when compiling a single file, the buffer goes away only if there is no error i.e. "exited abnormally" is not present in the buffer.
Jean -----Original Message----- From: Javier S. Lopez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 9:05 AM To: Jeff Rancier Cc: Alex Ott; [EMAIL PROTECTED] 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
