GoogleCloudPlatform / gradle-appengine-templates

Freemarker based templates that build with the gradle-appengine-plugin
438 stars 205 forks source link

GcmEndpoints templates don't add GcmEndpoints/root/src/main/* to generated project #43

Closed eliotstock closed 9 years ago

eliotstock commented 9 years ago

I just went through the "New Module..." performance in AS and ended up with a module that only has a MyServlet.java source in it. None of the sources in GcmEndpoints/root/src/main are in the project.

I'm also at a loss as to what I need to add to my gradle file to get this into the build:

import com.google.android.gcm.server.Message;

loosebazooka commented 9 years ago

It appears you may have added the "Servlet" template and not the "GCM template". Could that be it?

eliotstock commented 9 years ago

Oh! Yes, sorry, that was it. Closing this.