Can't deploy to appengine with Eclipse Google Plugin 2.5 (using maven)

162 views
Skip to first unread message

Mathieu Clavel

unread,
Dec 20, 2011, 10:24:59 AM12/20/11
to google-we...@googlegroups.com
Hello,

I'm developping a gwt/gae project on eclipse indigo.
It's a maven project.
I'm using the google plugin, and the m2e plugin to manage the project.

The project has a maven webapp folder : src/main/webapp
When using the develop server, all is put by the maven plugin in the folder target/m2e-wtp/web-resources

Since I upgraded to the version 2.5 of the google plugin, deploying to appengine isn't working anymore.
The GWT compilation is now built in the folder target/xx-1.0-SNAPSHOT (created from the project info of the pom.xml)
But data from src/main/webapp are not copied to that folder, so deploying failed telling me it cannot find appengine-web.xml.

I fixed it by puting a symbolic link from target/xx-1.0-SNAPSHOT to target/m2e-wtp/web-resources , but it would be nice to fix this.

Regards,

Mathieu

Mathieu Clavel

unread,
Dec 21, 2011, 4:25:38 AM12/21/11
to google-we...@googlegroups.com
I opened the issue 6603 for that problem : https://code.google.com/p/googleappengine/issues/detail?id=6603

David Chandler

unread,
Dec 21, 2011, 5:37:07 PM12/21/11
to google-we...@googlegroups.com, google-plu...@googlegroups.com
Hi Mathieu, I'm cross-posting to the Google Plugin for Eclipse group to make sure the right folks see this. Also, please file the issue here: http://code.google.com/p/google-plugin-for-eclipse/issues/list

Thanks,
/dmc


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/PdBiRuGkJRMJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



--
David Chandler
Developer Programs Engineer
w: http://code.google.com/
b: http://turbomanage.wordpress.com/
t: @googledevtools

Mathieu Clavel

unread,
Dec 22, 2011, 4:53:06 AM12/22/11
to google-we...@googlegroups.com, google-plu...@googlegroups.com

Mathieu Clavel

unread,
Dec 22, 2011, 5:02:33 AM12/22/11
to google-plu...@googlegroups.com, google-we...@googlegroups.com
Hello David,

I refilled the issue there : https://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=39

I didn't fill it there the first time because I didn't found that project when looking for google eclipse plugin.

When looking for the plugin project, I found that page : https://code.google.com/eclipse/
In the community page, you can read :

Since the Google Plugin for Eclipse is designed for use with Google Web Toolkit and App Engine, feel free to discuss it on any one of these related groups. If your question or idea deals with GWT or App Engine-related features in the plugin, you'll want to bring it up on the corresponding group.

and

If you've found a bug in the plugin (it's always possible), or if you have a feature request, please let us know. The Google Plugin for Eclipse team reviews the issues reported in both the Google Web Toolkit and Google App Engine issue trackers, so you can report your issue in either one and we'll be sure to see it. Please take a moment before posting and check whether your issue has already been entered. If an issue has already been reported, you can add comments or star it to show your interest and keep track of it.


I think that project should be updated to refer to the real project page you linked me, and the correct discussion group.

Thanks,

Mathieu

Sriram Saroop

unread,
Dec 22, 2011, 5:59:08 AM12/22/11
to google-plu...@googlegroups.com, google-we...@googlegroups.com
Hi Mathieu,
Thanks for pointing out the inconsistency in the community page. We will fix that soon and make sure it points to the right project page/issue tracker.

Cheers,
Sriram
--
Sriram Saroop |  Product Manager, Google | +91-9900065945

Thad

unread,
Jan 3, 2012, 6:29:35 PM1/3/12
to Google Web Toolkit
Ah ha! I'm guessing this is why I cannot run gwt-2.4.0/sample/
MobileWebApp

SEVERE: Received exception processing /opt/gwt-2.4.0/samples/
MobileWebApp/target/MobileWebApp-1.0-SNAPSHOT/WEB-INF/appengine-
web.xml
com.google.apphosting.utils.config.AppEngineConfigException: Could not
locate /opt/gwt-2.4.0/samples/MobileWebApp/target/MobileWebApp-1.0-
SNAPSHOT/WEB-INF/appengine-web.xml
...

On Dec 22 2011, 5:59 am, Sriram Saroop <sar...@google.com> wrote:
> Hi Mathieu,
> Thanks for pointing out the inconsistency in the community page. We will
> fix that soon and make sure it points to the right project page/issue
> tracker.
>
> Cheers,
> Sriram
>
> On Thu, Dec 22, 2011 at 3:32 PM, Mathieu Clavel <math.cla...@gmail.com>wrote:
>
>
>
>
>
>
>
>
>
> > Hello David,
>
> > I refilled the issue there :
> >https://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=39
>
> > I didn't fill it there the first time because I didn't found that project
> > when looking for google eclipse plugin.
>
> > When looking for the plugin project, I found that page :
> >https://code.google.com/eclipse/
> > In the community page, you can read :
>
> > Since the Google Plugin for Eclipse is designed for use with Google Web
> >> Toolkit and App Engine, feel free to discuss it on any one of these related
> >> groups. If your question or idea deals with GWT or App Engine-related
> >> features in the plugin, you'll want to bring it up on the corresponding
> >> group.
>
> >>    - *App Engine for Java*
> >>       - Go to the group: google-appengine-java<http://groups.google.com/group/google-appengine-java>
> >>       - Subscribe via email:
> >>       google-appengin...@googlegroups.com
>
> >>    - *Google Web Toolkit*
> >>       - Go to the group: Google-Web-Toolkit<http://groups.google.com/group/Google-Web-Toolkit>
> >>       - Subscribe via email:
> >>       Google-Web-Too...@googlegroups.com
>
> >> and
>
> >> If you've found a bug in the plugin (it's always possible), or if you
> >> have a feature request, please let us know. The Google Plugin for Eclipse
> >> team reviews the issues reported in both the Google Web Toolkit and Google
> >> App Engine issue trackers, so you can report your issue in either one and
> >> we'll be sure to see it. Please take a moment before posting and check
> >> whether your issue has already been entered. If an issue has already been
> >> reported, you can add comments or star it to show your interest and keep
> >> track of it.
>
> >>    - Google Web Toolkit issue tracker<http://code.google.com/p/google-web-toolkit/issues>
> >>    - Google App Engine issue tracker<http://code.google.com/p/googleappengine/issues>
Reply all
Reply to author
Forward
0 new messages