You’re not crazy, I have also seen that problem. Use the com.google.appengine
maven plugin for the dev server for now.

I think this is the most relevant (albeit cryptic) issue that tracks that
particular problem:
https://github.com/GoogleCloudPlatform/app-maven-plugin/issues/158

The com.google.tools plugin is the future, but the future isn’t quite here
yet :-(

Jeff

On Tue, Apr 4, 2017 at 6:49 AM, Þórir Gunnarsson <
thorirgunnars...@goodlifeme.com> wrote:

> I am currently using Maven and IntelliJ which in itself is fine. Most of
> my issues are with the Maven plugins and recently endpoints versions.
> The com.google.cloud.tools plugin is not entirely there it seems, but in a
> lot of documentation from Google it is the go-to plugin.
>
> I tried to switch to the com.google.cloud.tools plugin the other day but
> ran into an issue with the local dev server (https://issuetracker.google.
> com/u/1/issues/36589995) which prompted this thread here.
>
> ÞG
>
>
> On Tuesday, April 4, 2017 at 1:24:52 PM UTC, Jeff Schnitzer wrote:
>>
>> Your path of least resistance is to use Maven (as opposed to Gradle or
>> Ant/Ivy). If you’re working in Java, you definitely want an IDE - Eclipse
>> and IntelliJ both have their following. I think most people will be happier
>> with IntelliJ but you have to pay for it.
>>
>> There are two viable maven plugins right now:
>>
>> com.google.appengine:appengine-maven-plugin is the older and more mature
>> plugin
>> com.google.cloud.tools:appengine-maven-plugin is the newer and not yet
>> perfect plugin
>>
>> I would say we are on the cusp of the newer plugin being ready for
>> default use. It currently has trouble deploying the queue/cron configs, but
>> it looks like it’s getting fixed fast. I actually have both enabled in my
>> project right now.
>>
>> You also have the choice of “older vs newer” plugin for Eclipse/IntelliJ.
>> I would go with the newer one.
>>
>> Someone else will have to give you endpoints advice.
>>
>> Jeff
>>
>> On Tue, Apr 4, 2017 at 2:16 AM, Þórir Gunnarsson <
>> thorirgu...@goodlifeme.com> wrote:
>>
>>> Lately I have been getting some mixed signals about what should be the
>>> configuration for a java based App Engine standard backend using endpoints.
>>> What I'm looking for is guidelines from Google or the group what would be
>>> best practices. The recommended configuration should be production ready
>>> and support local development and debugging.
>>>
>>> As I see it there are several options (please add if I'm missing some
>>> options)
>>>   - Environment
>>>     - Maven
>>>     - Eclipse
>>>     - Maven project in Eclipse
>>>     - Maven project in IntelliJ
>>>
>>>   - Build plugin (assuming Maven is the way to go)
>>>      - com.google.cloud.tools -> appengine-maven-plugin
>>>      - com.google.appengine -> appengine-maven-plugin
>>>      - com.google.appengine -> gcloud-maven-plugin
>>>
>>>   - Endpoints
>>>      - Endpoints v1
>>>      - Endpoints v2
>>>
>>> Some reference material:
>>> https://cloud.google.com/appengine/docs/standard/java/
>>> https://cloud.google.com/endpoints/docs/frameworks/java/
>>> quickstart-frameworks-java
>>> https://github.com/GoogleCloudPlatform/java-docs-samples/
>>> tree/master/appengine/endpoints-frameworks-v2
>>> https://github.com/GoogleCloudPlatform/java-docs-samples/
>>> tree/master/appengine/helloworld
>>> https://github.com/GoogleCloudPlatform/java-docs-samples/
>>> blob/master/appengine/helloworld-new-plugins
>>>
>>> --
>>> 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-appengi...@googlegroups.com.
>>> To post to this group, send email to google-a...@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/ms
>>> gid/google-appengine/cd6225e2-e09b-454d-8ca3-c83faa4f377d%
>>> 40googlegroups.com
>>> <https://groups.google.com/d/msgid/google-appengine/cd6225e2-e09b-454d-8ca3-c83faa4f377d%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> 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 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/CADK-0uiOsUr6pAcZAbGrFnrXXBiMW-O6c02%2ByOsiVXC6%2ByYpHA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to