Thanks for the suggestion, but it didn't help.

I've boiled this down to a super simple war project and filed an issue. 
Hopefully someone smarter than I will take a look into it. As far as I can 
tell, using Guice is totally broken with the maven appengine plugin.

https://code.google.com/p/appengine-maven-plugin/issues/detail?id=35

jon


On Monday, August 5, 2013 1:00:44 PM UTC-7, Rafael Sanches wrote:
>
> try to add this: 
>
> <dependency>
>             <groupId>org.ow2.asm</groupId>
>             <artifactId>asm</artifactId>
>             <version>4.0</version>
>         </dependency>   
>
> also, this type of question is perfect for stackoverflow. You can tag your 
> post with "appengine-maven-plugin". 
>
> thanks
> rafa
>
>
> On Sun, Aug 4, 2013 at 6:51 PM, Jon Stevens <latc...@gmail.com<javascript:>
> > wrote:
>
>> Hi all,
>>
>> I've got a pretty simple webapp that I'm trying switch to maven and get 
>> running with the mvn appengine:devserver command. I'm getting an odd stack 
>> trace during startup that seems centered around my use of Guice. I've done 
>> all the requisite searching, but have come up empty handed.
>>
>> This app worked fine before just running it in the Google Plugin for 
>> Eclipse and a simple ant based build.
>>
>> Instead of posting the entire stack trace here, I've created a gist for 
>> it: https://gist.github.com/lookfirst/af1a3d11c5800bdcf8b9
>>
>> Any ideas?
>>
>> jon
>>
>>  -- 
>> 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 <javascript:>.
>> To post to this group, send email to 
>> google-a...@googlegroups.com<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to