Silence sanity info message when running "ant -q"
-------------------------------------------------
Key: DERBY-4878
URL: https://issues.apache.org/jira/browse/DERBY-4878
Project: Derby
Issue Type: Improvement
Components: Build tools
Reporter: Knut Anders Hatlen
Assignee: Knut Anders Hatlen
Priority: Minor
Fix For: 10.7.1.0
When I run "ant -q all" (with the patches for DERBY-4876 and DERBY-4877), I now
only see these two messages:
[echo] building generated sanity info
[java] Warning: Lookahead adequacy checking not being performed since
option LOOKAHEAD is more than 1. Set option FORCE_LA_CHECK to true to force
checking.
The message about generating sanity info hardly looks worth printing when
running ant in quiet mode, so I suggest that we change its reporting level from
warning (default) to info. This will make the message show up when running ant
in default mode, and suppress it when running in quiet mode.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.