You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stefan Bodewig <bo...@apache.org> on 2002/12/28 14:17:11 UTC

[GUMP] Build Failure - commons-resources

----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2002-12-28/commons-resources.html>
----------------------------------------------------

Buildfile: build.xml

init:
     [echo] -------- resources 20021228 --------

prepare:
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-commons-sandbox/resources/target
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-commons-sandbox/resources/target/classes
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-commons-sandbox/resources/target/conf
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-commons-sandbox/resources/target/tests
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-commons-sandbox/resources/target/webapps

static:
     [copy] Copying 1 file to /home/rubys/jakarta/jakarta-commons-sandbox/resources/target/conf
     [copy] Replacing: @package@ -> org.apache.commons.resources
     [copy] Replacing: @version@ -> 20021228

compile:
    [javac] Compiling 24 source files to /home/rubys/jakarta/jakarta-commons-sandbox/resources/target/classes
    [javac] /home/rubys/jakarta/jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/impl/ResourceBundleResources.java:79: cannot resolve symbol
    [javac] symbol  : class ResourcesKeyException 
    [javac] location: package resources
    [javac] import org.apache.commons.resources.ResourcesKeyException;
    [javac]                                     ^
    [javac] /home/rubys/jakarta/jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/impl/ResourceBundleResources.java:246: cannot resolve symbol
    [javac] symbol  : class ResourcesKeyException 
    [javac] location: class org.apache.commons.resources.impl.ResourceBundleResources
    [javac]                 throw new ResourcesKeyException(key);
    [javac]                           ^
    [javac] /home/rubys/jakarta/jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/impl/ResourceBundleResources.java:301: cannot resolve symbol
    [javac] symbol  : class ResourcesKeyException 
    [javac] location: class org.apache.commons.resources.impl.ResourceBundleResources
    [javac]                 throw new ResourcesKeyException(key);
    [javac]                           ^
    [javac] 3 errors

BUILD FAILED
file:///home/rubys/jakarta/jakarta-commons-sandbox/resources/build.xml:237: Compile failed; see the compiler error output for details.

Total time: 2 seconds

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