You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Lai, Sonia" <La...@ancrental.com> on 2002/12/31 18:43:27 UTC

build fail for tomcat side of mod_jk2

I am trying to compile the tomcat side of mod_jk2 .
I have the PATH, ANT_HOME, and JAVA_HOME set in the .profile.

When I cd to the jtc.home directory and invoke ant ( ant -verbose)
I get a build failure.  What is the base.path supposed to be? Is that the
PATH in the .profile?


This is some of the output:

Apache Ant version 1.5.1 compiled on October 2 2002
Buildfile: build.xml
Detected Java version: 1.4 in: /opt/java1.4/jre
Detected OS: HP-UX
parsing buildfile build.xml with URI =
file:/usr/local/PM/jakarta-tomcat-connectors-4.1.18-src/build.xml
Project base dir set to: /usr/local/PM/jakarta-tomcat-connectors-4.1.18-src
 [property] Loading
/usr/local/PM/jakarta-tomcat-connectors-4.1.18-src/build.properties
 [property] Unable to find property file:
/usr/local/PM/jakarta-tomcat-connectors-4.1.18-src/build.properties
 [property] Loading /home/pmqm/build.properties
 [property] Unable to find property file: /home/pmqm/build.properties
Build sequence for target `coyote' is [coyote]
Complete build sequence is [coyote, clean]

coyote:
Project base dir set to:
/usr/local/PM/jakarta-tomcat-connectors-4.1.18-src/util
      [ant] calling target [default] in build file
/usr/local/PM/jakarta-tomcat-connectors-4.1.18-src/util/build
.xml
parsing buildfile
/usr/local/PM/jakarta-tomcat-connectors-4.1.18-src/util/build.xml with URI =
file:/usr/local/PM/jakarta-tomcat-connectors-4.1.18-src/util/build.xml
Project base dir set to:
/usr/local/PM/jakarta-tomcat-connectors-4.1.18-src/util
 [property] Loading /home/pmqm/build.properties
 [property] Unable to find property file: /home/pmqm/build.properties
 [property] Loading
/usr/local/PM/jakarta-tomcat-connectors-4.1.18-src/util/build.properties
Property ${base.path} has not been set
Property ${base.path} has not been set
Property ${base.path} has not been set
Property ${base.path} has not been set
[property] Loading
/usr/local/PM/jakarta-tomcat-connectors-4.1.18-src/util/build.properties.sam
ple
Property ${base.path} has not been set
Override ignored for property puretls.lib
Property ${base.path} has not been set
Override ignored for property puretls.jar
Property ${base.path} has not been set
Override ignored for property jsse.home
Property ${base.path} has not been set
Override ignored for property puretls.home
Property ${base.path} has not been set
    [javac]
/usr/local/PM/jakarta-tomcat-connectors-4.1.18-src/util/java/org/apache/tomc
at/util/net/PoolTcpEndpoint.java:120: cannot resolve symbol
    [javac] symbol  : class ThreadPoolRunnable
    [javac] location: class org.apache.tomcat.util.net.PoolTcpEndpoint
    [javac]     ThreadPoolRunnable listener;
    [javac]     ^


Thanks
Sonia

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


Re: build fail for tomcat side of mod_jk2

Posted by Steve Loughran <st...@iseran.com>.
----- Original Message -----
From: "Lai, Sonia" <La...@ancrental.com>
To: <an...@jakarta.apache.org>
Sent: Tuesday, December 31, 2002 09:43
Subject: build fail for tomcat side of mod_jk2


> I am trying to compile the tomcat side of mod_jk2 .
> I have the PATH, ANT_HOME, and JAVA_HOME set in the .profile.
>
> When I cd to the jtc.home directory and invoke ant ( ant -verbose)
> I get a build failure.  What is the base.path supposed to be? Is that the
> PATH in the .profile?
>

try mailing one of the tomcat mail lists ; you are more likely to find
someone who knows how to build it over there. There may be some trick like a
dependent library or something you need first.

-steve


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