--- Xinji Gu <[EMAIL PROTECTED]> wrote:
> It's strange that I could not find org.apache.catalina.ant.InstallTask
> class. This class is used for a 'taskdef' tag in a Tomcat tutorial. I
> have checked
> 
> ant.jar,
> jakarta-ant-1.4.1-optional.jar, and
> catalina.jar
> 
> with no luck. Please help!

According to their build file:
  <jar jarfile="${catalina.deploy}/server/lib/catalina-ant.jar">
  <fileset dir="${catalina.build}/server/classes">
  <include name="org/apache/catalina/ant/**" /> 
  <include name="org/apache/catalina/util/Base64.class" /> 
  </fileset>
  </jar>

(But I have no idea where catalina-ant.jar would be found, and I'm just
not up for groping around for it today, sorry.)

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to