Good evening all. I have followed the instructions ni README, yet see:

prepare:

BUILD FAILED

/home/dev/jbberger/source/tomcat/3-2-2/jakarta-tomcat-3.2.2-src/build.xml:32: 
/home/dev/jbberger/source/tomcat/3-2-2/jakarta-ant-1.3/bin not found.

Now, it's quite right: there is no ${ant.home}/bin. I have a copy of Ant 1.3. I did 
the bootstrap, and added ant.jar to my CLASSPATH. The tomcat build.xml says around 
line 32:

    <copy todir="${tomcat.build}/bin">
      <fileset dir="${ant.home}/bin" includes="ant*"/>
      <fileset dir="src/shell"/>
    </copy>


There are several files in ${ant.home}/*bin/ant:

        ./src/antidote/bin/antidote
        ./src/antidote/bin/antidote.bat
        ./bootstrap/bin/antRun
        ./bootstrap/bin/ant
        ./bootstrap/bin/ant.bat
        ./bootstrap/bin/antRun.bat

But none in ${ant.home}/bin: this directory does not exist!

I am guessing that 1.3 has moved this into the "bootstrap" directory. So, should this 
line (#33) be altered in Tomcat's build.xml to <fileset 
dir="${ant.home}/bootstrap/bin" includes="ant*"/>? Or should I go back to Ant 1.2? Or 
am I completely off track here?

This is with Tomcat 3.2.2, Ant 1.3, on Sparc Solaris 8, J2SDK 1.3.1.

Many thanks,

        James


-- 
  James Bromberger,
  Senior Web/Systems Administrator, JDV
  +61 8 9268 2909, +61 417 322 500
  Fax: +61 8 9268 0200

JDV - e-Commerce and Outsourcing Solutions for Financial Services
http://www.jdv.com/

Any securities recommendation contained in this document is unsolicited general 
information only. Do not act on a recommendation without first consulting your 
investment advisor to determine whether the recommendation is appropriate for your 
investment objectives, financial situation and particular needs.
JDV  believes that any information or advice (including any securities recommendation) 
contained in this document is accurate when issued. However, JDV does not warrant its 
accuracy or reliability. JDV, its officers, agents and employees exclude all liability 
whatsoever, in negligence or otherwise, for any loss or damage relating to this 
document to the full extent permitted by law.

Reply via email to