I just pull the latest version from trunk and have no problems (don't havae my pc with me, but the latest pull out of trunk I did was Sunday evening - I compile on Java 1.6 on Mac OSX - though I'm lazy and always hit the compile option from the hosted mode (if I'm not using oophm) rather than run the compile command, and I use the old GWT hosted mode command rather than the new 1.6 one).
Maybe you've a bunch of cyclic references in your RunAsync call - so far I've found it best using the pattern on the doc page I linked to. //Adam On 31 Mar, 10:53, Ghostcoder <[email protected]> wrote: > I increased the Heap size to 1028M in Eclipse Cypal studio plugin VM > args but i still get this error . > > On Mar 31, 1:26 pm, Ghostcoder <[email protected]> wrote: > > > > > Thanks for the reply Adam ,can you tell me which revision are you > > using from trunk . > > > Which version of Java are you using with your project ,I am getting an > > error when I complie my GWT 1.6+ project with the r5048 revision from > > trunk and java 1.5 or 1.6. > > > The error is given below > > > Replacing GWT.runAsync with island loader calls > > [ERROR] Unexpected internal compiler error > > java.lang.StackOverflowError > > at java.io.ObjectStreamClass.lookup(Unknown Source) > > at java.io.ObjectOutputStream.writeObject0(Unknown Source) > > at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source) > > at java.io.ObjectOutputStream.writeSerialData(Unknown Source) > > at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source) > > at java.io.ObjectOutputStream.writeObject0(Unknown Source)........ > > .... > > .... > > > On Mar 31, 12:56 am, Adam T <[email protected]> wrote: > > > > HiGhostcoder, > > > > You need to grab the trunk and compile it to use the RunAsync > > > feature. > > > > This is a useful > > > guide:http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting > > > > I'm using it quite heavily in an application I'm building and whilst > > > very useful it can be a little frustrating when your download doesn't > > > split as you expect (I've not got the SOYC tool the article mentions > > > up and running yet). Still, the results are pretty impressive. > > > > //Adam > > > > On 30 Mar, 20:35,Ghostcoder<[email protected]> wrote: > > > > > My application is very huge and the HTML file with script is huge ,so > > > > I like to split the script size into small chunks so that the load > > > > time is better. > > > > > I have seen some post on runasync feature in GWT ,I like to test that > > > > feature can someone suggest the correct stable revision which i can > > > > use to test this feature. > > > > > Any usage document on Runasync would be really helpful. > > > > > Do we need JAVA SDK 1.6 to build the source code in the trunk? > > > > > I had posted a similar question in the forum a few days back but under > > > > a wrong thread so sorry for posting the query once again . > > > > >http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa... > > > > > Thanks- Dölj citerad text - > > - Visa citerad text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
