Hi Wolfgang,
It would help if you supplied the output of the compile
buffer or the run buffer for your program. The line at
the top of the buffer shows the absolute path that
results from the JDEE converting the relative path
./antlr.
- Paul
Wolfgang Pausch writes:
> Hello,
>
> probably it's my mistake, but I seem to be unable to import a directory-tree
> with external class-files into my project. I have attached prj.el and
> custom.el
>
> prj.el is located in ~/Uni/sep/implementierung/
>
> My problem is that I have included antlr into the global classpath,
> jde-compile-option-classpath is empty and that antlr is not found - for me it
> seems that the ./antlr in the global classpath is simply ignored, but why?
>
> The antlr-classfiles are located in ~/Uni/sep/implementierung/antlr
> (no jar-file).
>
> Thanks for answers,
>
> Wolfgang Pausch
>
> (jde-project-file-version "1.0")
> (jde-set-variables
> '(jde-compile-option-verbose t)
> '(jde-lib-directory-names (quote ("^lib" "^jar" "^antlr")))
> '(jde-build-function (quote (jde-ant-build)))
> '(jde-global-classpath (quote ("./classes" "./mc" "./antlr")))
> '(jde-run-application-class "mc.gui.MainFrame")
> '(jde-ant-working-directory "~/Uni/sep/implementierung/"))
> (custom-set-variables
> '(jde-javadoc-describe-constructor-template "\"* Constructs \"")
> '(jde-javadoc-return-tag-template "\"* @return \"")
> '(jde-compile-option-debug (quote ("all" (t nil nil))))
> '(jde-gen-cflow-enable t)
> '(jde-javadoc-author-tag-template "")
> '(jde-db-option-java-profile (quote (nil . "./java.prof")))
> '(jde-gen-interface-buffer-template (quote ("(funcall
> jde-gen-boilerplate-function)" "(jde-gen-get-package-statement)" "(progn (require
> 'jde-javadoc) (jde-javadoc-insert-start-block))" "\" * \"" "\" \"
> (jde-javadoc-insert 'tempo-template-jde-javadoc-end-block \"*/\")" "'>'n" "\"public
> interface \"" "(file-name-sans-extension (file-name-nondirectory
> buffer-file-name))" "\" \" (jde-gen-get-extend-class)" "(if jde-gen-k&r " " ()" "
> '>'n)" "\"{\"'>'n" "'>'p'n" "\"}\">" "'>'n")))
> '(jde-run-option-java-profile (quote (nil . "./java.prof")))
> '(jde-run-application-class "")
> '(jde-javadoc-describe-class-template "")
> '(jde-run-option-enable-assertions "Everywhere")
> '(jde-complete-display-qualified-types nil)
> '(jde-bug-vm-includes-jpda-p t)
>
> '(jde-javadoc-describe-field-template "")
> '(column-number-mode t)
> '(jde-key-bindings (quote (("[? ? ?]" . jde-run-menu-run-applet) ("[? ? ?]"
> . jde-build) ("[? ? ?]" . jde-compile) ("[? ? ?]" . jde-debug) ("[? ? ?]"
> . jde-find) ("[? ? ?]" . jde-open-class-at-point) ("[? ? ?]" . bsh) ("[? ?
> ?]" . jde-gen-println) ("[? ? ?]" . jde-help-browse-jdk-doc) ("[? ? ?]" .
> jde-save-project) ("[? ? ?]" . jde-wiz-update-class-list) ("[? ? ?]" .
> jde-run) ("[? ? ?]" . speedbar-frame-mode) ("[? ? ?]" .
> jde-db-menu-debug-applet) ("[? ? ?]" . jde-help-symbol) ("[? ? ?]" .
> jde-show-superclass-source) ("[? ? ?]" . jde-open-class-at-point) ("[? ? ?]"
> . jde-import-find-and-import) ("[? ? ?e]" . jde-wiz-extend-abstract-class) ("[?
> ? ?f]" . jde-gen-try-finally-wrapper) ("[? ? ?i]" . jde-wiz-implement-interface)
> ("[? ? ?j]" . jde-javadoc-autodoc-at-line) ("[? ? ?o]" .
> jde-wiz-override-method) ("[? ? ?t]" . jde-gen-try-catch-wrapper) ("[? ? ?]" .
> jde-run-etrace-prev) ("[? ? ?]" . jde-run-etrace-next) ("[(control c) (control
> v) (control ?.)]" . jde-complete) ("[(control c) (control v) ?.]" .
> jde-complete-in-line) ("[(control c) (control t) (control c)]" . jde-gen-class)
> ("[(control c) (control t) (control i)]" . jde-gen-interface) ("[(control c)
> (control t) (control f)]" . jde-gen-method) ("[(control c) (control t) (control
> s)]" . jde-gen-to-string-method))))
> '(jde-javadoc-param-tag-template "\"* @param \" name \" \"")
> '(jde-gen-comments nil)
> '(jde-jdk-registry (quote (("1.4" . "$JAVA_HOME"))))
> '(gnuserv-program (concat exec-directory "/gnuserv"))
> '(jde-import-sorted-groups (quote asc))
> '(jde-import-auto-sort t)
> '(jde-gen-k&r t)
> '(jde-imenu-include-modifiers nil)
> '(jde-javadoc-describe-interface-template "")
> '(jde-sourcepath (quote ("~/Programmieren/Test")))
> '(jde-javadoc-exception-tag-template "\"* @throws \" type \" \"")
> '(jde-compile-option-command-line-args (quote ("-source 1.4")))
> '(line-number-mode t)
> '(jde-complete-display-throws nil)
> '(jde-gen-class-buffer-template (quote ("(funcall jde-gen-boilerplate-function)"
> "(jde-gen-get-package-statement)" "(progn (require 'jde-javadoc)
> (jde-javadoc-insert-start-block))" "\" \" (jde-javadoc-insert
> 'tempo-template-jde-javadoc-author-tag)" "\" \" (jde-javadoc-insert
> 'tempo-template-jde-javadoc-version-tag)" "\" \" (jde-javadoc-insert
> 'tempo-template-jde-javadoc-end-block \"*/\")" "\"public class \""
> "(file-name-sans-extension (file-name-nondirectory buffer-file-name))" "\" \"
> (jde-gen-get-extend-class)" "(if jde-gen-k&r " " ()" " '>'n)" "\"{\"'>'n"
> "(jde-gen-method-signature" "\"public\"" "\"\"" "(file-name-sans-extension
> (file-name-nondirectory buffer-file-name))" "\"\"" ")" "(if jde-gen-k&r " "()"
> "'>'n)" "\"{\"'>'n" "'>'p'n" "\"}\">" "'>'n"
> "(jde-gen-get-interface-implementation)" "'>'n" "\"}\">" "'>'n")))
> '(jde-enable-abbrev-mode t)
> '(jde-javadoc-describe-method-template "")
> '(jde-debugger (quote ("JDEbug")))
> '(jde-javadoc-version-tag-template "")
> '(jde-ant-enable-find t)
> '(jde-gen-cflow-while (quote ("(if (jde-parse-comment-or-quoted-p)" " '(l
> \"while\")" " '(l '> \"while\" jde-gen-conditional-padding-1 " " \"(\"
> jde-gen-conditional-padding-2 (p \"while-clause: \" clause) " "
> jde-gen-conditional-padding-2 \")\"" " (if jde-gen-k&r " "
> jde-gen-conditional-padding-3 " " '>'n)" " \"{\"'>'n'>'r'n" " \"}\"" " (if
> jde-gen-comments " " '(l \" // end of while (\" (s clause) \")\"))" " '>'n'> )" "
> )")))
> '(jde-javadoc-gen-detail-switch (quote ("-private")))
> '(jde-compile-option-verbose t)
> '(font-lock-mode t nil (font-lock)))
> (custom-set-faces
> '(default ((t (:size "10pt"))) t))
>