Re: [Menda-developers] Build broken?
Status: Alpha
Brought to you by:
fmar
|
From: Eric P. <eri...@ea...> - 2004-06-26 21:57:44
|
Most likely the environment variable TOMCAT_HOME is not set on your machine. This env variable is used to set the tomcat.home property which is used in the taskdefs. I will check how we can do without the env variable. The reason is that we only read the build.properties in the _init task, whereas the taskdefs are check when starting ant. The plan is to move the tomcat targets into a tomcat-build.xml and only import the tomcat-build.xml if you are using tomcat. (probably finished by the end of the weekend) -- Eric. On Sat, 26 Jun 2004 07:41:07 -0600, Alex Rodioukov <al...@gu...> wrote: > build.xml version 1.13: > > Buildfile: D:\Java\Eclipse\workspace\menda\build.xml > BUILD FAILED: D:\Java\Eclipse\workspace\menda\build.xml:207: taskdef > class org.apache.catalina.ant.InstallTask cannot be found > Total time: 516 milliseconds > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Menda-developers mailing list > Men...@li... > https://lists.sourceforge.net/lists/listinfo/menda-developers -- Nothing is particulary hard if you divide it into small jobs. (Henry Ford) |