You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Gu...@icarus.apache.org on 2003/03/23 12:29:10 UTC

[GUMP] Build Failure - cocoon-block-mail

----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2003-03-23/cocoon-block-mail.html>
----------------------------------------------------

Buildfile: build.xml

init:

prepare:
     [echo] +-------------------------------------------------------------------------------+
     [echo]                         Apache Cocoon 20030323 [1999-2003]
     [echo] +-------------------------------------------------------------------------------+
     [echo]  Building with Apache Ant version 1.6alpha compiled on March 23 2003
     [echo]  using build file /home/rubys/jakarta/cocoon-2.1/build.xml
     [echo]  Compiling with debug on, optimize on, deprecation off
     [echo] +-----------------------------| W A R N I N G |---------------------------------+
     [echo]                This build is targeted for use with JVM 1.4
     [echo]           Using this build on a virtual machine other than the one
     [echo]              it is targeted for may result in runtime errors.
     [echo] +-------------------------------------------------------------------------------+

prepare-core:

compile-core:

compile-scratchpad:

init-tasks:

init-xpatch:

compile-deprecated:

compile:

prepare-blocks:

block:

mail-build:

mail-mocks:

mail-prepare:
    [mkdir] Created dir: /home/rubys/jakarta/cocoon-2.1/build/cocoon-20030323/blocks/mail/dest
    [mkdir] Created dir: /home/rubys/jakarta/cocoon-2.1/build/cocoon-20030323/blocks/mail/conf

mail-compile:
    [javac] Compiling 15 source files to /home/rubys/jakarta/cocoon-2.1/build/cocoon-20030323/blocks/mail/dest
    [javac] /home/rubys/jakarta/cocoon-2.1/src/blocks/mail/java/org/apache/cocoon/mail/MailContentHandlerDelegate.java:384: cannot resolve symbol
    [javac] symbol  : method getDeletedMessageCount ()
    [javac] location: class javax.mail.Folder
    [javac]             addAttribute("deleted-messages", String.valueOf(folder.getDeletedMessageCount()));
    [javac]                                                                   ^
    [javac] 1 error

BUILD FAILED
file:///home/rubys/jakarta/cocoon-2.1/build/cocoon-20030323/temp/blocks-build.xml:3570: Compile failed; see the compiler error output for details.

Total time: 15 seconds