On 16 August 2010 09:00, Thalles <[email protected]> wrote: > Does nobody have an answer?
Try putting it in the logLevel field: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>gwt-maven-plugin</artifactId> <configuration> <logLevel>INFO' -codeServerPort 9999 -logLevel 'INFO</logLevel> </configuration> </plugin> </plugins> This is a hack, of course, but that's how I set the bind address. I've created a profile that does this because it will break gwt:compile otherwise (gwt:compile requires a simple <logLevel>INFO</logLevel>). P.S. Note the quotes! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
