all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* xrefactory help
@ 2007-03-07 16:51 op132650c
  0 siblings, 0 replies; only message in thread
From: op132650c @ 2007-03-07 16:51 UTC (permalink / raw)
  To: help-gnu-emacs

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-07 16:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-07 16:51 xrefactory help op132650c

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.