Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 91386 invoked from network); 11 Feb 2004 17:03:05 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Feb 2004 17:03:05 -0000 Received: (qmail 31853 invoked by uid 500); 11 Feb 2004 16:59:29 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 31798 invoked by uid 500); 11 Feb 2004 16:59:28 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 31712 invoked from network); 11 Feb 2004 16:59:27 -0000 Received: from unknown (HELO web41206.mail.yahoo.com) (66.218.93.39) by daedalus.apache.org with SMTP; 11 Feb 2004 16:59:27 -0000 Message-ID: <20040211165930.47911.qmail@web41206.mail.yahoo.com> Received: from [208.24.179.29] by web41206.mail.yahoo.com via HTTP; Wed, 11 Feb 2004 08:59:30 PST Date: Wed, 11 Feb 2004 08:59:30 -0800 (PST) From: mOULI usulumarthy Subject: Build failure To: geronimo-dev@incubator.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-963151477-1076518770=:46873" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --0-963151477-1076518770=:46873 Content-Type: text/plain; charset=us-ascii The build fails with the error given bleow. +---------------------------------------- | Executing (default): Geronimo :: Deployment | Memory: 27M/30M +---------------------------------------- Attempting to download mx4j-SNAPSHOT.jar. Attempting to download maven-SNAPSHOT.jar. default: Overriding previous definition of reference to clover.classpath java:prepare-filesystem: [mkdir] Created dir: C:\os\incubator-geronimo\modules\deployment\target\clas ses java:compile: [depend] Deleted 0 out of date files in 0 seconds [echo] Compiling to C:\os\incubator-geronimo\modules\deployme nt/target/classes [javac] Compiling 57 source files to C:\os\incubator-geronimo\modules\deploy ment\target\classes java:jar-resources: test:prepare-filesystem: [mkdir] Created dir: C:\os\incubator-geronimo\modules\deployment\target\test -classes [mkdir] Created dir: C:\os\incubator-geronimo\modules\deployment\target\test -reports test:test-resources: Copying 2 files to C:\os\incubator-geronimo\modules\deployment\target\test-class es Copying 10 files to C:\os\incubator-geronimo\modules\deployment\target\test-clas ses test:compile: [javac] Compiling 12 source files to C:\os\incubator-geronimo\modules\deploy ment\target\test-classes C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym ent\service\ConfigPlanTest.java:60: package org.apache.geronimo.deployment.xbean s does not exist import org.apache.geronimo.deployment.xbeans.AttributeType; ^ C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym ent\service\ConfigPlanTest.java:61: package org.apache.geronimo.deployment.xbean s does not exist import org.apache.geronimo.deployment.xbeans.ConfigurationDocument; ^ C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym ent\service\ConfigPlanTest.java:62: package org.apache.geronimo.deployment.xbean s does not exist import org.apache.geronimo.deployment.xbeans.ConfigurationType; ^ C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym ent\service\ConfigPlanTest.java:63: package org.apache.geronimo.deployment.xbean s does not exist import org.apache.geronimo.deployment.xbeans.GbeanType; ^ C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym ent\service\ConfigPlanTest.java:64: package org.apache.geronimo.deployment.xbean s does not exist import org.apache.geronimo.deployment.xbeans.ReferenceType; ^ C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym ent\service\ConfigPlanTest.java:65: package org.apache.geronimo.deployment.xbean s does not exist import org.apache.geronimo.deployment.xbeans.DependencyType; ^ C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym ent\service\ConfigPlanTest.java:78: cannot resolve symbol symbol : class ConfigurationDocument location: class org.apache.geronimo.deployment.service.ConfigPlanTest ConfigurationDocument doc = ConfigurationDocument.Factory.parse(plan1); ^ C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym ent\service\ConfigPlanTest.java:78: package ConfigurationDocument does not exist ConfigurationDocument doc = ConfigurationDocument.Factory.parse(plan1); ^ C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym ent\service\ConfigPlanTest.java:79: cannot resolve symbol symbol : class ConfigurationType location: class org.apache.geronimo.deployment.service.ConfigPlanTest ConfigurationType configuration = doc.getConfiguration(); ^ C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym ent\service\ConfigPlanTest.java:82: cannot resolve symbol symbol : class DependencyType location: class org.apache.geronimo.deployment.service.ConfigPlanTest DependencyType[] dependencies = configuration.getDependencyArray(); ^ C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym ent\service\ConfigPlanTest.java:88: cannot resolve symbol symbol : class GbeanType location: class org.apache.geronimo.deployment.service.ConfigPlanTest GbeanType[] gbeans = configuration.getGbeanArray(); ^ C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym ent\service\ConfigPlanTest.java:91: cannot resolve symbol symbol : class AttributeType location: class org.apache.geronimo.deployment.service.ConfigPlanTest AttributeType[] attrs = gbeans[0].getAttributeArray(); ^ C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym ent\service\ConfigPlanTest.java:98: cannot resolve symbol symbol : class ReferenceType location: class org.apache.geronimo.deployment.service.ConfigPlanTest ReferenceType[] refs = gbeans[0].getReferenceArray(); ^ 13 errors BUILD FAILED File...... file:/C:/os/incubator-geronimo/ Element... maven:reactor Line...... 134 Column.... 27 Unable to obtain goal [default] -- file:/C:/Documents and Settings/user/.mave n/plugins/maven-test-plugin-1.4/:35:46: Compile failed; see the compiler error output for details. Total time: 3 minutes 13 seconds Finished at: Wed Feb 11 11:11:52 EST 2004 --------------------------------- Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online --0-963151477-1076518770=:46873 Content-Type: text/html; charset=us-ascii
The build fails with the error given bleow.
 
