Copy build.properties.sample as build.properties, then edit and define properties in
your build.properties as needed.  One of those properties is the location of the 
servlet.jar file.

Regards,

Glenn

Josh Nylander wrote:
> Hello, before I get to my question I would say "job well done" with 4.1.10.  I am 
>trying to build it, followed all instructions in BUILDING.txt except those optional 
>for JDK 1.4 (which I have).  I try "ant dist" and get:
> BUILD FAILED
> file:C:/dev/helsinki_src/tomcat_src/catalina/build.xml:751: Warning: Could not find 
>file C:\dev\helsinki_src\tomcat_src\catalina\${servlet.jar} to copy.
> 
> I am attaching the full output just in case it helps.   Probably something I am 
>doing wrong but any ideas would be great.  Thanks,
> 
> 
> R. Josh Nylander
> Database Administrator
> Information Services
> [EMAIL PROTECTED] 
> x50116 or (360) 676-7684
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Buildfile: build.xml
> 
> deploy-prepare:
> 
> deploy-static:
> 
> deploy:
>      [echo] Target: Catalina - Deploy ...
> 
> flags:
> 
> flags.display:
>      [echo] --- Build environment for Catalina ---
>      [echo] If ${property_name} is displayed, then the property is not set)
>      [echo] --- Build options ---
>      [echo] full.dist=${full.dist}
>      [echo] build.sysclasspath=${build.sysclasspath}
>      [echo] compile.debug=${compile.debug}
>      [echo] compile.deprecation=${compile.deprecation}
>      [echo] compile.optimize=${compile.optimize}
>      [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] --- Source Dependencies ---
>      [echo] jtc.home.present=true
>      [echo] --- Required Libraries ---
>      [echo] beanutils.present=${beanutils.present}
>      [echo] collections.present=${collections.present}
>      [echo] digester.present=${digester.present}
>      [echo] jaxp.present=true
>      [echo] jndi.present=true
>      [echo] logging.present=${logging.present}
>      [echo] regexp.present=${regexp.present}
>      [echo] servlet.present=${servlet.present}
>      [echo] --- Optional Libraries ---
>      [echo] daemon.present=${daemon.present}
>      [echo] dbcp.present=${dbcp.present}
>      [echo] jaas.present=true
>      [echo] javamail.present=${javamail.present}
>      [echo] jmx.present=${jmx.present}
>      [echo] jsse.present=true
>      [echo] jta.present=${jta.present}
>      [echo] junit.present=${junit.present}
>      [echo] ldap.present=true
>      [echo] modeler.present=${modeler.present}
>      [echo] pool.present=${pool.present}
>      [echo] tyrex.present=${tyrex.present}
>      [echo] --- Required JARs ---
>      [echo] jndi.jar.present(except JDK 1.3+)=${jndi.jar.present}
>      [echo] regexp.jar.present=${regexp.jar.present}
>      [echo] servlet.jar.present=${servlet.jar.present}
>      [echo] xerces.jar.present(except JDK 1.4+ or xerces2)=${xerces.jar.present}
>      [echo] xerces2.jars.present(except JDK 1.4+ or xerces1)=${xerces2.jars.present}
>      [echo] --- Optional JARs ---
>      [echo] daemon.jar.present=${daemon.jar.present}
>      [echo] dbcp.jar.present=${dbcp.jar.present}
>      [echo] jaas.jar.present=${jaas.jar.present}
>      [echo] javamail.jar.present=${javamail.jar.present}
>      [echo] jdbc20ext.jar.present=${jdbc20ext.jar.present}
>      [echo] jmx.jar.present=${jmx.jar.present}
>      [echo] jta.jar.present=${jta.jar.present}
>      [echo] junit.jar.present=${junit.jar.present}
>      [echo] ldap.jar.present=${ldap.jar.present}
>      [echo] modeler.jar.present=${modeler.jar.present}
>      [echo] pool.jar.present=${pool.jar.present}
>      [echo] tyrex.jar.present=${tyrex.jar.present}
>      [echo] --- Conditional compilation flags ---
>      [echo] compile.daemon=${compile.daemon}
>      [echo] compile.dbcp=${compile.dbcp}
>      [echo] compile.jaas=true
>      [echo] compile.javamail=${compile.javamail}
>      [echo] compile.jmx=${compile.jmx}
>      [echo] compile.jndi=true
>      [echo] compile.jsse=true
>      [echo] compile.jta=${compile.jta}
>      [echo] compile.junit=${compile.junit}
>      [echo] compile.ldap=true
>      [echo] compile.ssi=true
>      [echo] compile.tyrex=${compile.tyrex}
>      [echo] --- Distribution flags ---
>      [echo] copy.daemon.jar=${copy.daemon.jar}
>      [echo] copy.dbcp.jar=${copy.dbcp.jar}
>      [echo] copy.jaas.jar=${copy.jaas.jar}
>      [echo] copy.jdbc20ext.jar=${copy.jdbc20ext.jar}
>      [echo] copy.javamail.jar=${copy.javamail.jar}
>      [echo] copy.jmx.jar=${copy.jmx.jar}
>      [echo] copy.jndi.jar=${copy.jndi.jar}
>      [echo] copy.jta.jar=${copy.jta.jar}
>      [echo] copy.ldap.jar=${copy.ldap.jar}
>      [echo] copy.logging.jar=${copy.logging.jar}
>      [echo] copy.modeler.jar=${copy.modeler.jar}
>      [echo] copy.pool.jar=${copy.pool.jar}
>      [echo] copy.tyrex.jar=${copy.tyrex.jar}
>      [echo] copy.xerces.jar=${copy.xerces.jar}
>      [echo] copy.xerces2.jars=${copy.xerces2.jars}
> 
> build-prepare:
> 
> copy-activation.jar:
> 
> copy-daemon.jar:
> 
> copy-dbcp.jar:
> 
> copy-jaas.jar:
> 
> copy-jdbc20ext.jar:
> 
> copy-jmx.jar:
> 
> copy-jndi.jar:
> 
> copy-jsse.jar:
> 
> copy-jta.jar:
> 
> copy-ldap.jar:
> 
> copy-modeler.jar:
> 
> copy-pool.jar:
> 
> copy-tyrex.jar:
> 
> copy-xerces.jar:
> 
> copy-xerces2.jars:
> 
> build-static:
> 
> BUILD FAILED
> file:C:/dev/helsinki_src/tomcat_src/catalina/build.xml:751: Warning: Could not find 
>file C:\dev\helsinki_src\tomcat_src\catalina\${servlet.jar} to copy.
> 
> 
> ------------------------------------------------------------------------
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




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

Reply via email to