Re: [gwt-contrib] Re: -src in DevMode EntryPoint

2014-10-02 Thread Manuel Carrasco MoƱino
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 niloc...@gmail.com 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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 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=emailutm_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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
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.


[gwt-contrib] Re: -src in DevMode EntryPoint

2014-09-29 Thread Colin Alworth
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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: -src in DevMode EntryPoint

2014-09-25 Thread Brandon Donnelson
Would be nice to add some type of way to override the arguments passed to 
code server if needed, when those args don't exist in devmode possibly. 

Such as:
-codeserver -src path/to/resource -XcompilePerFile

-- 
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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/c6688602-3e3e-4ff8-9c14-513c3526c98d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: -src in DevMode EntryPoint

2014-09-25 Thread Brandon Donnelson
Link to the embedded legacy jar issue:
https://github.com/manolo/superdevmode-launcher-legacy/issues/5

-- 
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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/0f915a3c-1f8b-4494-a998-8d3df69ad069%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.