Re: Upgrade 1.5.3 to 1.7.1

2009-11-20 Thread Vince
Just wanted to thank the people who gave pointers on this subject. To : Thomas Broyer, SmartKiller, Olivier and tskaife... Help is greatly appreciated! My work is now running on top of GWT 1.7.1. Thanks a Million, Vince On Nov 11, 5:08 pm, Vince wrote: > Hello tskaife, > > Yep! I just figure

Re: Upgrade 1.5.3 to 1.7.1

2009-11-11 Thread Vince
Hello tskaife, Yep! I just figured it out... I did insert the java thread size specifier, e.g. -Xss16M. Is that overkill? Anyhow, thanks for the feedback... Appreciate it. Now I'm back on track. Thanks, Vince On Nov 11, 4:50 pm, tskaife wrote: > There was an issue like that in 1.6 which I

Re: Upgrade 1.5.3 to 1.7.1

2009-11-11 Thread tskaife
There was an issue like that in 1.6 which I think has been fixed in 1.7 http://code.google.com/p/google-web-toolkit/issues/detail?id=3510 try adding -Xss1024k On Nov 11, 2:23 pm, Vince wrote: > Hello, > > Is this script correct? > > @java -Xmx256M -cp "%~dp0\src;%~dp0\web\WEB-INF\classes;C:\wo

Re: Upgrade 1.5.3 to 1.7.1

2009-11-11 Thread Vince
Hello, Is this script correct? @java -Xmx256M -cp "%~dp0\src;%~dp0\web\WEB-INF\classes;C:\workspace \env\GWT 1.6.4\gwt-windows-1.6.4\gwt-user.jar;C:\workspace\env\GWT 1.6.4\gwt-windows-1.6.4\gwt-dev-windows.jar" com.google.gwt.dev.Compiler -war "%~dp0\www" %* com.timelink.falco.wui.wuigwt.TestAp

Re: Upgrade 1.5.3 to 1.7.1

2009-11-11 Thread Vince
Phase : Change version 1.5.3 - 1.6.4 I'm in the process of changing the compilation build script from using GWTCompile to Compile and I am encountering a StackOverFlow error on my code. This error didn't use to be thrown when using version 1.5.3... Does anybody have any idea on where this error

Re: Upgrade 1.5.3 to 1.7.1

2009-11-11 Thread Vince
Thanks, Olivier... On Nov 11, 10:47 am, Olivier wrote: > You can specify the war directory with the option -war when using > DevMode or compiling. > > http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.h...http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.h...

Re: Upgrade 1.5.3 to 1.7.1

2009-11-11 Thread Olivier
You can specify the war directory with the option -war when using DevMode or compiling. http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#What_are_the_options_that_can_be_passed_to_hosted_mode http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#What_ar

Re: Upgrade 1.5.3 to 1.7.1

2009-11-11 Thread Vince
SmartKiller : Is the /war directory name fixed or can it be renamed to something like /web? On Nov 11, 5:46 am, SmartKiller wrote: > I have successfully migrated to ver 1.7.1 from 1.5.3 start with > the GWT 1.6 release note. Whatever problem you face i will be here. > > On Nov 11, 3:26 a

Re: Upgrade 1.5.3 to 1.7.1

2009-11-11 Thread Vince
Thomas : Thank you for the tip... I greatly appreciate the assistance. On Nov 10, 7:33 pm, Thomas Broyer wrote: > On 10 nov, 23:26, Vince wrote: > > > Hello, > > > I am thinking of upgrading to version 1.7.1 from 1.5.3... I read the > > "Getting Started" guide for 1.7.1 and it seems that a c

Re: Upgrade 1.5.3 to 1.7.1

2009-11-11 Thread Vince
SmartKiller : Thank you... I will surely turn to this board if I get tied along the process. I greatly appreciate the help. On Nov 11, 5:46 am, SmartKiller wrote: > I have successfully migrated to ver 1.7.1 from 1.5.3 start with > the GWT 1.6 release note. Whatever problem you face i wil

Re: Upgrade 1.5.3 to 1.7.1

2009-11-11 Thread SmartKiller
I have successfully migrated to ver 1.7.1 from 1.5.3 start with the GWT 1.6 release note. Whatever problem you face i will be here. On Nov 11, 3:26 am, Vince wrote: > Hello, > > I am thinking of upgrading to version 1.7.1 from 1.5.3... I read the > "Getting Started" guide for 1.7.1 and it s

Re: Upgrade 1.5.3 to 1.7.1

2009-11-10 Thread Thomas Broyer
On 10 nov, 23:26, Vince wrote: > Hello, > > I am thinking of upgrading to version 1.7.1 from 1.5.3... I read the > "Getting Started" guide for 1.7.1 and it seems that a considerable > amount of change has taken place in terms of the base GWT project's > structure and the means to deploy it, e.g

Upgrade 1.5.3 to 1.7.1

2009-11-10 Thread Vince
Hello, I am thinking of upgrading to version 1.7.1 from 1.5.3... I read the "Getting Started" guide for 1.7.1 and it seems that a considerable amount of change has taken place in terms of the base GWT project's structure and the means to deploy it, e.g. The utilization of Ant. Can anyone provide