Thank you!

--- On Thu, 9/18/08, Jess Holle <[EMAIL PROTECTED]> wrote:

> From: Jess Holle <[EMAIL PROTECTED]>
> Subject: Re: JspC woes in Tomcat 6 (Urgent)
> To: "Tomcat Users List" <users@tomcat.apache.org>
> Cc: "Tom Cat" <[EMAIL PROTECTED]>
> Date: Thursday, September 18, 2008, 2:21 PM
> Try something like
> 
>     <taskdef
> classname="org.apache.jasper.JspC"
> name="jasper2" >
>       <classpath id="jspc.classpath">
>         <pathelement
> location="${java.home}/../lib/tools.jar"/>
>         <fileset dir="${tomcatHome}/bin">
>           <include name="*.jar"/>
>         </fileset>
>         <pathelement
> location="${tomcatHome}/lib"/>
>         <fileset dir="${tomcatHome}/lib">
>           <include name="*.jar"/>
>         </fileset>
>       </classpath>
>     </taskdef>
> 
> Dola Woolfe wrote:
> > Hi,
> >
> > Just upgraded my Tomcat from 5.5 to 6.0 and noticed
> that my JspC task in build.xml is no longer working. The
> documentation for 6.0 quote is below, but with 6.0 there
> seems to be no such thing as server/lib and common/lib, so
> something is not right. Could someone plese tell me how to
> fix this?
> >
> > Thanks,
> >
> > Dola
> >
> >   <taskdef
> classname="org.apache.jasper.JspC"
> name="jasper2" >
> >       <classpath>
> >           <pathelement
> location="${java.home}/../lib/tools.jar"/>
> >           <fileset
> dir="${ENV.CATALINA_HOME}/server/lib">
> >               <include name="*.jar"/>
> >           </fileset>
> >           <fileset
> dir="${ENV.CATALINA_HOME}/common/lib">
> >               <include name="*.jar"/>
> >           </fileset>
> >           <path refid="myjars"/>
> >        </classpath>
> >   </taskdef>
> >
> >
> >
> >       
> >
> >
> ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >
> >   
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]


      

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to