Re: ant build problem

2004-09-09 Thread Dirk Husemann
Suraj Acharya wrote: 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

RE: ant build problem

2004-09-09 Thread Mark D. Hansen
I replaced JDE's default ant script (/usr/bin/ant) with the simple wrapper script called ant-jde shown below: #!/bin/bash ant $@ 21 This wrapper simply redirects stderr to stdout. That seems to solve the problem, which is apparently caused by the *compilation* buffer not being able to handle an

Fwd: Default directory for project files

2004-09-09 Thread Ping Liang
Paul, You are right that things like jde-gloabl-classpath works already. So whatever I did wouldn't have any effect on them. I was wrong when I applied them to the change I made. However, the change I made is still valid. The original intention of the changes are targeted to the statements

problems with jde-java-font-lock-constant-face

2004-09-09 Thread Raul Acevedo
JDEE beta 5 doesn't consistently fontify constants such as FOO_BAR. Sometimes it does, sometimes it doesn't. When it doesn't, if I edit the buffer, it will suddenly fontify properly, but if I reload the file the proper fontification will go away. For example, if I start up emacs without my init