Venkat
What version of jde-ant.el are you compiling (is it the version that came
with jde-2.2.8 or did you get the latest from CVS)?
How are you performing the byte-code compilation? From within Emacs? What
is your load-path?
Do the jde-ant functions work properly if you don't byte-compile?
Jason
P.S. Please cc the jde mailing list ([EMAIL PROTECTED]) with any future
jde-ant questions -- you'll almost certainly get a more timely and more
intelligent response :)
Venkat
<vsonnath@hotm To: [EMAIL PROTECTED]
ail.com> cc:
Sent by: Subject: Errors compiling the latest
jde-ant.el
nobody
<nobody@source
forge.net>
11/30/01 05:32
PM
Hi,
Thanks for you jde-ant.el. But I am getting the following
errors when I try to byte compile.
Compiling file /home/vsonnath/emacs/jde/lisp/jde-ant.el at
Fri Nov 30 17:26:53 2001
While compiling jde-ant-build:
** malformed let binding: (jde-ant-build-command jde-ant-
current-buildfile
jde-ant-interactive-target jde-ant-interactive-args)
** malformed let binding: (default directory (file-name-
directory prj-file))
** reference to free variable jde-ant-enable-find
** reference to free variable directory
While compiling jde-ant-projecthelp:
** reference to free variable jde-ant-read-buildfile
** reference to free variable jde-ant-buildfile
** assignment to free variable jde-ant-buildfile
** reference to free variable jde-ant-enable-find
While compiling jde-ant-current-buildfile:
** reference to free variable jde-ant-read-buildfile
** reference to free variable jde-ant-buildfile
** assignment to free variable jde-ant-buildfile
** reference to free variable jde-ant-default-buildfile
** reference to free variable jde-ant-enable-find
While compiling jde-ant-open-buildfile:
** reference to free variable jde-ant-read-buildfile
** reference to free variable jde-ant-buildfile
** assignment to free variable jde-ant-buildfile
** reference to free variable jde-ant-enable-find
While compiling the end of the data:
** the function jde-build-ant-command is not known to be
defined.
I am using Emacs 20.7.1 with JDE 2.2.8
Thanks a lot.