I have the same set up as you, except that I use cygwin as my shell. It seems to handle the quotes just fine. I would suggest installing it.
The build command is constructed in jde-ant.el. If you don't want to install cygwin, a hackish fix would be to change line 254 of this file to be a space rather than a quote. The correct solution would probably be to modify the if statement to see if the jde-ant-program is the .bat file and provide an alternate delimiter (space?) if this is the case. -Jim > -----Original Message----- > From: Jeba Bhaskaran [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2004 8:21 AM > To: JDE > Subject: JDE Ant Problem > > > Hello All, > I am using Emacs 21.3 with JDEE 2.3.3 on Win XP Pro. > I am trying to build using ant and getting the > following problem: Emacs puts quotes around the build > file name and ant in interpreting the quotes as part > of the file name. How to tell Emacs or JDEE not to put > quotes around the file name? Example of the error is > pasted below: > > c:/apache-ant-1.6.0/bin/ant.bat > -Dant.home=c:/apache-ant-1.6.0 -buildfile > 'c:/project/ant/build.xml' -emacs build-project-ejb > Buildfile: 'c:\heartbeat\ant\build.xml' does not > exist! > Build failed > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business $15K Web Design Giveaway > http://promotions.yahoo.com/design_giveaway/ > This E-mail message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply E-mail, and destroy all copies of the original message.
