> Von: Marc Brooks [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 15. Oktober 2002 16:42 > > Hi all - > I am trying to get JDEE to work with Ant, but I don't seem to have the > variable jde-ant-program. From looking at the archives, I need to set > this. In the interium, I have set my project up to use 'ant' as the > make program command. It works, but it doesn't parse the > compile error > output. I've included my .emacs and prj.el, in case that helps. >
Marc, I struggled a couple of hours with Ant as well. Here are the Ant related entries from my prj.el: '(jde-ant-program "c:/dev/jakarta-ant-1.4/bin/ant.bat") '(jde-ant-enable-find t) '(jde-ant-read-buildfile nil) '(jde-ant-read-target t) '(jde-ant-home "c:/dev/jakarta-ant-1.4") '(jde-ant-complete-target nil) > Thanks > Marc > Hth, Christian
