On Fri, May 14, 2010 at 10:05 AM, kelvin goodson <[email protected]> wrote: > When I build with just "mvn" in the compliance-tests folder I > sometimes get a successful completion of the build, but with each of > the 4 subprojects reporting zero tests to run. I just had an IRC chat > with ant, who suggested mvn clean install (guess I should have tried > that anyway, but I hadn't), and lo and behold the tests run. Does > anyone else see this behaviour? > > Kelvin. >
I was seeing some variable behaviour previously because the type checking code I added was still going out to the network for DTDs and hence sometimes failed. It shouldn't be doing that now. I haven't seen the specific behaviour that you describe where zero tests are run (not that I've noticed anyhow). Simon -- Apache Tuscany committer: tuscany.apache.org Co-author of a book about Tuscany and SCA: tuscanyinaction.com
