Open coyotesqrl opened 4 years ago
spits out the name of every generated file it builds to
System.out
.
The Spring Framework team would also be grateful if there were a flag or mechanism to avoid having the generated file names printed to the console during our build.
While the xjc processing is quiet when the flag is set, the call to
JCodeModel.build()
spits out the name of every generated file it builds toSystem.out
.It would be preferred to be fully quiet.