Carsten Ziegeler wrote: > > Ah, great! This shows how useful tests are. I fixed the bug in the > implementation and the block should now build fine again.
cool, the next build (around 1am) should pick up that change then and we'll get notified on the list. We didn't get notified of the initial build failure in the first place because it occured initially after i migrated CI to 1.0.3. > Btw, did you change anything to make the build work again? On my machine > maven was never able to find the core test jar as the name in the > repository did not match the name maven searched for. I found out that Continuum doesn't copy test-jars to it's internal deployment repository. As i was rsync'ing this internal one with svn.a.o/maven-snapshot-repository the test-jars got always left out. The other modules were only able to build because the m2 repository of the zone maven account happened to have a previous copy of the test-jar installed. I've cleared out the local repo and did a fresh rsync with the snapshot repository. If the problem still persists let me know. Thanks Jorg
