Re: [gwt-contrib] Re: 2.6.0-rc3

2013-12-07 Thread Thomas Broyer


On Saturday, December 7, 2013 12:52:12 AM UTC+1, juan_pablo_gardella wrote:

 Thanks Colin, it seems this parameter disable some performance 
 improvements:

  GWT attempts to load pre-compiled GWT module archives (.gwtar files) to 
 increase performance. Consequently, building GWT examples shipped with this 
 release fails with the IBM implementations of the Java Developement Kit 
 (both 1.6 and 1.7). To work around the issue, use the 
 -Dgwt.usearchives=false parameter with gwt-maven-plugin to disable loading 
 of the pre-compiled archives.


 Source: https://bugzilla.redhat.com/show_bug.cgi?id=919447

 And this argument is not listed in java -cp gwt-dev.jar 
 com.google.gwt.dev.HostedMode


This only lists arguments, and gwt.userarchives is a system property (BTW, 
HostedMode ?!?!?)
I think someone really should update 
https://code.google.com/p/google-web-toolkit/wiki/JavaSystemPropertiesAndGwt
I'll try to do it if I find time (and remember about it)

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [gwt-contrib] Re: 2.6.0-rc3

2013-12-07 Thread Juan Pablo Gardella
Thanks for the link Thomas, but as you said was updated in 2010. HostedMode
appears in
http://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.html at
the section Development Mode Options.




2013/12/7 Thomas Broyer t.bro...@gmail.com



 On Saturday, December 7, 2013 12:52:12 AM UTC+1, juan_pablo_gardella wrote:

 Thanks Colin, it seems this parameter disable some performance
 improvements:

  GWT attempts to load pre-compiled GWT module archives (.gwtar files) to
 increase performance. Consequently, building GWT examples shipped with this
 release fails with the IBM implementations of the Java Developement Kit
 (both 1.6 and 1.7). To work around the issue, use the
 -Dgwt.usearchives=false parameter with gwt-maven-plugin to disable loading
 of the pre-compiled archives.


 Source: https://bugzilla.redhat.com/show_bug.cgi?id=919447

 And this argument is not listed in java -cp gwt-dev.jar
 com.google.gwt.dev.HostedMode


 This only lists arguments, and gwt.userarchives is a system property (BTW,
 HostedMode ?!?!?)
 I think someone really should update
 https://code.google.com/p/google-web-toolkit/wiki/JavaSystemPropertiesAndGwt
 I'll try to do it if I find time (and remember about it)

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors
 ---
 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.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [gwt-contrib] Re: 2.6.0-rc3

2013-12-07 Thread Thomas Broyer


On Friday, December 6, 2013 8:03:57 AM UTC+1, Roberto Lublinerman wrote:

 It seems that we need to build the release with -sourceLevel 6 for it to 
 work with Java 6.


I haven't tested it (I'm releasing gwt-maven-plugin at the same time) so 
I'll wait for Leeroy Jenkins, but I gave it a try 
at https://gwt-review.googlesource.com/5650 (would have to be cherry-picked 
to release/2.6)

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.