From: Petra M. <Pet...@ec...> - 2010-11-04 01:46:27
|
Anthony Hall wrote: > (However, I did get an error at first, when I ran "mvn > -Dmaven.test.skip=true clean install" because the Z Rules seemed to require > the typechecker tests. When I built without skipping tests, it built OK and > didn't actually take much longer, but perhaps there is something slightly > wrong somewhere still?) Yes, that's been an issue for years now but it is a problem with maven rather than with CZT I think. http://odoepner.wordpress.com/2009/03/04/maven-skip-tests-causes-test-jar-dependency-errors/ advises to not use -Dmaven.test.skip=true but set skipTests to true instead. Cheers, Petra |