[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
%source% not working while using builtin-javac
Ok,
This is really weird, but I upgrade from 0.91 to 1.0 and finally got my
configuration working until this happened:
Error compiling source file:
file:/usr/local/apache-jserv/htdocs/mfcatlin/hello.jsp
builtin-javac
use: javac [-g][-O][-debug][-depend][-nowarn][-verbose][-classpath
path][-nowrite][-deprecation][-d dir][-J] file.java...
I followed INSTALL.apache nearly to the letter and it's still not working.
Here is a copy of my jsp.properties file:
repositories=/usr/local/src/gnujsp-1.0.0/lib/gnujsp10.jar
repositories=/usr/local/src/gnujsp-1.0.0/lib/servlet-2.0-plus.jar
repositories=/usr/local/apache-jserv/jsplib
autoreload.classes=true
autoreload.file=true
servlet.gnujsp.code=org.gjt.jsp.JspServlet
servlet.gnujsp.initArgs=checkclass=true,pagebase=/usr/local/apache-jserv/htd
ocs,scratchdir=/usr/local/apache-jserv/jspcache,debug=true,compiler=builtin-
javac
-classpath
%classpath%:%scratchdir%:/usr/local/src/gnujsp-1.0.0/lib/servlet-2.0-plus.ja
r:/usr/local/src/gnujsp-1.0.0/lib/gnujsp10.jar:/usr/local/apache-jserv/jspli
b
-d %scratchdir% -deprecation %source%
What's going on?
Any help would be greatly appreciated.
Thanks,
Morgan