On Tue, 2011-06-14 at 13:07 -0400, Cleber Rosa wrote: > gwt incubator is being deprecated, so remove it from the list of libraries > when compiling gwt apps.
Ok guys, planner is officialy gone: http://autotest.kernel.org/changeset/5423 http://autotest.kernel.org/changeset/5424 http://autotest.kernel.org/changeset/5425 http://autotest.kernel.org/changeset/5426 http://autotest.kernel.org/changeset/5427 http://autotest.kernel.org/changeset/5428 http://autotest.kernel.org/changeset/5429 Thanks again, Cleber. Now, going to polish the last bits before the release :) Lucas > > Signed-off-by: Cleber Rosa <[email protected]> > --- > utils/compile_gwt_clients.py | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/utils/compile_gwt_clients.py b/utils/compile_gwt_clients.py > index 67108bc..e9aa86a 100755 > --- a/utils/compile_gwt_clients.py > +++ b/utils/compile_gwt_clients.py > @@ -15,9 +15,9 @@ _TMP_COMPILE_DIR = _DEFAULT_INSTALL_DIR + '.new' > > _COMPILE_LINE = ('java -Xmx512M ' > '-cp > "%(app_dir)s/src:%(app_dir)s/bin:%(gwt_dir)s/gwt-user.jar' > - ':%(gwt_dir)s/gwt-dev.jar:%(gwt_dir)s/gwt-incubator.jar" ' > - '-Djava.awt.headless=true com.google.gwt.dev.Compiler ' > - '-war "%(compile_dir)s" %(extra_args)s %(project_client)s') > + ':%(gwt_dir)s/gwt-dev.jar" -Djava.awt.headless=true ' > + 'com.google.gwt.dev.Compiler -war "%(compile_dir)s" ' > + '%(extra_args)s %(project_client)s') > > class CompileClientsLoggingConfig(logging_config.LoggingConfig): > def configure_logging(self, results_dir=None, verbose=False): _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
