> -----Original Message-----
> From: Mel Martinez [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 10, 2001 2:56 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [jetty-discuss] Re: Jasper JSP maintainer required for
> Jetty project.
> 
> 
> other servlet engines.  Further,  it is not clear that
> the JspC implementation of Jasper even NEEDS web.xml
> information.  Thus, it is clear that another useful

Taglib map in web.xml is why JspC needs web.xml. Otherwise the compiler
can't find the java classes that implement the tag. 

Now, you don't need that for JSP->Java, but remember that step is an
implementation detail. It's actually JSP->class. 

I'd like to be able to use JspC as part of a web application packaging tool,
and for that, it should be able to generate classes, not just java source.

<><><><><><><><><><><><><><><><><><><><><>This electronic mail transmission
may contain confidential information and is intended only for the person(s)
named.  Any use, copying or disclosure by any other person is strictly
prohibited.  If you have received this transmission in error, please notify
the sender via e-mail. <><><><><><><><><><><><><><><><><><><><><>

Reply via email to