[appengine-java] Re: I broke something using Eclipse plugin

2009-11-05 Thread Esteban Ignacio Masoero
Hi Romeo: This problem was reported here http://code.google.com/p/googleappengine/issues/detail?id=2280 . You can vote for it so it gets fixed asap (there's also a workaround explained). Regards, Esteban On Thu, Nov 5, 2009 at 9:04 PM, RSN wrote: > > I had the same problem. But, after adding

[appengine-java] Re: I broke something using Eclipse plugin

2009-11-05 Thread RSN
I had the same problem. But, after adding the jars to the build path as external jars, it complains about not finding the following: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.i

[appengine-java] Re: I broke something using Eclipse plugin

2009-09-17 Thread Clay Lenhart
That did it!! Thanks Jason! On Sep 16, 11:24 pm, "Jason (Google)" wrote: > Try adding the JARs to your build path without copying them to your lib > directory. Just use "Add external JARs" in the Eclipse Build Path dialog. > > - Jason --~--~-~--~~~---~--~~ You re

[appengine-java] Re: I broke something using Eclipse plugin

2009-09-16 Thread Jason (Google)
Try adding the JARs to your build path without copying them to your lib directory. Just use "Add external JARs" in the Eclipse Build Path dialog. - Jason On Tue, Sep 15, 2009 at 2:13 AM, Clay Lenhart wrote: > > I included appengine-local-runtime.jar, because it is needed to > resolve ApiProxyLo

[appengine-java] Re: I broke something using Eclipse plugin

2009-09-15 Thread Clay Lenhart
I included appengine-local-runtime.jar, because it is needed to resolve ApiProxyLocalImpl in my unit tests. How do I configure both unit tests and the local webserver? This type is documented here: http://code.google.com/appengine/docs/java/howto/unittesting.html This thread suggests that we s