Re: Using different .gwt.xml in super-dev-mode

2016-05-02 Thread Thomas Broyer
On Monday, May 2, 2016 at 2:34:39 PM UTC+2, Luca Morettoni wrote: > > > On 02 May 2016, at 12:33, Thomas Broyer wrote: > > Starting with 2.8.0-beta1, you can set properties from the command-line > with "-setProperty compiler.stackMode=emulated". > You could also use a

Re: Using different .gwt.xml in super-dev-mode

2016-05-02 Thread Luca Morettoni
> On 02 May 2016, at 12:33, Thomas Broyer wrote: > > Starting with 2.8.0-beta1, you can set properties from the command-line with > "-setProperty compiler.stackMode=emulated". > You could also use a conditional set-property so it's only set when in SDM > (works in 2.7 and

Re: Using different .gwt.xml in super-dev-mode

2016-05-02 Thread Thomas Broyer
On Monday, May 2, 2016 at 12:03:47 PM UTC+2, Luca Morettoni wrote: > > Hi list! In a big project I need to use a different .gwt.xml > file because I’d like to disable some “memory consuming options” I have in > that file, like: > > > > My project is currently splitted in three different

Using different .gwt.xml in super-dev-mode

2016-05-02 Thread Luca Morettoni
Hi list! In a big project I need to use a different .gwt.xml file because I’d like to disable some “memory consuming options” I have in that file, like: My project is currently splitted in three different subproject (client, server and shared), and the client subproject uses two main