I am trying to generate my first Google Cloud Endpoint and am having trouble generating the client libraries.
First I try doing it with the GPE. It generates an endpoints-libs folder in the Eclipse project with a bunch of files. The readme.html says, "The generated service-specific library can be found in the top level directory of the zip file: google-api-services-mayapp-v1-rev20140417180959-1.16.0-rc.jar". There is no such file generated.
Second, I try to generate with the appengine-sdk. It creates myapp-v1-java.zip, which contains the same files and structure that GPE generates, but I don't see any JAR in there that would contain my endpoints.
I'm using Eclipse Juno Release 2 and GPE 3.5.1. Just did a Check Updates and I appear to be up to date.
NOTE: I am not using Maven and prefer to continue not using it if possible.
How does one generate the client libraries?