I am working with Android Studio and Gradle. I am not working with Eclipse, 
though I did for years but I left it behind when Google switched Android 
development to Android Studio. I am not going to maintain two build 
systems, Gradle and a subsystem in Ant.

I would like to understand this specific problem in using the code emitted 
by generate_library before generally undertaking the entire GWT tutorials.

generate_library did generate code references to the interfaces AuthScope 
and EmptyResponse , but did not generate the interface code or an 
autodownload of their code nor any reference to it in the 
EndpointsApi.gwt.xml file it generated. Those interface implementations 
cannot even be found elsewhere in OSS projects on the Internet except in 
one or two obscure, clearly deprecated Google GWT API reference projects. 
Where in the GWT tutorials should I be looking for an explanation of that 
toolchain/workflow?


On Monday, January 2, 2017 at 2:25:49 PM UTC-5, George (Cloud Platform 
Support) wrote:
>
> 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 [email protected].
To post to this group, send email to [email protected].
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/c22eb2a5-bc35-497e-b13c-43dda2ef68bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to