|
From: Ben Caradoc-D. <Ben...@cs...> - 2009-07-09 08:21:28
|
Andrea Aime wrote: > Just run the same here out of curiosity. > The build is very verbose, "resolveURI(...)" all over the place. > Can it be quieted down a little? > (almost all modules are guilty of being very chatty during the build > due to extra debug statements forgot in the tests, but this one is > really super super chatty, "mvn -o clean install | wc -l --> 7805 lines > ;-) ). Ah, yes, the SchemaResolver crapflood. I suspected you might object to it. I want to silence it as well. Every line is an imported schema, and you can see the bloat. We have gotten used to it, and we find it comforting to see the lines scroll by; kind of like a progress bar while an app-schema DataAccess struggles to load. I centralised all the Catalog construction code. Line 109 on CatalogUtilities contains the offending setting: catalogManager.setVerbosity(9); I will try changing this to a less verbose value. > It builds fine for me as well, same build time (which is good, some days > ago a few tests were failing on my machine). Great! -- Ben Caradoc-Davies <Ben...@cs...> Software Engineer, CSIRO Exploration and Mining Australian Resources Research Centre 26 Dick Perry Ave, Kensington WA 6151, Australia |