Yes - works fine from my shell (bash). Also works in an emacs *shell*. Seems like it is something related to *compilation*. There are some posts here about the "code 129" problem that others have seen, but no solutions.
My environment is debian/test. I'm running jde2.3.4beta5. Thanks, Mark -----Original Message----- From: Suraj Acharya [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 9:10 PM To: Mark D. Hansen Cc: JDE (E-mail) Subject: Re: ant build problem Hi Mark, Have you tried running the ant command from your shell to see if it completes sucessfully? Use the same arguments that emacs is passing to ant: ant -Dant.home=/usr/share/ant -buildfile '/home/mhansen/chap5/oneway/build.xml' -emacs init Suraj On Wed, 8 Sep 2004 21:01:29 -0400, Mark D. Hansen <[EMAIL PROTECTED]> wrote: > One more thing on this ... > > I've read all the posts related to jde-ant-build and can't find this problem. My problem is NOT related to the \' delimiter around the buildfile. > > Thanks for any possible help / ideas. > > -- Mark > > > > -----Original Message----- > From: Mark D. Hansen [mailto:[EMAIL PROTECTED] > Sent: Monday, September 06, 2004 12:08 AM > To: JDE (E-mail) > Subject: ant build problem > > When I try to build (any target / any build file) C-c C-v C-b, I get the following error message: > > error in process sentinel: byte-code: No more errors > error in process sentinel: No more errors > > ... and the following in the compilation window (abnormal exit): > > cd ~/chap5/oneway/ > ant -Dant.home=/usr/share/ant -buildfile '/home/mhansen/chap5/oneway/build.xml' -emacs init > Buildfile: /home/mhansen/chap5/oneway/build.xml > > Compilation exited abnormally with code 129 at Mon Sep 6 00:04:30 > > ... > > Does anyone have any ideas? Sorry if this is a dumb mistake, but I'm new to JDE and don't understand elisp particularly well. > > Thanks, > > Mark > > >
