Updating to Google Web Toolkin 2.2.0

156 views
Skip to first unread message

RRRaney

unread,
Feb 13, 2011, 9:14:30 AM2/13/11
to gwt-multipage
Hello,

I have tried to update from GWT 2.1.1 to GWT 2.2.0

I now receive the following errors:

Initializing AppEngine server
Logging to JettyLogger(null) via
com.google.apphosting.utils.jetty.JettyLogger
Successfully processed C:\RRRSystems\Eclipse\Project\AppEngine
Application\WebArchive\WEB-INF/appengine-web.xml
Successfully processed C:\RRRSystems\Eclipse\Project\AppEngine
Application\WebArchive\WEB-INF/web.xml
The server is running at http://localhost:8888/
java.lang.RuntimeException: Deferred binding failed for
'org.gwtmultipage.client.core.EntryPointFactory' (did you forget to
inherit a required module?)
at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:
53)
at com.google.gwt.core.client.GWT.create(GWT.java:98)
at
org.gwtmultipage.client.EntrypointDispatcher.onModuleLoad(EntrypointDispatcher.java:
29)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396)
at
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:
183)
at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
510)
at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
352)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IncompatibleClassChangeError: Found interface
com.google.gwt.core.ext.typeinfo.JPackage, but class was expected
at
org.gwtmultipage.rebind.EntryPointFactoryImplGenerator.generate(EntryPointFactoryImplGenerator.java:
120)
at
com.google.gwt.core.ext.GeneratorExtWrapper.generate(GeneratorExtWrapper.java:
48)
at
com.google.gwt.core.ext.GeneratorExtWrapper.generateIncrementally(GeneratorExtWrapper.java:
60)
at
com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(StandardGeneratorContext.java:
662)
at
com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:
41)
at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.rebind(StandardRebindOracle.java:74)
at
com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
259)
at
com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind(ShellModuleSpaceHost.java:
141)
at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:585)
at
com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:
455)
at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:
49)
... 11 more


Works just fine if I go back to GWT 2.1.1

Raney

Brian Reilly

unread,
Feb 15, 2011, 11:17:18 AM2/15/11
to gwt-mu...@googlegroups.com
Apparently, GWT 2.2 introduces a binary incompatibility with
generators (which is how gwt-multipage works). Therefore, it'll need
to be recompiled. The same is true for GIN if you use that.

I'm not sure when we might be able to get a new build of gwt-multipage
out. We'll need to prepare it and test it against various versions of
GWT. (I'm fearing that a build against 2.2 will similarly be
incompatible with >= 2.1)

I'll follow up when I have more information. For now, I would hold off
on upgrading to GWT 2.2.

-Brian

> --
> Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe gwt-multipage beigetreten sind.
> Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an gwt-mu...@googlegroups.com.
> Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an gwt-multipag...@googlegroups.com.
> Besuchen Sie die Gruppe unter http://groups.google.com/group/gwt-multipage?hl=de, um weitere Optionen zu erhalten.
>
>

RRRaney

unread,
Feb 15, 2011, 7:49:11 PM2/15/11
to gwt-multipage
Thanks Brian,

I will continue to use with 2.1, this works just fine in my
application.
I just decided to upgrade when I received the warning of a newer
version of GWT.

I think that some of the members of this group need to get out more
often!

Thanks again,

Raney