+----------------------------------------
| Executing (default): Geronimo :: Deployment
| Memory: 27M/30M
+----------------------------------------
Attempting to download mx4j-SNAPSHOT.jar.
Attempting to download maven-SNAPSHOT.jar.

default:
Overriding previous definition of reference to clover.classpath
java:prepare-filesystem:
    [mkdir] Created dir: C:\os\incubator-geronimo\modules\deployment\target\clas
ses
java:compile:
    [depend] Deleted 0 out of date files in 0 seconds
<xmlbeans:schema2java xmlconfigs="C:\os\incubator-geronimo\modules\deployment/sr
c/schema/xmlconfig.xml" targetdir="C:\os\incubator-geronimo\modules\deployment/t
arget/xmlbeans" cataloglocation="C:\os\incubator-geronimo\modules\deployment/../
../specs/schema/src/catalog/resolver-catalog.xml" sourceschema="schema/geronimo-
config.xsd" sourcedir="C:\os\incubator-geronimo\modules\deployment/src"></xmlbea
ns:schema2java>    [echo] Compiling to C:\os\incubator-geronimo\modules\deployme
nt/target/classes
    [javac] Compiling 57 source files to C:\os\incubator-geronimo\modules\deploy
ment\target\classes
java:jar-resources:
test:prepare-filesystem:
    [mkdir] Created dir: C:\os\incubator-geronimo\modules\deployment\target\test
-classes
    [mkdir] Created dir: C:\os\incubator-geronimo\modules\deployment\target\test
-reports
test:test-resources:
Copying 2 files to C:\os\incubator-geronimo\modules\deployment\target\test-class
es
Copying 10 files to C:\os\incubator-geronimo\modules\deployment\target\test-clas
ses
test:compile:
    [javac] Compiling 12 source files to C:\os\incubator-geronimo\modules\deploy
ment\target\test-classes
C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym
ent\service\ConfigPlanTest.java:60: package org.apache.geronimo.deployment.xbean
s does not exist
import org.apache.geronimo.deployment.xbeans.AttributeType;
                                             ^
C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym
ent\service\ConfigPlanTest.java:61: package org.apache.geronimo.deployment.xbean
s does not exist
import org.apache.geronimo.deployment.xbeans.ConfigurationDocument;
                                             ^
C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym
ent\service\ConfigPlanTest.java:62: package org.apache.geronimo.deployment.xbean
s does not exist
import org.apache.geronimo.deployment.xbeans.ConfigurationType;
                                             ^
C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym
ent\service\ConfigPlanTest.java:63: package org.apache.geronimo.deployment.xbean
s does not exist
import org.apache.geronimo.deployment.xbeans.GbeanType;
                                             ^
C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym
ent\service\ConfigPlanTest.java:64: package org.apache.geronimo.deployment.xbean
s does not exist
import org.apache.geronimo.deployment.xbeans.ReferenceType;
                                             ^
C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym
ent\service\ConfigPlanTest.java:65: package org.apache.geronimo.deployment.xbean
s does not exist
import org.apache.geronimo.deployment.xbeans.DependencyType;
                                             ^
C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym
ent\service\ConfigPlanTest.java:78: cannot resolve symbol
symbol  : class ConfigurationDocument
location: class org.apache.geronimo.deployment.service.ConfigPlanTest
        ConfigurationDocument doc = ConfigurationDocument.Factory.parse(plan1);
        ^
C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym
ent\service\ConfigPlanTest.java:78: package ConfigurationDocument does not exist
        ConfigurationDocument doc = ConfigurationDocument.Factory.parse(plan1);
                                                         ^
C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym
ent\service\ConfigPlanTest.java:79: cannot resolve symbol
symbol  : class ConfigurationType
location: class org.apache.geronimo.deployment.service.ConfigPlanTest
        ConfigurationType configuration = doc.getConfiguration();
        ^
C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym
ent\service\ConfigPlanTest.java:82: cannot resolve symbol
symbol  : class DependencyType
location: class org.apache.geronimo.deployment.service.ConfigPlanTest
        DependencyType[] dependencies = configuration.getDependencyArray();
        ^
C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym
ent\service\ConfigPlanTest.java:88: cannot resolve symbol
symbol  : class GbeanType
location: class org.apache.geronimo.deployment.service.ConfigPlanTest
        GbeanType[] gbeans = configuration.getGbeanArray();
        ^
C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym
ent\service\ConfigPlanTest.java:91: cannot resolve symbol
symbol  : class AttributeType
location: class org.apache.geronimo.deployment.service.ConfigPlanTest
        AttributeType[] attrs = gbeans[0].getAttributeArray();
        ^
C:\os\incubator-geronimo\modules\deployment\src\test\org\apache\geronimo\deploym
ent\service\ConfigPlanTest.java:98: cannot resolve symbol
symbol  : class ReferenceType
location: class org.apache.geronimo.deployment.service.ConfigPlanTest
        ReferenceType[] refs = gbeans[0].getReferenceArray();
        ^
13 errors
BUILD FAILED
File...... file:/C:/os/incubator-geronimo/
Element... maven:reactor
Line...... 134
Column.... 27
Unable to obtain goal [default] -- file:/C:/Documents and Settings/user/.mave
n/plugins/maven-test-plugin-1.4/:35:46: <javac> Compile failed; see the compiler
 error output for details.
Total time: 3 minutes 13 seconds
Finished at: Wed Feb 11 11:11:52 EST 2004


Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online --0-963151477-1076518770=:46873--