You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bill Lynch <bi...@gmail.com> on 2005/04/18 19:36:26 UTC

JSPc excludes?

Guys,

I've been using the JSPc task (org.apache.jasper.JspC) to compile a set of 
JSPs. So far so good, but I now want to exclude a few of the JSPs from being 
precompiled. Unfortuntely, there's no attribute (that I know of) in the JSPc 
task to do this. Am I missing something here?

Thanks,
--Bill

Re: JSPc excludes?

Posted by Bill Lynch <bi...@gmail.com>.
Guys,

Sorry to ask a redundant question -- I looked on the list archives and found 
my answer:
http://marc.theaimsgroup.com/?l=tomcat-user&m=110607458931449&w=2

No possiblity of doing excludes.

I'm going to try to hack in this functionality to the
org.apache.jasper.JspCclass but I'm unclear as to how it's working.
First off, the class doesn't
extend org.apache.tools.ant.Task. Anyone know how this class actually works?

Thanks,
--Bill

On 4/18/05, Bill Lynch <bi...@gmail.com> wrote:
> 
> Guys,
> 
> I've been using the JSPc task (org.apache.jasper.JspC) to compile a set of 
> JSPs. So far so good, but I now want to exclude a few of the JSPs from being 
> precompiled. Unfortuntely, there's no attribute (that I know of) in the JSPc 
> task to do this. Am I missing something here?
> 
> Thanks,
> --Bill
>