----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
If you want a class in the repositories to be available to javac when
compiling your JSPs, you must include it in the classpath argument on the
compiler line. Something like this:
repositories=/path/to/servlet-2.0-plus.jar
repositories=/path/to/gnujsp.jar
repositories=/path/to/utilityclasses.jar
servlet.gnujsp.initArgs=compiler=/usr/local/jdk/bin/javac -classpath
/path/to/scratchdir:/path/to/servlet-2.0-plus.jar:/path/to/java/gnujsp.jar:/
path/to/utilityclasses.jar:%classpath% -d %scratchdir% -deprecation %source%
This is the syntax for GNUJSP. Other engines might handle it differently.
HTH.
.... Bob Kimble
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]