http://gwt-code-reviews.appspot.com/1467808/diff/1/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerEnableGeneratorResultCaching.java File dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerEnableGeneratorResultCaching.java (right):
http://gwt-code-reviews.appspot.com/1467808/diff/1/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerEnableGeneratorResultCaching.java#newcode48 dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerEnableGeneratorResultCaching.java:48: public boolean setFlag() { On 2011/06/25 15:59:59, jbrosenberg wrote:
Well, I looked into that. Since there's no logger passed into this
class, it's
kinda difficult for it to generate warning output.
maybe too much work, but You could have it change the value of the an option from false to true, then check the option in the main body flag... if its true, then print the warning, if its false, go on about your business silently. http://gwt-code-reviews.appspot.com/1467808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
