You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by brian janaszek <bm...@anklebiter.net> on 2003/04/14 12:50:51 UTC

Re: An Ant configuration question

On Mon, 2003-04-14 at 14:33, Paul Merriman wrote:
> Sorry if I've missed something basic but I'm drawing a blank on this...
> 
> I'm following the tomcat developers tutorial - trying compilation etc working 
> with ant. Ayway I've created a build.xml file (basic) and I'm running ant but 
> I keep getting the message...
> 
> paul@paul:~/dev/myapp$ ant
> 
> BUILD FAILED
> file:/home/paul/dev/myapp/build.xml:146: taskdef class 
> org.apache.catalina.ant.InstallTask cannot be found
> 
> Feels like a CLASSPATH problem (aren't they all). Any ideas? Seen this before?
> 

Sounds like a CLASSPATH problem too ;-)

Is your class definition for the task in either $ANT_HOME/lib or
$CLASSPATH?

brian


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org