No trace, nada. The module doesn't get loaded at all. In dev mode I set a breakpoint first line on the entry point but it never gets to this point. I have several modules and applications under the same war. The ones without code splitting are working fine as always, the one with stopped working the day I added the split points. I sure did some other changes but this is the most important one. I will try removing the split points to see if it gets better (quite a lot of them though, which is why I haven't done it yet).
Apart from that I use intellij idea 13 and gwt 2.6.1 El 09/10/2014 17:03, "Joseph Lust" <[email protected]> escribió: > Error messages? Traces? > > FWIW, code splitting in GWT-P has always worked 100% for me in DM and SDM. > > -Joe > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google Web Toolkit" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-web-toolkit/DpqEVihJo6E/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
