sabihi / gwt-phonegap

Automatically exported from code.google.com/p/gwt-phonegap
0 stars 0 forks source link

MainResourceHolder moved Package, ShowMasterEvent no longer exists, POM needs updating, Annotation errors #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try and build the gwt phonegap showcase project.
2.
3.

What is the expected output? What do you see instead?
A successful build.

1. Eclipse marks classes using MainResourceHolder and ShowMasterEvent as errors.

2. POM refers to snapshot version rather than 3.5.0.0.

    <groupId>com.googlecode.gwtphonegap</groupId>
    <artifactId>gwtphonegap-showcase-gwt</artifactId>
    <version>3.4.0.0-SNAPSHOT</version>

Main POM does not reference sub POM properly:

    <modules>
        <module>gwtphonegap.showcase.gwt</module>
    </modules>

should be:

    <modules>
        <module>gwt</module>
    </modules>

3. When i fix up the above and try and compile the project I get:

   [ERROR] Errors in 'com/googlecode/gwtphonegap/showcase/client/ShowCaseEntryPoint.java'
      [ERROR] Line 103: Failed to resolve 'com.googlecode.gwtphonegap.showcase.client.AppPlaceHistoryMapper' via deferred binding
   [WARN] For the following type(s), generated source was never committed (did you forget to call commit()?)
      [WARN] com.googlecode.gwtphonegap.showcase.client.AppPlaceHistoryMapperImpl

What version of the product are you using? On what operating system?
GWT 2.6.1
Eclipse Kepler

Please provide any additional information below.

Original issue reported on code.google.com by Playful...@gmail.com on 2 Nov 2014 at 4:04