However, given cglib is not listed as a missing dependency then it would seem maven found it.
Bhanu Vasireddy wrote:
Hi there,
based on your suggestion i compiled jetty module alone by executing
following commands and i got unsatisfied dependencies error message. i could not find listed jar files when i tried to download them
manually from relavent web sites.
cd modules/jetty maven -X > build.log
C:\Geronimo_dev\incubator-geronimo\modules\jetty>maven -X > build.log The build cannot continue because of the following unsatisfied dependencies:
geronimo-security-1.0-SNAPSHOT.jar geronimo-transaction-1.0-SNAPSHOT.jar geronimo-connector-1.0-SNAPSHOT.jar geronimo-spec-j2ee-jacc-1.0-rc2.jar geronimo-spec-j2ee-connector-1.5-rc2.jar geronimo-spec-jsp-2.0-rc2.jar
Thanks, Bhanu.
On Tue, 29 Jun 2004 09:12:52 -0700, Jeremy Boynes <[EMAIL PROTECTED]> wrote:
Bhanu Vasireddy wrote:
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.
The stack trace in the report shows a call to net.sf.cglib.core.AbstractClassGenerator so it looks like the jar is on the path.
You can get a path listing by using the debug option of maven
$ cd modules/jetty $ maven -X > build.log
-- Jeremy
