DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31562>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31562

Add excludes parameter to JspC





------- Additional Comments From [EMAIL PROTECTED]  2004-10-06 13:45 -------
If your "JSP"s are .jsp files, which should otherwise not be compiled, but are
actually needed during the compilation phase of your application, then you are
not following the specification. There's a special extension for JSP fragments
(I think it's jspf). If you are in this case, then your fix will work for you,
but has no legitimate use case.

If the files are useful to your webapp, but not during JSP compilation, then
copy them just after your compilation. That's what I originally understood from
your description, but it can go both ways I suppose.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to