The fix has been checked in. Please update and see if your build succeeds now.

Mansour wrote:
Jason,
Yep, I am getting the same thing.
Thank you for helping.


Jason Johnston wrote:
I was able to reproduce the error with that command. The key was clearing out the org/apache/cocoon area in my local repository.

The problem is that by skipping the tests, maven doesn't produce the test-jar artifacts which are needed later on by other modules' tests. It seems like that shouldn't matter since the test-jar dependencies are declared in test scope, so they shouldn't have to resolve if you're skipping tests. But I guess Maven doesn't handle that properly.

Anyway, if you remove the -Dmaven.test.skip=true you should get further. But currently I still get another error, caused by one of the blocks requiring the rcl webapp wrapper from tools, before those tools are built. I'll bring this up on the dev list and hopefully get it fixed asap.

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

Reply via email to