Hello Matthew, 

The Eclipse/Ant toolchain is not mutually exclusive by reference to Gradle 
/ not Ant. There is a Gradle plugin 
<https://docs.gradle.org/current/userguide/eclipse_plugin.html?_ga=1.219717983.75867491.1483124492>
 
for Eclipse, covering Java, so you may as well continue working in Eclipse, 
if you are familiar with that IDE. 

“Those files” are found through properly-formulated references in the 
*.gwt.xml module. In general, all packages you want imported and compiled 
need to be identified / configured in the  *.gwt.xml module. Your 
references should look similar to entry: <source path="packagename"> or 
<inherits name='com.google.gwt.user.User' />. As a result, GWT is going to 
see and take care of  packages in:  gwt_xml_modulepath.package_name. The 
referencing mechanism is described in detail in the “XML Element Reference 
<http://www.gwtproject.org/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXml>”
 
subchapter of the GWT “Organizing Projects” page. 

It is important to check and make sure you don’t include server-specific 
code in the client code. 

There are auto-generated Google Cloud Endpoint classes included into your 
project; this explains how GWT finds those source files. You can find quite 
a few tutorials 
<https://rominirani.com/google-cloud-endpoints-tutorial-part-1-b571ad6c7cd2#.1oc66dn9c>
 
on the Internet, to further facilitate understanding of the matter. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/563385ea-135d-417b-9bec-4adfc54e5af3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to