GPE uses gwt-codeserver.jar in the GWT_CONTAINER and it asks the user to add it to the classpath if it doesn't exist and super dev mode is on. I think idea uses the gwt-codeserver.jar in the runtime classpath but I haven't confirmed.
On Friday, November 14, 2014 1:50:13 AM UTC-8, Thomas Broyer wrote: > > So, what does the latest GPE do now? Can we revert the change and go back > to what we had in 2.6 (and beta1) with SDM in its own gwt-codeserver.jar > and *not* in gwt-dev.jar? > (and what about IntelliJ IDEA? I must confess I haven't done any GWT dev > –even bug repro checks– for a few weeks, and haven't actually launched > DevMode from Eclipse for a while – last things I did were about Maven only) > > On Sunday, November 2, 2014 8:57:29 PM UTC+1, Brandon Donnelson wrote: >> >> This is a bit tricker to deal with in the GPE source than I imagined. >> >> The current GPE patch is looking ready to go, but it validates checking >> for CodeServer in the classpath if SDM is turned on. Although it adds >> gwt-codeserver.jar to the GWT_CONTAINER resolved classpath. If the >> gwt-codeserver.jar stays int the gwt-sdk moving forward this isn't an >> issue, although, if it doesn't the consistency between 2.5 to 2.7 will be >> different. This creates a challenge with testing in GPE because now that >> I've added validation, I have to change the unit tests around and it only >> has one GWT_ROOT, based on the latest sdk, which means the older SDK would >> need gwt-codeserver.jar and the newer won't. >> >> I think GPE plugin update could release first of next week, this could >> fix the need to fold it into gwt-dev and keep things simpler as it is now. >> I think I'm going to hold off on the GPE fold into gwt-dev changes until >> next week and see how the release looks. >> >> >> Brandon >> >> On Wednesday, October 29, 2014 9:35:14 AM UTC-7, Brian Slesinsky wrote: >>> >>> It looks like the gwt-codeserver jar will still exist, but the same >>> classes will also be in gwt-dev.jar. So it's ugly but should be backward >>> compatible? >>> >>> - Brian >>> >>> -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/38ce7408-04b1-42db-a0f0-21e07ad1edf6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
