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 14:31 -------
You are of course absolutely right. From JSP 2.0 Spec (JSP.1.1.8): "The .jsp 
extension is used only for files corresponding to top level JSP files,
forming a JSP page when processed.

Statically included segments use any other extension. As included segments
were called ‘JSP fragments’ in past versions of this specification, the 
extension .jspf was offered as a suggestion. This extension is still suggested 
for consistency reasons, despite that they are now called ‘jsp segments’."

The files we exclude in the build are indeed JSP segments/fragments and should 
not therefore have the .jsp extension.

It is just unfortunate that we chose to prefix the file names of these files 
instead of changing the extension. This was done to maintain IDE support 
for .jsp files.

Thanks for your wise words :o)

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

Reply via email to