You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by John Trollinger <ja...@trollingers.com> on 2002/08/20 14:52:17 UTC

Jasper 2 jspc.bat and JspC.class

I have been working on JspC.java to have it generate the .class files in
the same directory structure that the jsp files are in ie

	/root/dir/test.jsp -->
	/root/dir/test_jsp.java -->
	/root/dir/test_jsp.class

this is for compiling a webapp vs one file at a time.

The problem I have encountered is that the compiler tries to compile a
jsp that is used as a Include Directive.  This fails the compile.  Is
there anyway I can detect this as to skip these files.

Thanks,

John  


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>