v20131118 can actually be compiled with Java 6 without any code changes. The newest release (20140110) requires changing some diamond operators and catch statements.
Somebody with access to the tools SVN repository could grab a Java 6 version of the jar from http://artur.app.fi/jscomp-20131118.zip - Artur On 17 Jan 2014, at 19:31 , Roberto Lublinerman <[email protected]> wrote: > Some changes to sourcemap generation require a version newer than 20131014. > The sourcemap part of the closure tools can probably be compiled with as Java > 6. > > > > > On Fri, Jan 17, 2014 at 9:12 AM, Thomas Broyer <[email protected]> wrote: > > > On Friday, January 17, 2014 3:59:58 PM UTC+1, Artur Signell wrote: > Any ideas how this could/will be resolved? Closure compiler dropped support > for Java 6 in the 20131118 release > (https://code.google.com/p/closure-compiler/wiki/Releases). But reverting to > 20131014 seems to require some work. > > Maybe we could re-build them with source="1.6" target="1.6"? Possibly they > didn't introduce too much Java7-isms to the codebase in the 20131118 release > as the move to Java 7 was introduced only 4 days before: > https://code.google.com/p/closure-compiler/source/detail?r=948fdc03049a358e67565aa72f09aa041cb9b15a > > > -- > 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 [email protected]. > 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 [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
