One thought--make sure you're using the latest release of Maven. I'm having trouble too, but for a different reason. I'll keep everyone posted ; ) -- N. Alex Rupp
----- Original Message ----- From: "mOULI usulumarthy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 11, 2004 10:59 AM Subject: Build failure > 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
