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:43 ------- If fined grained ctonrl of jsp compilation is needed, then Ant's <fileset> or other file like mechanisms is needed. (functionality not in JspC.java today and I have no desire to create a patch for) For example: <jasper> <fileset dir="${whateverdir}"> <include name="cowbell.jsp" /> <exclude name="more.jsp" /> </fileset> </jasper> If you are using ant, there is a property called jspFiles which is a comma delimited list of files to process. See JspC.java for details. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]