You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
I added the maven-dependencies as shown in the wiki, added the json-inherits to gwt.xml ( name.pehl.piriti.json.JSON ) and received this error at startup:
Loading inherited module 'name.pehl.piriti.json.JSON'
Loading inherited module 'com.google.gwt.inject.Inject'
[ERROR] Unable to find 'com/google/gwt/inject/Inject.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
[ERROR] Line 5: Unexpected exception while processing element 'inherits'
What version of the product are you using? On what operating system?
GWT 2.4, Eclipse 4.2.0, m2e 1.1.0 on Windows 7
Please provide any additional information below.
Looks to me like GIN is not available, it is not listed as a dependency for piri ( in eclipse m2e dependency hierarchy ) but seems to be neccessary.
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
I added the maven-dependencies as shown in the wiki, added the json-inherits to gwt.xml ( name.pehl.piriti.json.JSON ) and received this error at startup:
Loading inherited module 'name.pehl.piriti.json.JSON'
Loading inherited module 'com.google.gwt.inject.Inject'
[ERROR] Unable to find 'com/google/gwt/inject/Inject.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
[ERROR] Line 5: Unexpected exception while processing element 'inherits'
What version of the product are you using? On what operating system?
GWT 2.4, Eclipse 4.2.0, m2e 1.1.0 on Windows 7
Please provide any additional information below.
Looks to me like GIN is not available, it is not listed as a dependency for piri ( in eclipse m2e dependency hierarchy ) but seems to be neccessary.
The text was updated successfully, but these errors were encountered: