Hello,

I have a problem when I'm pre-compiling JSP files on windows that have 
the following line:

   <%@ include file="WizardHeader.jsp"%>

Which results in the error:

  2001-06-29 05:31:58 - error-the file '\foobar\TemplateSelect.jsp' 
generated the following parse exception: 
org.apache.jasper.compiler.CompileException: 
C:\Brad\foo\.\build\jakarta-tomcat-3.2.2\webapps\foo\TemplateSelect.jsp(
48,6) Bad file argument to include

Things work fine under linux.  The jsp files are in the same directory. 
 The result under windows is zero-length .java files and the JspC 
doesn't return an error code on exit so my ant build carries on as if 
everything is fine.  Anyone know what I can do to resolve these 
problems (besides the obvious "don't use windows").

-Brad



Reply via email to