On Feb 15, 11:17 am, Brian Reilly <brian.irei...@gmail.com> wrote:
> Apparently, GWT 2.2 introduces a binary incompatibility with
> generators (which is how gwt-multipage works). Therefore, it'll need
> to be recompiled. The same is true for GIN if you use that.
>
> I'm not sure when we might be able to get a new build of gwt-multipage
> out. We'll need to prepare it and test it against various versions of
> GWT. (I'm fearing that a build against 2.2 will similarly be
> incompatible with >= 2.1)
>
> I'll follow up when I have more information. For now, I would hold off
> on upgrading to GWT 2.2.
>
> -Brian
>
>
>
> On Sun, Feb 13, 2011 at 9:14 AM, RRRaney <rrrsyst...@gmail.com> wrote:
> > Hello,
>
> > I have tried to update from GWT 2.1.1 to GWT 2.2.0
>
> > I now receive the following errors:
>
> > Initializing AppEngine server
> > Logging to JettyLogger(null) via
> > com.google.apphosting.utils.jetty.JettyLogger
> > Successfully processed C:\RRRSystems\Eclipse\Project\AppEngine
> > Application\WebArchive\WEB-INF/appengine-web.xml
> > Successfully processed C:\RRRSystems\Eclipse\Project\AppEngine
> > Application\WebArchive\WEB-INF/web.xml
> > The server is running athttp://localhost:8888/
> > java.lang.RuntimeException: Deferred binding failed for
> > 'org.gwtmultipage.client.core.EntryPointFactory' (did you forget to
> > inherit a required module?)
> >        at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:
> > 53)
> >        at com.google.gwt.core.client.GWT.create(GWT.java:98)
> >        at
> > org.gwtmultipage.client.EntrypointDispatcher.onModuleLoad(EntrypointDispatc­her.java:
> > 29)
> >        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> >        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> >        at java.lang.reflect.Method.invoke(Unknown Source)
> >        at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396)
> >        at
> > com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler­.java:
> > 183)
> >        at
> > com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChan­nelServer.java:
> > 510)
> >        at
> > com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java­:
> > 352)
> >        at java.lang.Thread.run(Unknown Source)
> > Caused by: java.lang.IncompatibleClassChangeError: Found interface
> > com.google.gwt.core.ext.typeinfo.JPackage, but class was expected
> >        at
> > org.gwtmultipage.rebind.EntryPointFactoryImplGenerator.generate(EntryPointF­actoryImplGenerator.java:
> > 120)
> >        at
> > com.google.gwt.core.ext.GeneratorExtWrapper.generate(GeneratorExtWrapper.ja­va:
> > 48)
> >        at
> > com.google.gwt.core.ext.GeneratorExtWrapper.generateIncrementally(Generator­ExtWrapper.java:
> > 60)
> >        at
> > com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally­(StandardGeneratorContext.java:
> > 662)
> >        at
> > com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:
> > 41)
> >        at com.google.gwt.dev.shell.StandardRebindOracle
> > $Rebinder.rebind(StandardRebindOracle.java:74)
> >        at
> > com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.j­ava:
> > 259)
> >        at
> > com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind(ShellModuleSpaceHost.j­ava:
> > 141)
> >        at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:585)
> >        at
> > com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:
> > 455)
> >        at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:
> > 49)
> >        ... 11 more
>
> > Works just fine if I go back to GWT 2.1.1
>
> > Raney
>
> > --
> > Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe gwt-multipage beigetreten sind.
> > Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an gwt-mu...@googlegroups.com.
> > Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an gwt-multipag...@googlegroups.com.
> > Besuchen Sie die Gruppe unterhttp://groups.google.com/group/gwt-multipage?hl=de, um weitere Optionen zu erhalten.- Hide quoted text -
>
> - Show quoted text -

Brian Reilly

unread,
Jul 31, 2011, 10:47:39 PM7/31/11
to gwt-mu...@googlegroups.com
I've committed some changes to a branch and attached a test jar (gwtmultipage-core-20110731.jar) to http://code.google.com/p/gwt-multipage/issues/detail?id=21. If you try it out, let me know whether or not it works for you and what version of GWT you're using.

Thanks.

-- Brian


Besuchen Sie die Gruppe unter http://groups.google.com/group/gwt-multipage?hl=de, um weitere Optionen zu erhalten.


RRRaney

unread,
Aug 2, 2011, 8:03:00 AM8/2/11
to gwt-mu...@googlegroups.com

Brian,

Seems fine to me.

Libraries:
JRE System Library [jre6]
App Engine SDK [20110721 - 1.5.2]
GWT SDK [20110621 - 2.3.0]
gwtmultipage-core-20110731.jar

EntryPoint Java:
@UrlPatternEntryPoint("index.html" +
                      "(\\\\?gwt.codesvr=127.0.0.1:9997)?|")


Thanks,
Raney

Claudius Hauptmann

unread,
Aug 7, 2011, 2:59:23 PM8/7/11
to gwt-multipage
Helly Brian,

thank you very much! Your code works very well! I reintegrated your
branch into the trunk and ran a "mvn deploy". A new snapshot is in the
maven repo and the sample on gae is updated.

-- Claudius

