I just installed 2.2.7beta7 under XEmacs 21.1.3.  Things worked ok with
beta6, except for etrace.  

Signaling: (wrong-number-of-arguments #<compiled-function (sym buffer)
"...(6)" [local-variable-p sym buffer t] 4 15941> 1)
  local-variable-if-set-p(jde-run-working-directory)
  (and (local-variable-if-set-p symbol) (quote set))
)
  (or (and (local-variable-if-set-p symbol) (quote set)) (get symbol (quote
custom-set)) (quote set-default))
)
  (let* ((symbol ...) (value ...) (customized ...) (set ...)) (if (or
customized jde-loaded-project-file-version) (put symbol ... ...)) (if
(boundp ...) (progn ... ...) (jde-log-msg "jde-set-variables: Loading %S
from unknown project" symbol)) (when (default-boundp symbol) (funcall set
symbol ...)) (setq args (cdr args)))
)
  (if (listp entry) (let* (... ... ... ...) (if ... ...) (if ... ... ...)
(when ... ...) (setq args ...)))
)
  (let ((entry ...)) (if (listp entry) (let* ... ... ... ... ...)))
)
  (while args (let (...) (if ... ...)))
)
  jde-set-variables((jde-run-working-directory schedinfra-root)
(jde-compile-option-debug (quote ("all"))) (jde-run-read-app-args t)
(jde-run-option-classpath nil) (jde-compile-option-classpath nil)
(jde-global-classpath (list (expand-file-name schedinfra-root)
(expand-file-name "lib/RSTclasses.zip" schedinfra-root) (expand-file-name
"lib/jlfgr-1_0.jar" schedinfra-root) (expand-file-name "lib/jcbwt362J.jar"
schedinfra-root) (expand-file-name "lib/jcchart450K.jar" schedinfra-root)
(expand-file-name "lib/jctable450K.jar" schedinfra-root) (expand-file-name
"lib/jgl3.1.0.jar" schedinfra-root) (expand-file-name "lib/junit-3.4.jar"
schedinfra-root) (expand-file-name "lib/jgl_pd.jar" schedinfra-root)
(expand-file-name "lib/voyager.jar" schedinfra-root) (expand-file-name
"jre/lib/rt.jar" java-home))) (jde-compile-option-deprecation t)
(jde-db-debugger (quote ("jde.debugger.Main" . "Class")))
(jde-db-option-classpath nil) (jde-run-java-vm java-vm)
(jde-run-option-vm-args (quote ("-DASSERT_BEHAVIOR=CONTINUE
-Djava.library.path=./lib"))))
  eval((jde-set-variables (quote (jde-run-working-directory
schedinfra-root)) (quote (jde-compile-option-debug ...)) (quote
(jde-run-read-app-args t)) (quote (jde-run-option-classpath nil)) (quote
(jde-compile-option-classpath nil)) (quote (jde-global-classpath ...))
(quote (jde-compile-option-deprecation t)) (quote (jde-db-debugger ...))
(quote (jde-db-option-classpath nil)) (quote (jde-run-java-vm java-vm))
(quote (jde-run-option-vm-args ...))))
  eval-interactive((jde-set-variables (quote (jde-run-working-directory
schedinfra-root)) (quote (jde-compile-option-debug ...)) (quote
(jde-run-read-app-args t)) (quote (jde-run-option-classpath nil)) (quote
(jde-compile-option-classpath nil)) (quote (jde-global-classpath ...))
(quote (jde-compile-option-deprecation t)) (quote (jde-db-debugger ...))
(quote (jde-db-option-classpath nil)) (quote (jde-run-java-vm java-vm))
(quote (jde-run-option-vm-args ...))))
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp)

---
Jon Schewe | [EMAIL PROTECTED]
*My views may not represent those of my employers

Reply via email to