Hi all,

I'm testing the xref functionality on a small codebase. In my most simple example, I would like to display the call tree of a private method in a class. Also, jde-xref-first-caller results in a message "No more calls" in my minibuffer. I verified the xrefdb and found out that all *-caller files just contain "()". I suppose this is the reason, why I can not navigate through call-trees since the information could not be properly generated. Find below my prj.el file. Am I missing something?

Thanks for your help.
Dominik


---- prj.el ----
;; generated by jdee plugin (see http://maven.apache.org/reference/plugins/jdee/)
(jde-project-file-version "1.0")
(jde-set-variables
;; (quote (jde-jdk-registry (quote ("1.4.2" . "/opt/java"))))

 (quote (jde-project-name "container-core"))
 (quote (jde-project-file-name ""))

(quote (jde-maven-command "/home/dahlemd/projects/parma-mainline/persl/tools/java/maven/maven-1.1/bin/maven"))

 (quote (jde-sourcepath (quote ("./src/java"))))

(quote (jde-javadoc-gen-destination-directory "./target/docs/apidocs"))
(quote (jde-project-file-name "prj.el"))
(quote (jde-javadoc-gen-window-title "Container Core - Trinity College Dublin, Computer Science Department, Distributed Systems Group (2003)"))
(quote (jde-import-excluded-packages (quote ("target.*"))))

 (quote (jde-jdk-registry (quote (("1.4.2_04" . "/opt/java")))))
 (quote (jde-vm-path "/opt/java/bin/java"))
 (quote (jde-xref-cache-size 3000))
 (quote (jde-xref-db-base-directory "~"))
 (quote (jde-xref-store-prefixes (quote ("nil"))))
 (quote (jde-global-classpath (quote ("./target/classes/"
                                      "./target/tests/unit/test-classes/"

"/home/dahlemd/.maven/repository/log4j/jars/log4j-1.2.8.jar"

"/home/dahlemd/.maven/repository/junit/jars/junit-3.8.1.jar"

"/home/dahlemd/.maven/repository/jcoverage/jars/jcoverage-plus-1.2.7.jar" ))))
(quote (jde-built-class-path (quote ("./target/classes/"
"./target/tests/unit/test-classes/"

"/home/dahlemd/.maven/repository/log4j/jars/log4j-1.2.8.jar"

"/home/dahlemd/.maven/repository/junit/jars/junit-3.8.1.jar"

"/home/dahlemd/.maven/repository/jcoverage/jars/jcoverage-plus-1.2.7.jar" ))))
(quote (jde-xref-class-path (quote ("./target/classes/"
"./target/tests/unit/test-classes/"

"/home/dahlemd/.maven/repository/log4j/jars/log4j-1.2.8.jar"

"/home/dahlemd/.maven/repository/junit/jars/junit-3.8.1.jar"

"/home/dahlemd/.maven/repository/jcoverage/jars/jcoverage-plus-1.2.7.jar" )))))


-- Dominik Dahlem <[EMAIL PROTECTED]> ------------------------------------------------------- Trinity College Dublin Department of Computer Science, Dublin 2, Ireland

tel: (+353) 1-608 1539
fax: (+353) 1-677 2204
www: http://www.cs.tcd.ie/Dominik.Dahlem/
-------------------------------------------------------





Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to