mvn deploy
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for org.gwtmultipage:gwtmultipage-core:jar:1.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 47,
column 12
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-site-plugin is missing. @
org.gwtmultipage:gwtmultipage:1.0.0-SNAPSHOT, /Users/claudius/Desktop/
gwt-multipage/gwtmultipage/pom.xml, line 81, column 12
[WARNING] 'reporting.plugins.plugin.version' for
org.apache.maven.plugins:maven-javadoc-plugin is missing. @
org.gwtmultipage:gwtmultipage:1.0.0-SNAPSHOT, /Users/claudius/Desktop/
gwt-multipage/gwtmultipage/pom.xml, line 107, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for org.gwtmultipage:gwtmultipage-sample:war:1.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 89,
column 12
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-site-plugin is missing. @
org.gwtmultipage:gwtmultipage:1.0.0-SNAPSHOT, /Users/claudius/Desktop/
gwt-multipage/gwtmultipage/pom.xml, line 81, column 12
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-war-plugin is missing. @ line 75,
column 12
[WARNING] 'reporting.plugins.plugin.version' for
org.apache.maven.plugins:maven-javadoc-plugin is missing. @
org.gwtmultipage:gwtmultipage:1.0.0-SNAPSHOT, /Users/claudius/Desktop/
gwt-multipage/gwtmultipage/pom.xml, line 107, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for org.gwtmultipage:gwtmultipage:pom:1.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-site-plugin is missing. @ line 81,
column 12
[WARNING] 'reporting.plugins.plugin.version' for
org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 107,
column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer
support building such malformed projects.
[WARNING]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] GWT Multipage
[INFO] GWT Multipage Core
[INFO] GWT Multipage Sample Application
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building GWT Multipage 1.0.0-SNAPSHOT
[INFO]
------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
(6 KB at 12.0 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
(23 KB at 58.0 KB/sec)
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
gwtmultipage ---
[INFO] Installing /Users/claudius/Desktop/gwt-multipage/gwtmultipage/
pom.xml to /Users/claudius/.m2/repository/org/gwtmultipage/
gwtmultipage/1.0.0-SNAPSHOT/gwtmultipage-1.0.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @
gwtmultipage ---
Downloading:
http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage/1.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage/1.0.0-SNAPSHOT/maven-metadata.xml
(816 B at 0.9 KB/sec)
Uploading:
http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage/1.0.0-SNAPSHOT/gwtmultipage-1.0.0-20110807.184704-9.pom
Uploaded:
http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage/1.0.0-SNAPSHOT/gwtmultipage-1.0.0-20110807.184704-9.pom
(6 KB at 4.1 KB/sec)
Downloading: http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage/maven-metadata.xml
Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage/maven-metadata.xml
(324 B at 0.9 KB/sec)
Uploading: http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage/1.0.0-SNAPSHOT/maven-metadata.xml
Uploaded: http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage/1.0.0-SNAPSHOT/maven-metadata.xml
(816 B at 1.2 KB/sec)
Uploading: http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage/maven-metadata.xml
Uploaded: http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage/maven-metadata.xml
(288 B at 0.3 KB/sec)
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building GWT Multipage Core 1.0.0-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
@ gwtmultipage-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 11 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
gwtmultipage-core ---
[INFO] Compiling 10 source files to /Users/claudius/Desktop/gwt-
multipage/gwtmultipage/gwtmultipage-core/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-
testResources) @ gwtmultipage-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/claudius/Desktop/gwt-
multipage/gwtmultipage/gwtmultipage-core/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-
testCompile) @ gwtmultipage-core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @
gwtmultipage-core ---
[INFO] No tests to run.
[INFO] Surefire report directory: /Users/claudius/Desktop/gwt-
multipage/gwtmultipage/gwtmultipage-core/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- gwt-maven-plugin:2.2.0:test (test) @ gwtmultipage-core ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ gwtmultipage-
core ---
[INFO] Building jar: /Users/claudius/Desktop/gwt-multipage/
gwtmultipage/gwtmultipage-core/target/gwtmultipage-core-1.0.0-
SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
gwtmultipage-core ---
[INFO] Installing /Users/claudius/Desktop/gwt-multipage/gwtmultipage/
gwtmultipage-core/target/gwtmultipage-core-1.0.0-SNAPSHOT.jar to /
Users/claudius/.m2/repository/org/gwtmultipage/gwtmultipage-core/1.0.0-
SNAPSHOT/gwtmultipage-core-1.0.0-SNAPSHOT.jar
[INFO] Installing /Users/claudius/Desktop/gwt-multipage/gwtmultipage/
gwtmultipage-core/pom.xml to /Users/claudius/.m2/repository/org/
gwtmultipage/gwtmultipage-core/1.0.0-SNAPSHOT/gwtmultipage-core-1.0.0-
SNAPSHOT.pom
[INFO]
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @
gwtmultipage-core ---
Downloading:
http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage-core/1.0.0-SNAPSHOT/maven-metadata.xml
Downloaded:
http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage-core/1.0.0-SNAPSHOT/maven-metadata.xml
(783 B at 1.4 KB/sec)
Uploading:
http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage-core/1.0.0-SNAPSHOT/gwtmultipage-core-1.0.0-20110807.184716-9.jar
Uploaded:
http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage-core/1.0.0-SNAPSHOT/gwtmultipage-core-1.0.0-20110807.184716-9.jar
(26 KB at 14.1 KB/sec)
Uploading:
http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage-core/1.0.0-SNAPSHOT/gwtmultipage-core-1.0.0-20110807.184716-9.pom
Uploaded:
http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage-core/1.0.0-SNAPSHOT/gwtmultipage-core-1.0.0-20110807.184716-9.pom
(3 KB at 3.5 KB/sec)
Downloading: http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage-core/maven-metadata.xml
Downloaded: http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage-core/maven-metadata.xml
(329 B at 0.8 KB/sec)
Uploading:
http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage-core/1.0.0-SNAPSHOT/maven-metadata.xml
Uploaded:
http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage-core/1.0.0-SNAPSHOT/maven-metadata.xml
(783 B at 1.0 KB/sec)
Uploading: http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage-core/maven-metadata.xml
Uploaded: http://oss.sonatype.org/content/repositories/snapshots/org/gwtmultipage/gwtmultipage-core/maven-metadata.xml
(293 B at 0.5 KB/sec)
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building GWT Multipage Sample Application 1.0.0-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
@ gwtmultipage-sample ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/claudius/Desktop/gwt-
multipage/gwtmultipage/gwtmultipage-sample/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
gwtmultipage-sample ---
[INFO] Compiling 4 source files to /Users/claudius/Desktop/gwt-
multipage/gwtmultipage/gwtmultipage-sample/war/WEB-INF/classes
[INFO]
[INFO] --- gwt-maven-plugin:2.2.0:compile (compile) @ gwtmultipage-
sample ---
[INFO] auto discovered modules
[org.gwtmultipage.sample.MultipageSample]
[INFO] Compiling module org.gwtmultipage.sample.MultipageSample
[INFO] Compiling 5 permutations
[INFO] Compiling permutation 0...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 1...
[INFO] Compiling permutation 2...
[INFO] Compiling permutation 3...
[INFO] Compiling permutation 4...
[INFO] Compile of permutations succeeded
[INFO] Linking into /Users/claudius/Desktop/gwt-multipage/gwtmultipage/
gwtmultipage-sample/war/org.gwtmultipage.sample.MultipageSample
[INFO] Link succeeded
[INFO] Compilation succeeded -- 65.591s
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-
testResources) @ gwtmultipage-sample ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/claudius/Desktop/gwt-
multipage/gwtmultipage/gwtmultipage-sample/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-
testCompile) @ gwtmultipage-sample ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @
gwtmultipage-sample ---
[INFO] No tests to run.
[INFO] Surefire report directory: /Users/claudius/Desktop/gwt-
multipage/gwtmultipage/gwtmultipage-sample/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ gwtmultipage-
sample ---
[INFO] Packaging webapp
[INFO] Assembling webapp [gwtmultipage-sample] in [/Users/claudius/
Desktop/gwt-multipage/gwtmultipage/gwtmultipage-sample/target/
gwtmultipage-sample-1.0.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp webResources [/Users/claudius/Desktop/gwt-
multipage/gwtmultipage/gwtmultipage-sample/war] to [/Users/claudius/
Desktop/gwt-multipage/gwtmultipage/gwtmultipage-sample/target/
gwtmultipage-sample-1.0.0-SNAPSHOT]
[INFO] Copying webapp resources [/Users/claudius/Desktop/gwt-multipage/
gwtmultipage/gwtmultipage-sample/war]
[INFO] Webapp assembled in [663 msecs]
[INFO] Building war: /Users/claudius/Desktop/gwt-multipage/
gwtmultipage/gwtmultipage-sample/target/gwtmultipage-sample-1.0.0-
SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
gwtmultipage-sample ---
[INFO] Installing /Users/claudius/Desktop/gwt-multipage/gwtmultipage/
gwtmultipage-sample/target/gwtmultipage-sample-1.0.0-SNAPSHOT.war to /
Users/claudius/.m2/repository/org/gwtmultipage/gwtmultipage-sample/
1.0.0-SNAPSHOT/gwtmultipage-sample-1.0.0-SNAPSHOT.war
[INFO] Installing /Users/claudius/Desktop/gwt-multipage/gwtmultipage/
gwtmultipage-sample/pom.xml to /Users/claudius/.m2/repository/org/
gwtmultipage/gwtmultipage-sample/1.0.0-SNAPSHOT/gwtmultipage-
sample-1.0.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @
gwtmultipage-sample ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] >>> maven-gae-plugin:0.5.3:deploy (gae-deploy) @ gwtmultipage-
sample >>>
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
@ gwtmultipage-sample ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/claudius/Desktop/gwt-
multipage/gwtmultipage/gwtmultipage-sample/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
gwtmultipage-sample ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- gwt-maven-plugin:2.2.0:compile (compile) @ gwtmultipage-
sample ---
[INFO] auto discovered modules
[org.gwtmultipage.sample.MultipageSample]
[INFO] org.gwtmultipage.sample.MultipageSample is up to date. GWT
compilation skipped
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-
testResources) @ gwtmultipage-sample ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/claudius/Desktop/gwt-
multipage/gwtmultipage/gwtmultipage-sample/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-
testCompile) @ gwtmultipage-sample ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @
gwtmultipage-sample ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run
for this configuration
[INFO]
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ gwtmultipage-
sample ---
[INFO] Packaging webapp
[INFO] Assembling webapp [gwtmultipage-sample] in [/Users/claudius/
Desktop/gwt-multipage/gwtmultipage/gwtmultipage-sample/target/
gwtmultipage-sample-1.0.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp webResources [/Users/claudius/Desktop/gwt-
multipage/gwtmultipage/gwtmultipage-sample/war] to [/Users/claudius/
Desktop/gwt-multipage/gwtmultipage/gwtmultipage-sample/target/
gwtmultipage-sample-1.0.0-SNAPSHOT]
[INFO] Copying webapp resources [/Users/claudius/Desktop/gwt-multipage/
gwtmultipage/gwtmultipage-sample/war]
[INFO] Webapp assembled in [414 msecs]
[INFO] Building war: /Users/claudius/Desktop/gwt-multipage/
gwtmultipage/gwtmultipage-sample/target/gwtmultipage-sample-1.0.0-
SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO]
[INFO] <<< maven-gae-plugin:0.5.3:deploy (gae-deploy) @ gwtmultipage-
sample <<<
[INFO]
[INFO] --- maven-gae-plugin:0.5.3:deploy (gae-deploy) @ gwtmultipage-
sample ---
Downloading:
http://maven-gae-plugin.googlecode.com/svn/repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-11/plexus-archiver-1.0-alpha-11.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-11/plexus-archiver-1.0-alpha-11.pom
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-11/plexus-archiver-1.0-alpha-11.pom
(2 KB at 4.7 KB/sec)
Downloading:
http://maven-gae-plugin.googlecode.com/svn/repository/org/codehaus/plexus/plexus-io/1.0-alpha-3/plexus-io-1.0-alpha-3.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-3/plexus-io-1.0-alpha-3.pom
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-3/plexus-io-1.0-alpha-3.pom
(2 KB at 4.0 KB/sec)
Downloading:
http://maven-gae-plugin.googlecode.com/svn/repository/org/datanucleus/datanucleus-core/1.1.5/datanucleus-core-1.1.5.pom
Downloading: http://repo1.maven.org/maven2/org/datanucleus/datanucleus-core/1.1.5/datanucleus-core-1.1.5.pom
Downloaded: http://repo1.maven.org/maven2/org/datanucleus/datanucleus-core/1.1.5/datanucleus-core-1.1.5.pom
(7 KB at 12.2 KB/sec)
Downloading: http://maven-gae-plugin.googlecode.com/svn/repository/org/apache/ant/ant/1.7.1/ant-1.7.1.pom
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.pom
Downloaded: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.pom
(10 KB at 30.2 KB/sec)
Downloading: http://maven-gae-plugin.googlecode.com/svn/repository/org/apache/ant/ant-parent/1.7.1/ant-parent-1.7.1.pom
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-parent/1.7.1/ant-parent-1.7.1.pom
Downloaded: http://repo1.maven.org/maven2/org/apache/ant/ant-parent/1.7.1/ant-parent-1.7.1.pom
(5 KB at 8.6 KB/sec)
Downloading: http://maven-gae-plugin.googlecode.com/svn/repository/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom
Downloaded: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom
(3 KB at 8.1 KB/sec)
Downloading:
http://maven-gae-plugin.googlecode.com/svn/repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-11/plexus-archiver-1.0-alpha-11.jar
Downloading:
http://maven-gae-plugin.googlecode.com/svn/repository/org/codehaus/plexus/plexus-io/1.0-alpha-3/plexus-io-1.0-alpha-3.jar
Downloading: http://maven-gae-plugin.googlecode.com/svn/repository/org/apache/ant/ant/1.7.1/ant-1.7.1.jar
Downloading:
http://maven-gae-plugin.googlecode.com/svn/repository/org/datanucleus/datanucleus-core/1.1.5/datanucleus-core-1.1.5.jar
Downloading: http://maven-gae-plugin.googlecode.com/svn/repository/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-11/plexus-archiver-1.0-alpha-11.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-3/plexus-io-1.0-alpha-3.jar
Downloading: http://repo1.maven.org/maven2/org/datanucleus/datanucleus-core/1.1.5/datanucleus-core-1.1.5.jar
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.jar
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-11/plexus-archiver-1.0-alpha-11.jar
(170 KB at 125.6 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar
(12 KB at 7.7 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-3/plexus-io-1.0-alpha-3.jar
(46 KB at 25.0 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/datanucleus/datanucleus-core/1.1.5/datanucleus-core-1.1.5.jar
(1888 KB at 810.9 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.jar
(1292 KB at 506.1 KB/sec)
[INFO] Updating Google App Engine Server...
********************************************************
There is a new version of the SDK available.
-----------
Latest SDK:
Release: 1.5.2
Timestamp: Wed Jun 22 10:21:46 CEST 2011
API versions: [1.0]

-----------
Your SDK:
Release: 1.3.0
Timestamp: Mon Dec 14 19:47:37 CET 2009
API versions: [1.0]

-----------
Please visit http://code.google.com/appengine for the latest SDK.
********************************************************
Reading application configuration data...
Beginning server interaction for gwtmultipage...
0% Creating staging directory
5% Scanning for jsp files.
20% Scanning files on local disk.
25% Initiating update.
Email: cl___...@gmail.com
Password for cl___...@gmail.com:
28% Cloning 52 static files.
31% Cloning 63 application files.
40% Uploading 65 files.
52% Uploaded 16 files.
61% Uploaded 32 files.
68% Uploaded 48 files.
73% Uploaded 64 files.
90% Deploying new version.
95% Will check again in 1 seconds
98% Will check again in 2 seconds
99% Closing update: new version is ready to start serving.
99% Uploading index definitions.

Update completed successfully.
Success.
Cleaning up temporary files...
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] GWT Multipage ..................................... SUCCESS
[6.194s]
[INFO] GWT Multipage Core ................................ SUCCESS
[12.682s]
[INFO] GWT Multipage Sample Application .................. SUCCESS
[2:49.237s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 3:08.770s
[INFO] Finished at: Sun Aug 07 20:50:10 CEST 2011
[INFO] Final Memory: 19M/81M
[INFO]
------------------------------------------------------------------------




On Aug 1, 4:47 am, Brian Reilly <brian.irei...@gmail.com> wrote:
> I've committed some changes to a branch and attached a test jar
> (gwtmultipage-core-20110731.jar) tohttp://code.google.com/p/gwt-multipage/issues/detail?id=21. If you try it
Reply all
Reply to author
Forward
0 new messages