Thanks Jordan, I fix it adding all dependencies to my pom

Regards,
Daniel del Castillo
--
-DdC

On 5/16/07, Jordan Howarth <[EMAIL PROTECTED]> wrote:
Hi Daniel

After recently going through dependency resolution hell (due to
ignorance on my part) I found mvn -X to be extremely useful to view
exactly how Maven is resolving dependency conflicts.

I cannot speak for Apache JCS specifically but if my own experience is a
guide, you may find that a plugin further up the dependency graph is
causing M to select a dependency at runttime scope that does not support
the class you need. If that is the case you should consider extending
the offending plugin with the version of the dependency you need.

Good luck

Jordan Howarth


Daniel del Castillo wrote:
> Sorry for all this noob question, but I'm new to Maven. I'm using
> Apache JCS in a project and I'm still having exceptions during the
> test phase. The problem is that JCS cannot be initialized and is
> throwing an exception. Is there a way to show the expecific error and
> no the NoClassFoundError?
>
> How can I be sure that all neded dependencies are beign downloaded?
> The Maven docs says that dependencies of project dependencies are
> automatically downloaded, but I'm not sure whether this is happening
> for JCS.
>
> Cheers,
> Daniel del Castillo

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



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

Reply via email to