You probably have the GWT logging turned up to DEBUG or such, and when you do that the compiler logs a ton of stuff. What does your POM have for the plugin configuration?
On Nov 10, 11:02 am, "Ian P. Christian" <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm using GWT / GTX and maven. When running a 'mvn tset', I get a LOT of > output. For example: > > Checking rule <replace-with > class='com.allen_sauer.gwt.log.client.NullLogger'/> > Checking if all subconditions are true (<all>) > <when-type-is > class='com.allen_sauer.gwt.log.client.ConsoleLogger'/> > Not an exact match > No: One or more subconditions was false > Rule did not match > Checking rule <replace-with > class='com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled'/> > Checking if all subconditions are true (<all>) > <when-type-is > class='com.google.gwt.user.client.ui.UIObject.DebugIdImpl'/> > Not an exact match > No: One or more subconditions was false > Rule did not match > > Redirecting this output to a file, there's 15 meg of output before the tests > are run. > > Am I doing something wrong or is this normal? > > Thanks, > > Ian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
