> From: "Stephen Carville" <[EMAIL PROTECTED]> > Sent: Thursday, January 16, 2003 1:41 PM > Subject: Building Mod_jk on Redhat 7.2
> I am trying to build mod_jk for Apache 1.3.X running on Redhat 7.2. > I downloaded the source, read README.txt set the path to tomcat and > apache in build.properties, typed 'ant', and I am rewarded with: > > Buildfile: build.xml > > detect: > [echo] -------- jakarta-tomcat-connectors -------- > > BUILD FAILED > > /home/stephen/src/jakarta-tomcat-connectors-jk-1.2.2-src/jk/build.xml:62: > Could not create task of type: condition. Common solutions are to use > taskdef to declare your task, or, if this is an optional task, to put > the optional.jar in the lib directory of your ant installation This looks like you have the wrong version of Ant installed. You need the latest (1.5.x as I recall) in order to build the projects. Try upgrading Ant and let us know what happens. Regards, Will Hartung ([EMAIL PROTECTED]) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
