RE: ant build problem

2004-09-08 Thread Mark D. Hansen
I just figured out a way to redirect stderr to stdout as described here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg07707.html. That seems to solve the problem. I'm doing this by setting the JDE Ant Args to "-emacs 2>&1". That only works if I am building the default target, however. Anybo

Re: ant build problem

2004-09-08 Thread Mark D. Hansen
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 -

Re: ant build problem

2004-09-08 Thread Suraj Acharya
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.

RE: ant build problem

2004-09-08 Thread Mark D. Hansen
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]