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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>