James C. McMaster (Jim) wrote:

>I am trying to build tomcat 4.1.12 on Solaris 8.  I have downloaded 
>everything called for in BUILDING.txt, and modified build.properties to point 
>to the right places.  ant detect shows:
>
>flags.display:
>     [echo] --- Build environment for Tomcat Server Configuration Application 
>---
>     [echo] If ${property_name} is displayed, then the property is not set)
>     [echo] --- Build options ---
>     [echo] full.dist=on
>     [echo] build.sysclasspath=${build.sysclasspath}
>     [echo] compile.debug=on
>     [echo] compile.deprecation=off
>     [echo] compile.optimize=on
>     [echo] --- Ant Flags ---
>     [echo] <style> task available (required)=true
>     [echo] --- JDK ---
>     [echo] jdk.1.2.present=true
>     [echo] jdk.1.3.present=true
>     [echo] jdk.1.4.present=true
>     [echo] --- Required Libraries ---
>     [echo] jaxp.present=true
>     [echo] jmx.present=true
>     [echo] modeler.present=true
>     [echo] servlet.present=true
>     [echo] --- Required JARs ---
>     [echo] jmx.jar.present=true
>     [echo] modeler.jar.present=true
>     [echo] servlet.jar.present=true
>     [echo] struts.jar.present=true
>     [echo] beanutils.jar.present=true
>     [echo] --- Optional JARs ---
>     [echo] --- Conditional compilation flags ---
>     [echo] compile.admin=true
>     [echo] --- Distribution flags ---
>     [echo] copy.struts.jar=true
>
>ant dist produces: 
>
>deploy:
>     [echo] Target: Jasper - Deploy ...
>
>BUILD FAILED
>file:/export/home/local/downloads/jakarta-tomcat-4.1.12-src/build.xml:67: 
>Basedir /export/home/local/downloads/jakarta-tomcat-jasper/jasper2 does not 
>exist
>
>ant seems to expect this in:
>
> jasper.home=../jakarta-tomcat-jasper/jasper2
>
>This suggests I should download source from the jakarta-tomcat-jasper 
>project, but there does not seem to be listed on the jakarta home page, nor 
>on the tomcat project page.  I also can't find it in 
>http://jakarta.apache.org/builds/ or http://jakarta.apache.org/builds/jakarta-
>tomcat-4.0/release/v4.1.12/src/
>
>I cannot get to cvs through our firewall, so how do I get this beast?
>  
>
I'll be very interested if you get this working on Solaris 8 (I wasn't 
able to channel.Un - AF_UNIX socket/apr to work).  If you indeed 
downloaded the jakarta-tomcat-4.1.12-src package jasper2 is included in 
the source directory.  

In my build.properties in jakarta-tomcat-4.1.12-src:

jasper.home=./jasper
//
Everything built OK on Solaris 8 UltraSPARC.



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

Reply via email to