Re: Deploy GWT App to Google App Engine

2016-03-20 Thread Stefan Falk
Hi Gilberto! :) In fact I saw your comment and I planned to reply as soon as I was going to give the deployment another try XD My project is at the moment still a little away from actually being deployed to the web but I wanted to build my own toolchain for deployment. At the moment I am

Re: Deploy GWT App to Google App Engine

2016-03-13 Thread Gilberto
Hi Stefan, Did you manage to get it working? I put a comment on the SO question you made, but I think you didn't see yet. I have multiple GWT projects running on App Engine, and one of them is open-sourced, maybe it can help you out: https://github.com/gilberto-torrezan/feel-vision (I didn't

Re: Deploy GWT App to Google App Engine

2016-03-11 Thread Stefan Falk
Would that work for an already existing project? My problem is this: https://code.google.com/p/googleappengine/issues/detail?can=2=0=100=Execution%20default=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log===12804 at the moment. appengine is either against me

Re: Deploy GWT App to Google App Engine

2016-03-08 Thread Rogelio Flores
I started my gwt + appengine project with Brandon's archetype which already does everything for me: https://github.com/branflake2267/Archetypes/tree/master/archetypes/gwt-basic-rpc-appengine This uploads my app (after you build it as mentioned already in the thread) mvn appengine:update I

Re: Deploy GWT App to Google App Engine

2016-03-07 Thread Stefan Falk
Ah sorry, I saw that too late. Well, okay so my assumption was right. What I did was placing the plugin into the pom.xml of my myapp-server module: com.google.appengine appengine-maven-plugin ${appengine.version} false ${app.version} com.google.appengine gcloud-maven-plugin

Re: Deploy GWT App to Google App Engine

2016-03-07 Thread Stefan Falk
Maybe I have to ask: How can I integrate the appengine-maven-plugin correctly into the gwt-maven-archetypes archetype? BR; Stefan On Sunday, 6 March 2016 18:22:27 UTC+1, Thomas Broyer wrote: > > Isn't the appengine-maven-plugin offering a goal to do the upload? -- You received this message

Re: Deploy GWT App to Google App Engine

2016-03-07 Thread Thomas Broyer
On Monday, March 7, 2016 at 4:08:37 PM UTC+1, Stefan Falk wrote: > > I already have a project of type gwt-maven-archetypes. I don't want to > change the whole project to another archetype. > Why would you "change the whole project to another archetype"? An archetype is only a

Re: Deploy GWT App to Google App Engine

2016-03-07 Thread Stefan Falk
I already have a project of type gwt-maven-archetypes. I don't want to change the whole project to another archetype. On Sunday, 6 March 2016 21:16:22 UTC+1, Greg wrote: > > > https://cloud.google.com/appengine/docs/java/tools/maven#uploading_your_app_to_production_app_engine > > On Sunday,

Re: Deploy GWT App to Google App Engine

2016-03-06 Thread Greg
https://cloud.google.com/appengine/docs/java/tools/maven#uploading_your_app_to_production_app_engine On Sunday, March 6, 2016 at 9:05:53 PM UTC+1, Stefan Falk wrote: > > Well, I don't know. I can remember when I did it last time it was a > one-liner in the command line. I think I had something

Re: Deploy GWT App to Google App Engine

2016-03-06 Thread Stefan Falk
Well, I don't know. I can remember when I did it last time it was a one-liner in the command line. I think I had something like a secret or API key or something like that and I could deploy the web application to GAE. I was searching and searching but I can't find that anymore. How do you

Deploy GWT App to Google App Engine

2016-03-06 Thread Thomas Broyer
Isn't the appengine-maven-plugin offering a goal to do the upload? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com.

Deploy GWT App to Google App Engine

2016-03-06 Thread Stefan Falk
that but I can't remember where I saw it or how it's called.. BR; Stefan [1] http://stackoverflow.com/questions/35817916/how-to-deploy-gwt-app-to-google-app-engine -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from