all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: op132650c@mail.telepac.pt
To: help-gnu-emacs@gnu.org
Subject: xrefactory help
Date: Wed, 07 Mar 2007 16:51:18 +0000	[thread overview]
Message-ID: <1173286278.4w3ckpvciva@w2.webmail.telepac.pt> (raw)

Hi,

1 - Can anybody give an example of xrefrc file, to compare with mine, just to
checkout the differences?

Here is my xrefrc with my question below:

// license string:
-license=3/22/2007/1:evaluation:c244b5c313b13b11

my project is defined in the following way:
z:test/src/Subdir1/src/com (...) / file1.java
z:test/src/Subdir2/src/com (...) / file2.java
z:test/src/Subdir3/SubSubdir1/src/com (...) / file3.java


[test-emacs]
  -javafilesonly	// pure Java project
  //  input files and directories (processed recursively)
  z:test\src\ <-- 1 - If i've sereval directories, and each directory has a src
dir, that contains the source code, should i explicit each directory in here?
Is there an automatic way to include all the directories inside the z:test/src?
  //  directory where tag files are stored
  -refs h:\Xrefs\test-emacs
  //  number of tag files
  -refnum=10
  -set cp d:\espaco_trabalho\bins\test-emacs
  -set qcp "${dq}${cp}${dq}" 	// quoted classpath (if it contains spaces)
  -set jhome "d:\Java\jdk1.5.0_09\"
  -set jbin "${jhome}bin\"
  -jdkclasspath "${jhome}jre\lib\rt.jar"	// Java run time for xrefactory
  -classpath ${cp}	// classpath for xrefactory
  -sourcepath z:test\src\	// sourcepath for xrefactory <-- same question as
above?


  //  setting for Emacs compile and run
  -set compilefile "${jbin}javac -classpath ${qcp} -d
d:\espaco_trabalho\bins\test-emacs ${dq}${__file}${dq}"
  -set compiledir "${jbin}javac -classpath ${qcp} -d
d:\espaco_trabalho\bins\test-emacs *.java"
  -set compileproject "
	cd test-emacs
	ant
	"
  -set runthis "${jbin}java -classpath ${qcp} %s"
  -set run1 "${jbin}java -classpath ${qcp} *Messages*"
  -set run5 ""  // an empty run; C-F8 will only compile
  //  set default to run1
  -set run ${run1}



2 - When i try to do Create Xref tags, i get the error that i can't open the
file z:test\src. Why?

Thanks,
Pedro

                 reply	other threads:[~2007-03-07 16:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1173286278.4w3ckpvciva@w2.webmail.telepac.pt \
    --to=op132650c@mail.telepac.pt \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.