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]

Reply via email to