There are already some arguments not needed for DevMode which are passed to the codeserver like -XjsInteropMode, so to me makes sense to add it as well.
On Tue, Sep 30, 2014 at 1:50 AM, Colin Alworth <[email protected]> wrote: > Its possible that we can get away without an explicit way to add this > (like classic Dev Mode has done so far), but -src makes multi-project > development so much saner. No longer do you need to depend on your IDE to > do the Right Thing (i.e. use *that* project as a jar from local maven repo, > but *that* one over there should be raw sources, since the one former has > generated content but the latter is being edited constantly). Leaving this > out puts the onus on the IDE tooling to get it right every time, or provide > an alternate mechanism - you can get pretty close with the (often wrong but > at least easy to customize) Eclipse Run Configuration wiring, but on the > other hand the (totally un-customizable, but at least right 80% of the > time) IDEA Run Configurations that are shipped with Ultimate have to be > right out of the box, or you are just stuck (as is true for 12, 13, and the > 14 EAP). I can't speak for Netbeans (though I've seen a recent resurgence > of GWT users making use of it!). > > Is there a reason that CodeServer has this feature but DevMode doesn't? > Should DevMode have had it all along, or was this just a hack in CodeServer > that should be phased out? > > -- > 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/fc562a17-0f4c-4573-9f18-9b5ea13ad723%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/fc562a17-0f4c-4573-9f18-9b5ea13ad723%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAM28XAux-mHZB%2Bm4o8rFMyGBROtEi7kXWsyrU%3D6feVgeXdRZFQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
