It's odd that you do not have this cglib jar. It's also odd that the others tests, which I am certain also use this class, passed.
When you say "Do I need to download any jar file ", can I imply that you download jars by hand and put them into the .maven repository? Regards, Alan > -----Original Message----- > From: Bhanu Vasireddy [mailto:[EMAIL PROTECTED] > Sent: Monday, June 28, 2004 10:25 PM > To: [EMAIL PROTECTED] > Subject: Re: I get a build failure ... > > Alan, > > Thanks for your prompt reply. Here is the file. process is trying to > locate net/sf/cglib/core/Signature file and there is > NoClassDefFoundError error . Do I need to download any jar file. > > Thanks in advance. > > Bhanu. > > On Mon, 28 Jun 2004 23:09:17 -0400, Alan D. Cabrera <[EMAIL PROTECTED]> > wrote: > > > > Can you send me a copy of your > > > > TEST-org.apache.geronimo.jetty.ApplicationTest.txt > > > > file? > > > > Thanks, > > Alan > > > > > > > > > -----Original Message----- > > > From: Bhanu Vasireddy [mailto:[EMAIL PROTECTED] > > > Sent: Monday, June 28, 2004 9:58 PM > > > To: [EMAIL PROTECTED] > > > Cc: geronimo > > > Subject: Re: I get a build failure ... > > > > > > Hi there, > > > > > > I checked out all the sources from CVS and before compiling i > > > deleted all the sub folders from .maven directory which is in my home > > > directory. Still I am getting following error and build is failing. > > > any ideas. > > > > > > Thanks, > > > Bhanu. > > > > > > java:compile: > > > [touch] Creating D:\geronimo_dev\incubator- > > > geronimo\modules\jetty\target\xml > > > beans\tstamp > > > [depend] Deleted 0 out of date files in 0 seconds > > > [echo] Compiling to D:\geronimo_dev\incubator- > > > geronimo\modules\jetty/target/ > > > classes > > > [javac] Compiling 54 source files to D:\geronimo_dev\incubator- > > > geronimo\modu > > > les\jetty\target\classes > > > Note: Some input files use or override a deprecated API. > > > Note: Recompile with -deprecation for details. > > > > > > java:jar-resources: > > > Copying 1 file to D:\geronimo_dev\incubator- > > > geronimo\modules\jetty\target\classe > > > s > > > Copying 92 files to D:\geronimo_dev\incubator- > > > geronimo\modules\jetty\target\clas > > > ses > > > > > > test:prepare-filesystem: > > > [mkdir] Created dir: D:\geronimo_dev\incubator- > > > geronimo\modules\jetty\target > > > \test-classes > > > [mkdir] Created dir: D:\geronimo_dev\incubator- > > > geronimo\modules\jetty\target > > > \test-reports > > > > > > test:test-resources: > > > Copying 1 file to D:\geronimo_dev\incubator- > > > geronimo\modules\jetty\target\test-c > > > lasses > > > Copying 14 files to D:\geronimo_dev\incubator- > > > geronimo\modules\jetty\target\test > > > -classes > > > > > > test:compile: > > > [javac] Compiling 4 source files to D:\geronimo_dev\incubator- > > > geronimo\modul > > > es\jetty\target\test-classes > > > > > > test:test: > > > [junit] Running org.apache.geronimo.jetty.ApplicationTest > > > [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 1.312 > > sec > > > [junit] [ERROR] TEST org.apache.geronimo.jetty.ApplicationTest > > FAILED > > > [junit] Running org.apache.geronimo.jetty.ContainerTest > > > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.152 > > sec > > > [junit] Running org.apache.geronimo.jetty.SecurityTest > > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.653 > > sec > > > [junit] Running > > org.apache.geronimo.jetty.deployment.WebAppDConfigTest > > > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.384 > > sec > > > > > > BUILD FAILED > > > File...... D:\geronimo_dev\incubator-geronimo\maven.xml > > > Element... maven:reactor > > > Line...... 180 > > > Column.... 27 > > > Unable to obtain goal [default] -- C:\Documents and Settings\Bhanu > > > V\.maven\plug > > > ins\maven-test-plugin-1.6.1\plugin.jelly:162:54: <fail> There were > > test > > > failures > > > . > > > Total time: 8 minutes 48 seconds > > > Finished at: Mon Jun 28 19:14:13 PDT 2004 > > > > > > D:\geronimo_dev\incubator-geronimo> > > > > > > > > > > > > On Sat, 26 Jun 2004 05:52:14 -0700 (PDT), mouli <[EMAIL PROTECTED]> > > > wrote: > > > > > > > > BUILD FAILED > > > > File...... E:\incubator-geronimo\maven.xml > > > > Element... maven:reactor > > > > Line...... 180 > > > > Column.... 27 > > > > Unable to obtain goal [default] -- C:\Documents and > > > > Settings\m\.maven\plugins\geronimo-xmlbeans-plugin-1.0- > > > SNAPSHOT\plugin.jelly:53:142: > > > > <j:invokeStatic> Could not load class: > > > > org.apache.geronimo.tools.xmlbeans.SchemaCompilerWrapper. > > > > > > > > Reason: java.lang.reflect.InvocationTargetException > > > > Total time: 2 minutes 28 seconds > > > > Finished at: Sat Jun 26 08:48:52 EDT 2004 > > > > > > > > ===== > > > > ---------------***************--------------- > > > > mouli > > > > > > > > > > > > __________________________________ > > > > Do you Yahoo!? > > > > New and Improved Yahoo! Mail - 100MB free storage! > > > > http://promotions.yahoo.com/new_mail > > > > > >
