On 12/26/05, Andres Paz Sampedro <[EMAIL PROTECTED]> wrote:
> I'm trying to compile struts/action in Eclipse. After getting
> dependencies using the "get-deps" target I still get errors in 2
> classes:
>   DynaBeanInterceptor
>   DynaActionFormClass
> Both have dependency on classes from the
>   net.sf.cglib
> package. Can someone let me know which jar I'm missing?

Look in project.xml for the dependencies:

<dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
      <version>2.1_3</version>
      <url>http://cglib.sourceforge.net/</url>
...

You can retrieve it by going to the URL, or directly from the Maven repository:
   http://www.ibiblio.org/maven/cglib/jars/cglib-nodep-2.1_3.jar

HTH,
--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to