Hi, I found "cglib-full-2.0.jar" file in ".maven\repository\cglib\jars" directory. I extracted all the contents of cglib-full-2.0.jar file and I can see net/sf/cglib/core/Signature class file available in jar file. I am new person to this environment , is there any way i can see weather this jar file is included in classpath for this particular goal.
Reagrds, Bhanu. On Tue, 29 Jun 2004 17:26:20 +0200, river <[EMAIL PROTECTED]> wrote: > > I wasn't clear. I found about that maven behavior when I had partly > downloaded jar inside my local repo, but it is I assume also possible if > jar is corrupt, or if you build artifact and install it in local repo > but without all the classes (I can't imagine why one would do that). > > > > > -----Original Message----- > > From: Alan Cabrera [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 29, 2004 3:53 PM > > To: [EMAIL PROTECTED] > > Subject: RE: I get a build failure ... > > > > > > How can a partially downloaded jar partially work? Is that possible? > > > > -----Original Message----- > > From: river [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 29, 2004 9:34 AM > > To: [EMAIL PROTECTED] > > Subject: RE: I get a build failure ... > > > > This can happen when maven did not downloaded complete jar from global > > repository, and part of the jar is there (actually it can > > only be empty > > file with correct name) maven will treat that file as downloaded and > > will not download it again. I suggest that you try Alan's advice and > > download all jars by hand. > > > > > -----Original Message----- > > > From: Alan D. Cabrera [mailto:[EMAIL PROTECTED] > > > Sent: Tuesday, June 29, 2004 1:34 PM > > > To: [EMAIL PROTECTED] > > > Subject: RE: I get a build failure ... > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > ----------------------------------------------------------------- > > Visit our Internet site at http://www.reuters.com > > > > Get closer to the financial markets with Reuters Messaging - for more > > information and to register, visit http://www.reuters.com/messaging > > > > Any views expressed in this message are those of the individual > > sender, except where the sender specifically states them to be > > the views of Reuters Ltd. > > > >
