----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2002-02-05/jakarta-slide.html>
----------------------------------------------------

Buildfile: build.xml

detect:
     [echo] --- Build environment for jakarta-slide-2.0.0 ---
     [echo] --- Flags (Note: If the {property name} is displayed, then the component 
is not present)
     [echo] --- Required Libraries ---
     [echo] servlet.present (must be present) = true
     [echo] jaxp10.present (must be present) = true
     [echo] jdom.present (must be present) = true
     [echo] dom.present (must be present) = true
     [echo] sax.present (must be present) = true
     [echo] jta.present (must be present) = true
     [echo] httpclient.present (must be present) = true
     [echo] antlr.present (must be present) = true
     [echo] --- Optional Libraries ---
     [echo] servlet23.present (optional) = true
     [echo] jaxp11.present (optional) = true
     [echo] jmx.present (optional) = true
     [echo] modeler.present (optional) = true
     [echo] ant.present (optional) = true
     [echo] junit.present (optional) = true
     [echo] tomcat41.present (optional) = true
     [echo] xsl.present (optional) = true
     [echo] log4j.present (optional) = true
     [echo] jndi.present (optional) = true
     [echo] naming.present (optional) = true
     [echo] resources.present (optional) = true
     [echo] struts.present (optional) = true
     [echo] jstl.present (optional) = ${jstl.present}
     [echo] jdbc-ext.present (optional) = true
     [echo] --- Property values
     [echo] ant.home=/home/rubys/jakarta/jakarta-ant/dist
     [echo] catalina.dist=../jakarta-tomcat-4.0/dist
     [echo] servlet.jar=/home/rubys/jakarta/jakarta-servletapi-4/lib/servlet.jar
     [echo] jaxp.home=/opt/jaxp-1.1
     [echo] jaxp.jar=/opt/jaxp-1.1/jaxp.jar
     [echo] xmlapi.jar=/opt/jaxp-1.1/crimson.jar
     [echo] xmlparser.jar=/opt/jaxp-1.1/crimson.jar
     [echo] jmx.home=/opt/jmx-1_0_1-ri_bin
     [echo] jmxri.jar=${jmxri.jar}
     [echo] junit.jar=/home/rubys/jakarta/dist/junit/junit.jar
     [echo] log4j.jar=/home/rubys/jakarta/jakarta-log4j/dist/lib/log4j-20020205.jar
     [echo] jta.jar=/opt/jta-spec1_0_1/jta-spec1_0_1.jar
     [echo] catalina.jar=../jakarta-tomcat-4.0/dist/server/lib/catalina.jar
     [echo] resources.jar=../jakarta-tomcat-4.0/dist/common/lib/naming-resources.jar
     [echo] naming.jar=../jakarta-tomcat-4.0/dist/common/lib/naming-common.jar
     [echo] commons-httpclient.jar=lib/commons-httpclient.jar
     [echo] tomcat.build=../jakarta-tomcat-4.0/build
     [echo] struts.jar=/home/rubys/jakarta/jakarta-struts/dist/lib/struts.jar
     [echo] taglibs-standard.jar=../jakarta-taglibs/dist/standard/standard.jar
     [echo] slide.build=./build
     [echo] slide.dist=./dist
     [echo] webapp.dist=./dist/slide/webapp
     [echo] slide.release=${slide.release}
     [echo] slide.archive=./jakarta-slide-2.0.0
     [echo] webdavclient.build=./build/client
     [echo] webdavclient.dist=./dist/client

prepare-servlet22:

prepare-servlet23:
     [copy] Copying 3 files to 
/home/rubys/jakarta/jakarta-slide/src/webdav/server/org/apache/slide/webdav/logger

prepare:
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-slide/build
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-slide/build/classes
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-slide/build/examples
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-slide/build/tests
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-slide/build/lib
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-slide/build/doc
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-slide/build/doc/schema
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-slide/build/doc/samples
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-slide/build/doc/javadoc

util:
     [echo] Building Utils
    [javac] Compiling 16 source files to 
/home/rubys/jakarta/jakarta-slide/build/classes

main:
     [echo] Building Slide Core API
    [javac] Compiling 165 source files to 
/home/rubys/jakarta/jakarta-slide/build/classes
    [javac] 
