Re: [Menda-developers] Build broken?
Status: Alpha
Brought to you by:
fmar
|
From: Eric P. <eri...@ea...> - 2004-06-26 22:18:02
|
Sorry for this late reply. My ISP had problems with their smtp server. POP3 was working fine, so I saw the incoming messages but couldn't reply :-( Anyhow, just to let you know that earlier today I checked in a fix for this. Build 1.13 was relying on the fact that tomcat was installed and TOMCAT_HOME was set. I've added the necessary library (catalina-ant.jar) in our own lib dir and now use these in the taskdefs of the build.xml instead of assuming tomcat is installed and TOMCAT_HOME is configured. If possible (I you have it working by setting TOMCAT_HOME) give build.xml 1.14 a try and let me know if there are issues. Thanks, Eric. On Sat, 26 Jun 2004 23:57:27 +0200, Eric Pieters <eri...@ea...> wrote: > 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) |