Thanks for the specific pointers. The most promising resource
is the Endpoints Tool but it isn't installed though the instructions
indicate it should be:
I have the google-cloud-sdk and google-cloud-sdk-app-engine-
java packages installed (on my Ubunutu workstation) and up to date, but
the endpoints-framework-tools command is not found, (locate endpoints-
framework-tools) returns nothing.
Cloud Endpoints Frameworks for App Engine Command Line Tool
https://cloud.google.com/endpoints/docs/frameworks/java/endpoints_tool
"The frameworks command line tool is provided in the SDK: endpoints-
framework-tools-2.0.0-beta.7/bin/endpoints-framework-tools."
I found in the Maven repository com.google.endpoints » endpoints-
framework-tools a endpoints-framework-tools-2.0.0-beta.12.jar
https://mvnrepository.com/artifact/com.google.endpoints/endpoints-frame
work-tools
but it's not an executable JAR (Manifest.MF doesn't contain a Main-
Class).
-
The apis-client-generator generates some .java source files but
is missing dependencies, as we've discussed in this thread.
I already have the gwt-gradle-plugin in my project
build.gradle, which is how I'm building the GWT project before adding
Endpoints:
-------------------------
dependencies {
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'
classpath 'com.android.tools.build:gradle:2.2.3'
-------------------------
On Thu, 2017-01-05 at 07:18 -0800, 'George (Cloud Platform Support)'
via Google App Engine wrote:
> The following instructions demonstrate how to use the Endpoints
> command-line tool to generate a Gradle client bundle from a Maven
> project. The generally accepted approach is described in the APIs
> client generator document.
>
> There is support though, for generating the classes necessary to
> build an Endpoints client; you may profit from reading the Best way
> to generate a GWT client for an API in GAE cloud endpoints group
> discussion.
>
> There is a GWT Gradle Plugin, and Google offers an Eclipse plugin
> that provides support for the development with the Google App Engine
> as well as GWT development.
> --
> You received this message because you are subscribed to a topic in
> the Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/top
> ic/google-appengine/swjJgsDhX9o/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to g
> [email protected].
> To post to this group, send email to [email protected]
> m.
> 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/02210f18-17ac-4968-992f-
> 3858d74df445%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
--
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/1483638551.15399.10.camel%40localhost.
For more options, visit https://groups.google.com/d/optout.