Re: help! taskdef class.org.apache.catalina.ant.DeployTask cannot be found

2007-02-05 Thread James Abley
Probably Sun Java Studio has an embedded instance of ANT, and you've put the jars into the wrong place. Try just defining them according to where the jars are located: location="${catalina.home}/server/lib/catalina-ant.jar" /> Tea

Re: help! taskdef class.org.apache.catalina.ant.DeployTask cannot be found

2007-02-04 Thread Teasel
Anil Philip wrote: > > I am trying to run the Quartz webapp from Sun Java > Studio 8.1 using Tomcat. I am using the ant scripts > that come with Quartz webapp. > When I try to Run (in Sun Studio 8.1), I get > "taskdef class.org.apache.catalina.ant.DeployTask > cannot be found" > > the build.xml

Re: AW: help! taskdef class.org.apache.catalina.ant.DeployTask cannot be found

2007-01-08 Thread Anil Philip
Anil Philip [mailto:[EMAIL PROTECTED] > >Gesendet: Montag, 8. Januar 2007 05:51 > >An: Ant Users List > >Betreff: help! taskdef > >class.org.apache.catalina.ant.DeployTask cannot be > found > > > >I am trying to run the Quartz webapp from Sun Java > Studio

AW: help! taskdef class.org.apache.catalina.ant.DeployTask cannot be found

2007-01-07 Thread Jan.Materne
Jan >-Ursprüngliche Nachricht- >Von: Anil Philip [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 8. Januar 2007 05:51 >An: Ant Users List >Betreff: help! taskdef >class.org.apache.catalina.ant.DeployTask cannot be found > >I am trying to run the Quartz webapp from Sun Jav

help! taskdef class.org.apache.catalina.ant.DeployTask cannot be found

2007-01-07 Thread Anil Philip
I am trying to run the Quartz webapp from Sun Java Studio using Tomcat. I am using the ant scripts that come with Quartz webapp. When I try to Run, I get "taskdef class.org.apache.catalina.ant.DeployTask cannot be found" the build.xml for webapp is here: https://quartz.dev.java.net/source/browse/q

help! taskdef class.org.apache.catalina.ant.DeployTask cannot be found

2007-01-06 Thread Anil Philip
I am trying to run the Quartz webapp from Sun Java Studio 8.1 using Tomcat. I am using the ant scripts that come with Quartz webapp. When I try to Run (in Sun Studio 8.1), I get "taskdef class.org.apache.catalina.ant.DeployTask cannot be found" the build.xml for webapp is here: https://quartz.dev.