[gwt-contrib] Re: Reduce log levels, remove stderr launch URL message

2009-11-18 Thread jat
On 2009/11/17 23:38:18, bruce wrote: LGTM Committed to trunk at r6981, will merge to releases/2.0 shortly. http://gwt-code-reviews.appspot.com/104801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Reduce log levels, remove stderr launch URL message

2009-11-18 Thread John Tamplin
On 11/17/09, Thomas Matthijs thomas.matth...@gmail.com wrote: There used to be a copy-pasteable URL in the DevMode log window of the app you started (removed in 6559), I found this hugely helpfull when i was new to devmode and could not remember the the ?gwt.codesrv or the magical

Re: [gwt-contrib] Re: Reduce log levels, remove stderr launch URL message

2009-11-18 Thread Thomas Matthijs
You should see a log message Waiting for browser connection to ... with the URL, and a Launch default browser link there.  Does that not meet your needs? Maybe i'm doing it wrong, but that's not what i get. http://imgur.com/uWqfx If you go to http://localhost:/ you get an alert error

Re: [gwt-contrib] Re: Reduce log levels, remove stderr launch URL message

2009-11-18 Thread John Tamplin
Are you including a host page in your DevMode launch config? You should be using -startupUrl Foo.html to tell GWT which host page you want to use, and then it will generate a complete URL for you. On 11/18/09, Thomas Matthijs thomas.matth...@gmail.com wrote: You should see a log message

Re: [gwt-contrib] Re: Reduce log levels, remove stderr launch URL message

2009-11-18 Thread Thomas Matthijs
On Wed, Nov 18, 2009 at 17:15, John Tamplin j...@google.com wrote: Are you including a host page in your DevMode launch config?  You should be using -startupUrl Foo.html to tell GWT which host page you want to use, and then it will generate a complete URL for you. Ah much better indeed:

[gwt-contrib] Re: Reduce log levels, remove stderr launch URL message

2009-11-17 Thread bruce
LGTM http://gwt-code-reviews.appspot.com/104801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Reduce log levels, remove stderr launch URL message

2009-11-17 Thread Thomas Matthijs
There used to be a copy-pasteable URL in the DevMode log window of the app you started (removed in 6559), I found this hugely helpfull when i was new to devmode and could not remember the the ?gwt.codesrv or the magical path/directory it put the project in (altho it seems to always be just the