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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to