You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Faine, Mark" <Ma...@msfc.nasa.gov> on 2002/12/10 14:33:29 UTC

Building Tomcat 4.1.12 from source

Solaris 8 
Tomcat 4.1.12
I'm trying to build from source using the BUILDING instructions in the
source directory. I've completed everything on the list, even the optional
packages. 

Now I get this error:


BUILD FAILED
file:/export/home/temp/appserv/temp/jakarta-tomcat-jasper/jasper2/build.xml:
119: Compile failed; see the compiler error output for details.


There is nothing in there anywhere about jasper or jasper2 or anything
jasper related. Even so I got jasper from cvs and attempted to do my "ant
dist" again, still I can't get past jasper. Is jakarta-tomcat-jasper needed,
if so why isn't it mentioned in the BUILDING file and how come I can only
find it in CVS?

Does anyone know what I need to do get this to finish building?

Thanks,
Mark


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Building Tomcat 4.1.12 from source

Posted by Bill Barker <wb...@wilshire.com>.
In the source distribution, jasper is packaged under the
jakarta-tomcat-4.1.12-src/jasper directory.  You need to set
"jasper.home=jasper" (w/o the quotes) in your build.properties file.

Note, that it is actually much easier to build from source than the BUILDING
instructions make it out to be.  Except for "Java Activation", "Java Mail",
JSSE, JTA, (which are all optional) you can get the rest by unpacking the
source distribution, and copying "build.properties.sample" to
"build.properties".  If you are behind a firewall, edit the file to set
"proxy.host", and "proxy.port" to your proxy server.  Set any other
properties you want to change, and then do "ant download".

"Faine, Mark" <Ma...@msfc.nasa.gov> wrote in message
news:1AE25919ADBED745AFFBB0F9FCEFEA640601B5B7@MSFCMSG7.MSFC.NASA.GOV...
> Solaris 8
> Tomcat 4.1.12
> I'm trying to build from source using the BUILDING instructions in the
> source directory. I've completed everything on the list, even the optional
> packages.
>
> Now I get this error:
>
>
> BUILD FAILED
>
file:/export/home/temp/appserv/temp/jakarta-tomcat-jasper/jasper2/build.xml:
> 119: Compile failed; see the compiler error output for details.
>
>
> There is nothing in there anywhere about jasper or jasper2 or anything
> jasper related. Even so I got jasper from cvs and attempted to do my "ant
> dist" again, still I can't get past jasper. Is jakarta-tomcat-jasper
needed,
> if so why isn't it mentioned in the BUILDING file and how come I can only
> find it in CVS?
>
> Does anyone know what I need to do get this to finish building?
>
> Thanks,
> Mark





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>