Re: Running new auto compile super dev mode from maven plugin

2014-11-05 Thread Thomas Broyer
Check the classpath for DevMode (run Maven with "-X").
FYI, I ran tests with my https://github.com/tbroyer/gwt-maven-archetypes 
and "compile on refresh" worked OK.

On Wednesday, November 5, 2014 8:16:43 AM UTC+1, Michael Wiles wrote:
>
> Hi all...
>
> So I'm trying out gwt 2.7-rc1
>
> I'm using the same maven config as I had for 2.6
>
> I precompile all my sources so when I start the app it picks up the gwt 
> module. 
>
> When I run the app for the first time it correctly says "compiling" (as it 
> doesn't precompile) and once done the app loads.
>
> But after that when I refresh it doesn't pick up that there are changes 
> and recompiles...
>
> I have to do a full recompile to pick up the changes.
>
> Michael
>

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Server Push

2014-11-05 Thread Marcel K
Which framework for Server Push do you recommend, since Atmosphere doesn't 
seem to work with GWT 2.7.0?

Thanks.

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT 2.7 rc2+chrome is quite unstable

2014-11-05 Thread Alex Luya
   The composition of 2.7 rc1+firefox 33 is relative stable(source file 
get loaded every time) but there is a another problem:output is large(has 
been discussed 
here:https://groups.google.com/forum/#!topic/google-web-toolkit-contributors/o9SlYe0s2j4)

  With chrome+2.7 rc1,source map got shown "sometime".I tried to clean 
chrome's cache,close it,stop SDM server,clean eclipse compilation cache,and 
start sdm and chrome again,app got loaded(no matter sourcemap work or 
not,app always got loaded properly without any error in console) but source 
map doesn't shown and the request to sourcemap.json doesn't get 
sent.This problem comes up without any pattern,sometime,even no any 
configuration changing,it works,then for some reason, I close chrome and 
open it again,sourcemap doesn't show anymore.

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Cross Site Iframe Linker and Script Tags

2014-11-05 Thread Etienne Lacazedieu
Hi,

I'm preparing a big switch (GWT2.3 to 2.6.1, which may change to 2.7.0 
depening on the final release date), and I'm having trouble with the 
xsiframe linker.. I have no problems with adding script> tags in the HTML 
file.

Actually, I wrote a linker (a subclass of CrossSiteIframeLinker), which 
outputs the list of JS files to a properties file.

On the server side, a class reads this file to add 

GWT 2.7 rc1+chrome,sourcemap got loaded sometime,sometime not

2014-11-05 Thread Alex Luya


The composition of 2.7 rc1+firefox 33 works relative stable(sourceMap get 
shown every time) but the souremap output of 2.7 is too large,and it cause 
firefox frozen to load it(this problem has been discussed here:
https://groups.google.com/forum/#!topic/google-web-toolkit-contributors/o9SlYe0s2j4
)

With chrome+2.7 rc1,source map got shown sometime.but sometime,even without 
any configuration changing, it doesn't show any more(and the request to 
sourcemap.json doesn't get sent also),then in sometime,it got shown 
again.By the way,no matter sourcemap shown or not,my app always got loaded 
properly without any error in console.when It doesn't show I tried to clean 
chrome's cache,close it,stop SDM server,clean eclipse compilation cache,and 
start sdm and chrome again,but no luck.So I haven't find any pattern about 
this problem.

 Has anyone faced same problem?If you found or knew a way to solve it,please 
tell 


-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.