Hi

    I have three modules - Module A, Module B and Module C. Module A has
dependency on module B and B has dependency on C. A is not directly
dependent on C ie it doesnt have any compile time dependency.

I provided the dependency for Module C in Module B's
project.xmlanddepedency for Module B in Module A's
project.xml

But when i try to run the jar goal on A, following error occurs.
    compiler message file broken: key=compiler.err.file
jarC\JarCClass.class not found      arguments={0}, {1}, {2}, {3}, {4},{5},
{6}, {7}

This jarC\jarCClass is present in Module C and is not directly refered in A.
If i provide the dependency for C  in Module A the
problem gets solved

Any idea why this error occurs?  All suggestions are appreciated.

Regards
Kanakambaran

Reply via email to