If you are behind a corporate firewall, then you also need to uncomment the:
proxy.host
proxy.port
proxy.use

settings (and set the values to your proxy server's settings).
For example:
proxy.host="proxy.myfirm.com"
proxy.port="8080"
proxy.use="true"

"Filip Hanik" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
do a "ant download"
download the connector source from the same location you got the tomcat
source

there is a build.properties.sample file that you need to rename to
build.properties
then you need to uncomment the following properties
base.path
jtc.home. something
jasper.home

then it should build by doing

ant dist

and read BUILDING.txt

:)

Filip

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 19, 2003 10:20 AM
> To: [EMAIL PROTECTED]
> Subject: compiling from source: error on jasper...
>
>
> I'm seting up a build environment for jakarta-tomcat and the
> build process
> is blitzing as follows:
>
> BUILD FAILED
> file:/usr/local/java/apache/jakarta/jakarta-tomcat-4.1.18-src/
> build.xml:68:
> Basedir
> /usr/local/java/apache/jakarta/jakarta-tomcat-jasper/jasper2 does
> not exist
>
> I was under the impression that jasper was now integrated
> into the tomcat
> source.  I looked at the build.xml and it looks like there is
> a line for
> jasper in there.  I took it out and everything seemed to
> build ok.  Should
> this ant directive still be in there?
>
> (from error, build.xml line 68)
>     <!--    <ant dir="${jasper.home}"   target="deploy">
>       <property name="catalina.home" value="${tomcat.build}"/>
>     </ant>-->
>
> Matt Gregory
> eBusiness R&D
> CTI, Inc.
> cell: 865-406-1431
> work: 865-218-2767
> ioem: [EMAIL PROTECTED] *see key block below
> ooem: [EMAIL PROTECTED]
>
> ***DISCLAIMER***
> Everything in this email is to be considered the rumblings of
> an insane
> lunatic and should not be relied upon to make sane decisions.
>  (in other
> words, If you take my advice and get hurt in the process it's not my
> fault).  By getting out of your bed in the morning you automatically
> assume responsibility for your own mistakes and agree to hold
> the author
> of this message blameless for them.  By reading this email
> you agree to
> live in complete peace and harmony with your fellow man, love
> and praise
> the almighty God of heaven, and regularly donate blood
> (unless you are a
> Jehovah's Witness, I understand they frown on that kind of
> thing).  You
> are bound to this agreement under the DMCA so don't try
> anything or I'll
> sue you into oblivion.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to