Kanakambaran Nair wrote on Monday, May 22, 2006 8:11 AM: > This issue is solved when module C is given as a dependency in the > project.xml of module A. I do not understand why this works, because > A does not have any compile time dependency on C.
Are you sure? Do you make usage of classes that extend types of C? > Could somebody please explain ? The compiler must know all base classes to compile sources - even if there's no directly usage. Further explanantions might be possible if you post the exact error/exception (run Maven with -e option). - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