/home/rubys/jakarta/jakarta-slide/src/share/org/apache/slide/search/basicsearch/BasicDataItem.java:262:
 Note: The constructor java.util.Date(java.lang.String) has been deprecated.
    [javac]             otherValue = new Date (literal); // TODO: dateTime.iso8601tz
    [javac]                          ^
    [javac] 
/home/rubys/jakarta/jakarta-slide/src/share/org/apache/slide/search/basic/BasicDataItem.java:262:
 Note: The constructor java.util.Date(java.lang.String) has been deprecated.
    [javac]             otherValue = new Date (literal); // TODO: dateTime.iso8601tz
    [javac]                          ^
    [javac] Note: 2 files use or override a deprecated API.  Please consult the 
documentation for a better alternative in each case.
    [javac] 1 warning
     [copy] Copying 2 files to /home/rubys/jakarta/jakarta-slide/build/classes
     [copy] Copying 6 files to /home/rubys/jakarta/jakarta-slide/build/lib
     [echo] Building Standard Stores
    [javac] Compiling 20 source files to 
/home/rubys/jakarta/jakarta-slide/build/classes
     [echo] Building Default Roles
    [javac] Compiling 6 source files to /home/rubys/jakarta/jakarta-slide/build/classes
     [echo] Building Slide WebDAV Servlet
    [javac] Compiling 31 source files to 
/home/rubys/jakarta/jakarta-slide/build/classes
    [javac] 
/home/rubys/jakarta/jakarta-slide/src/webdav/server/org/apache/slide/webdav/logger/XHttpServletResponseWrapper.java:182:
 Note: The method java.lang.String encodeUrl(java.lang.String) in interface 
javax.servlet.http.HttpServletResponse has been deprecated.
    [javac]         return response.encodeUrl(url);
    [javac]                                  ^
    [javac] Note: 
/home/rubys/jakarta/jakarta-slide/src/webdav/server/org/apache/slide/webdav/logger/XHttpServletResponseWrapper.java
 uses or overrides a deprecated API.  Please consult the documentation for a better 
alternative.
    [javac] 1 warning

examples:
    [javac] Compiling 5 source files to 
/home/rubys/jakarta/jakarta-slide/build/examples
     [copy] Copying 13 files to /home/rubys/jakarta/jakarta-slide/build/examples

webdav-client-prepare:
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-slide/build/client
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-slide/build/client/bin
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-slide/build/client/classes
    [mkdir] Created dir: 
/home/rubys/jakarta/jakarta-slide/build/client/src/org/apache/webdav/cmd
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-slide/build/doc/clientjavadoc
     [copy] Copying 17 files to /home/rubys/jakarta/jakarta-slide/build/client/classes
     [copy] Copying 4 files to /home/rubys/jakarta/jakarta-slide/build/client/src

webdav-client:
    [javac] Compiling 81 source files to 
/home/rubys/jakarta/jakarta-slide/build/client/classes

BUILD FAILED
/home/rubys/jakarta/jakarta-slide/build.xml:663: Could not create task or type of 
type: antlr.

Ant could not find the task or a class this task relies upon.

This is common and has a number of causes; the usual 
solutions are to read the manual pages then download and
install needed JAR files, or fix the build file: 
 - You have misspelt 'antlr'.
   Fix: check your spelling.
 - The task needs an external JAR file to execute
   and this is not found at the right place in the classpath.
   Fix: check the documentation for dependencies.
 - The task is not an Ant core or optional task 
   and needs to be declared using <taskdef>.
   Fix: declare the task.
 - The task is an Ant optional task and optional.jar is absent
   Fix: look for optional.jar in ANT_HOME/lib, download if needed
 - The task was not built into optional.jar as dependent
   libraries were not found at build time.
   Fix: look in the JAR to verify, then rebuild with the needed
   libraries, or download a release version from apache.org
 - The build file was written for a later version of Ant
   Fix: upgrade to at least the latest release version of Ant

Remember that for JAR files to be visible to Ant tasks implemented
in ANT_HOME/lib, the files must be in the same directory or on the
classpath

Please neither file bug reports on this problem, nor email the
Ant mailing lists, until all of these causes have been explored,
as this is not an Ant bug.

Total time: 1 minute, 6 seconds.

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

Reply via email to