Fellow JDEE-Users, Invoking the command jde-build with setup for ANT ends with a message in the *compilation* buffer:
Buildfile: 'h:\repositories\development\build.xml' does not exist! The build file is there. The problem are the single quotes. That diff shows the change in jde-ant.el the makes it work again: 253c253,255 < (not (featurep 'xemacs)))) --- > (not (or > (featurep 'xemacs) > (eq system-type 'windows-nt))))) I'm not exactly sure whether that's a bug (and the suggested workaround candidate for a permanent fix for it) or the real problem would be somewhere else. Just thought I should share what I've experienced. Regards Stefan P.S.: Environment details: Windows 2000 SP3 GNU Emacs 21.3.1 (i386-msvc-nt5.0.2195) of 2003-03-28 on buffy Ant 1.5.2 JDEE 2.3.3beta5
