Just an FYI for linux users: the workaround above works only if you use single quotes rather than double quotes.
Nathan Wells On Tue, Mar 9, 2010 at 1:57 AM, Fotos Georgiadis <[email protected]> wrote: > This issue has been already reported in the gwt-maven-plugin and a > patch is pending: > http://jira.codehaus.org/browse/MGWT-180 > > Hopefully this will be resolved soon... > > -fotos > > On Mar 8, 7:54 am, Daniel <[email protected]> wrote: > > Nice one! To get it to work on my Windows machine I had to change the > > single quotes to double quotes. > > i.e. > > <logLevel>INFO" -bindAddress 0.0.0.0 -logLevel "INFO</logLevel> > > > > On Mar 5, 7:22 pm, Filip Balejko <[email protected]> wrote: > > > > > > > > > While waiting for support from gwt-maven-plugin, you can use this > > > elegant solution: > > > > > <logLevel>INFO' -bindAddress 0.0.0.0 -logLevel 'INFO</logLevel> > > > > > Filip > > > > > On 22 Lut, 17:42, Nathan Wells <[email protected]> wrote: > > > > > > Have any of you maven users out there (or anyone at all, really) > > > > figured out how to specify a bindAddress argument in the gwt:run > goal? > > > > I would like to be able to connect to the gwt server from a VM on my > > > > machine, but can't find a way to do that, currently. Is there some > way > > > > of specifying arguments to the gwt server other than the standard > > > > maven configuration? > > > > > > Thanks, > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
