Please ask questions on the opendatakit-developers@ list
Please open GitHub issues when they are real issues.
See the CONFIGURE.txt file for how to configure Eclipse properly.
In particular, when compiling GWT modules you must Refresh for the changes
to be picked up within an EAR project.
···
On Mon, Aug 8, 2016 at 12:45 AM, Quan wrote:
Loading inherited module 'org.opendatakit.aggregate.AggregateUI'
[ERROR] Unable to find 'org/opendatakit/aggregate/AggregateUI.gwt.xml' on
your classpath; could be a typo, or maybe you forgot to include a classpath
entry for source?
···
> Please ask questions on the opendatakit-developers@ list
> Please open GitHub issues when they are real issues.
>
>
> See the CONFIGURE.txt file for how to configure Eclipse properly.
> In particular, when compiling GWT modules you must Refresh for the changes to be picked up within an EAR project.
>
>
>
>
> On Mon, Aug 8, 2016 at 12:45 AM, Quan wrote:
>
> Loading inherited module 'org.opendatakit.aggregate.AggregateUI'
>
> [ERROR] Unable to find 'org/opendatakit/aggregate/AggregateUI.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
>
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
>
>
>
>
>
>
>
>
>
>
>
>
> I follow the Minimal Tomcat6 MySQL/PostgreSQL Eclipse Setup from the CONFIGURE.txt. And My database is Mysql. When i follow the (10) Select eclipse-tomcat6, right-click, Google / GWT Compile. It meet the error.
>
> --
>
> Mitch Sundt
> Software Engineer
> University of Washington
> mitchellsundt@gmail.com
Please ask questions on the opendatakit-developers@ list
Please open GitHub issues when they are real issues.
See the CONFIGURE.txt file for how to configure Eclipse properly.
In particular, when compiling GWT modules you must Refresh for the changes to be picked up within an EAR project.
[ERROR] Unable to find 'org/opendatakit/aggregate/AggregateUI.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Please ask questions on the opendatakit-developers@ list
Please open GitHub issues when they are real issues.
See the CONFIGURE.txt file for how to configure Eclipse properly.
In particular, when compiling GWT modules you must Refresh for the changes to be picked up within an EAR project.
[ERROR] Unable to find 'org/opendatakit/aggregate/AggregateUI.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
It seems that Mars has a problem on Ubuntu 16.04. It can't import project!
So i use Windows 10 and Mars. First i want to install "Google Suite Plugin 3.9.3", but it meet a error. Then i install " Google Suite Plugin 3.9.4".
Start to build.
GWT Complie:
waring: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Loading inherited module 'org.opendatakit.aggregate.AggregateUI'
[ERROR] Unable to find 'org/opendatakit/aggregate/AggregateUI.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
It sounds like you did not Refresh your eclipse-tomcat6 project and
workspace after setting up the Deployment and build paths.
Failing to do that would cause the classpath to not contain the expected
files.
What version of Eclipse and the Google plugins are you using?
I am using:
Eclipse Mars.2 (4.5.2)
Google Suite Plugin 3.9.3.v20160630-1610
···
On Tue, Aug 9, 2016 at 1:20 AM, wrote:
在 2016年8月9日星期二 UTC+8上午12:45:06,Mitch写道:
Please ask questions on the opendatakit-developers@ list
Please open GitHub issues when they are real issues.
See the CONFIGURE.txt file for how to configure Eclipse properly.
In particular, when compiling GWT modules you must Refresh for the
changes to be picked up within an EAR project.
[ERROR] Unable to find 'org/opendatakit/aggregate/AggregateUI.gwt.xml'
on your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
I follow the Minimal Tomcat6 MySQL/PostgreSQL Eclipse Setup from the
CONFIGURE.txt. And My database is Mysql. When i follow the (10) Select
eclipse-tomcat6, right-click, Google / GWT Compile. It meet the error.
With every release of Eclipse and every release of the Google plugin,
something breaks.
···
On Tue, Aug 9, 2016 at 6:56 PM, wrote:
在 2016年8月9日星期二 UTC+8上午12:45:06,Mitch写道:
Please ask questions on the opendatakit-developers@ list
Please open GitHub issues when they are real issues.
See the CONFIGURE.txt file for how to configure Eclipse properly.
In particular, when compiling GWT modules you must Refresh for the
changes to be picked up within an EAR project.
[ERROR] Unable to find 'org/opendatakit/aggregate/AggregateUI.gwt.xml'
on your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
The JavaSoft\Prefs error appears to be benign. If you Google it, you can
probably find some way to stop it. It also occurs when running the ODK
Aggregate installer, and doesn't have any impacts on that.
These errors look like you didn't configure Eclipse to have AppEngine or
GWT libraries.
Go to the "Minimal AppEngine Eclipse Setup" section of CONFIGURE.txt and
re-perform steps 1-4. Or, for Tomcat, go to "Minimal Tomcat6
MySQL/PostgreSQL Eclipse Setup" and re-perform steps 1-6.
Then refresh your projects.
(I am assuming you followed all of the lengthy steps in CONFIGURE.txt; if
not, do everything it says).
···
On Thu, Aug 18, 2016 at 1:54 AM, wrote:
在 2016年8月9日星期二 UTC+8上午12:45:06,Mitch写道:
Please ask questions on the opendatakit-developers@ list
Please open GitHub issues when they are real issues.
See the CONFIGURE.txt file for how to configure Eclipse properly.
In particular, when compiling GWT modules you must Refresh for the
changes to be picked up within an EAR project.
[ERROR] Unable to find 'org/opendatakit/aggregate/AggregateUI.gwt.xml'
on your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
It seems that Mars has a problem on Ubuntu 16.04. It can't import project!
So i use Windows 10 and Mars. First i want to install "Google Suite Plugin
3.9.3", but it meet a error. Then i install " Google Suite Plugin 3.9.4".
Start to build.
GWT Complie:
waring: Could not open/create prefs root node Software\JavaSoft\Prefs at
root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Loading inherited module 'org.opendatakit.aggregate.AggregateUI'
[ERROR] Unable to find 'org/opendatakit/aggregate/AggregateUI.gwt.xml'
on your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
I had try to follow the CONFIGURE.txt many times. I checked it again and
again.
If i have not configure AppEngine or GWT libraries, i can't run GWT Complie
at all.
Why there are so many Maven Dependency lib missing ? It doesn't hava any
impacts on that?
···
2016-08-20 0:09 GMT+08:00 Mitch Sundt :
The JavaSoft\Prefs error appears to be benign. If you Google it, you can
probably find some way to stop it. It also occurs when running the ODK
Aggregate installer, and doesn't have any impacts on that.
These errors look like you didn't configure Eclipse to have AppEngine or
GWT libraries.
Go to the "Minimal AppEngine Eclipse Setup" section of CONFIGURE.txt and
re-perform steps 1-4. Or, for Tomcat, go to "Minimal Tomcat6
MySQL/PostgreSQL Eclipse Setup" and re-perform steps 1-6.
Then refresh your projects.
(I am assuming you followed all of the lengthy steps in CONFIGURE.txt; if
not, do everything it says).
Please ask questions on the opendatakit-developers@ list
Please open GitHub issues when they are real issues.
See the CONFIGURE.txt file for how to configure Eclipse properly.
In particular, when compiling GWT modules you must Refresh for the
changes to be picked up within an EAR project.
[ERROR] Unable to find 'org/opendatakit/aggregate/AggregateUI.gwt.xml'
on your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
It seems that Mars has a problem on Ubuntu 16.04. It can't import project!
So i use Windows 10 and Mars. First i want to install "Google Suite
Plugin 3.9.3", but it meet a error. Then i install " Google Suite Plugin
3.9.4".
Start to build.
GWT Complie:
waring: Could not open/create prefs root node Software\JavaSoft\Prefs at
root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Loading inherited module 'org.opendatakit.aggregate.AggregateUI'
[ERROR] Unable to find 'org/opendatakit/aggregate/AggregateUI.gwt.xml'
on your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
The Eclipse projects are maintained separately from the Maven projects.
In general, the Google Eclipse plug-in and GWT have been hostile to maven
projects and the Eclipse maven plugin.
If you attempt to import and use the maven projects within Eclipse, THEY
WILL NOT WORK; THEY NEVER HAVE WORKED; DO NOT ATTEMPT THIS.
If you want to build using maven (at the command line, outside of Eclipse),
you need to run the ant scripts in the /build and the /src/main/libs
directories, which will set up the maven dependencies. This is all
described in the CONFIGURE.txt (scroll down to the "Full Maven Development
Environment Configuration" section.
And if you are using some other IDE, you are on your own.
···
On Sat, Aug 20, 2016 at 12:15 AM, 吴志权 wrote:
I had try to follow the CONFIGURE.txt many times. I checked it again and
again.
If i have not configure AppEngine or GWT libraries, i can't run GWT
Complie at all.
Why there are so many Maven Dependency lib missing ? It doesn't hava any
impacts on that?
The JavaSoft\Prefs error appears to be benign. If you Google it, you can
probably find some way to stop it. It also occurs when running the ODK
Aggregate installer, and doesn't have any impacts on that.
These errors look like you didn't configure Eclipse to have AppEngine or
GWT libraries.
Go to the "Minimal AppEngine Eclipse Setup" section of CONFIGURE.txt and
re-perform steps 1-4. Or, for Tomcat, go to "Minimal Tomcat6
MySQL/PostgreSQL Eclipse Setup" and re-perform steps 1-6.
Then refresh your projects.
(I am assuming you followed all of the lengthy steps in CONFIGURE.txt; if
not, do everything it says).
Please ask questions on the opendatakit-developers@ list
Please open GitHub issues when they are real issues.
See the CONFIGURE.txt file for how to configure Eclipse properly.
In particular, when compiling GWT modules you must Refresh for the
changes to be picked up within an EAR project.
[ERROR] Unable to find 'org/opendatakit/aggregate/AggregateUI.gwt.xml'
on your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
It seems that Mars has a problem on Ubuntu 16.04. It can't import
project!
So i use Windows 10 and Mars. First i want to install "Google Suite
Plugin 3.9.3", but it meet a error. Then i install " Google Suite Plugin
3.9.4".
Start to build.
GWT Complie:
waring: Could not open/create prefs root node Software\JavaSoft\Prefs at
root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Loading inherited module 'org.opendatakit.aggregate.AggregateUI'
[ERROR] Unable to find 'org/opendatakit/aggregate/AggregateUI.gwt.xml'
on your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?