Joel wrote:
Well, does it?
In other words, I compiled Xindice under
d:\prog\ap\xindice-1.1b4
then I just dropped Xindice-1.1b4.war (renamed to xindice.war) into TC's webapps. For some reason I was thinking I should set XINDICE_HOME to
d:\prog\tc5\build\webapps\xindice\WEB-INF.
But that just got me a
Exception in thread "main" java.lang.NoClassDefFoundError: import
So I pointed XINDICE_HOME to
d:\prog\ap\xindice-1.1b4
and now, at least, xindice gives me the syntax errors (instead of Java
giving me the run-time errors).
I just want to make sure that the latter setting won't cause problems with the deployed webapp.
XINDICE_HOME env variable used only by shell scripts to find location of the Xindice JAR files, and also used by the command line tool (XMLTools) to find commands.xml file. It does not affect Xindice server running as a webapp.
PS Use user list for questions, dev list for patches / discussion, don't use cvs list.
Vadim