Re: Unable to start App Engine

2010-06-05 Thread jamesmikedup...@googlemail.com
I got this error after trying to use my own compiled gwt trunk, if that helps. On May 29, 3:54 am, Anoop John anoopjoh...@gmail.com wrote: I am getting the following error when i starts the AppEngine in Dev mode in eclipse. I am using AppEngine 1.3.4. Please let me know what should i do for

first version now running of josm port to gwt

2010-06-03 Thread jamesmikedup...@googlemail.com
Hi, I got the josm port finally deployed, http://xhema.flossk.org:8180/GWTOSM it takes an osm uri as a parameter, and renders what is in the bbox. right now if you change the url, the bbox is not updated, you need to do that manually. also the 5th field is the inverse zoom factor. thanks to

Re: mathsinh is not function

2010-06-03 Thread jamesmikedup...@googlemail.com
(the assumption that the earth is a perfect sphere alone...), so I'd go with the simple solution and just keep the rest in mind if you run into problems further down the line. On Jun 2, 10:49 am, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: Hi all, I don't want to sound

Re: mathsinh is not function

2010-06-03 Thread jamesmikedup...@googlemail.com
Wow, you guys are great. I am also thinking about proj code, there is a java port: http://svn.osgeo.org/metacrs/proj4j The inverse projection here, it uses a different set of functions, proj4j/trunk/src/main/java/org/osgeo/proj4j/proj/ MercatorProjection.java

mathsinh is not function

2010-06-02 Thread jamesmikedup...@googlemail.com
Hi, my app is crashing from math.sinh is not a function : http://fmtyewtk.blogspot.com/2010/06/mathsinh-is-not-function.html this should be caught in gwt. deployed here : http://xhema.flossk.org:8180/GWTOSM/ version here: http://github.com/h4ck3rm1k3/GWTOsm please advise, mik -- You received

Re: mathsinh is not function

2010-06-02 Thread jamesmikedup...@googlemail.com
Hi all, I don't want to sound stupid, but I am not a mathematical genius. What i do know that is it taking a projected point (on the screen in Spherical Mercartor) to find out the lat long, public LatLon eastNorth2latlon(EastNorth p) { return new LatLon(

help with gwtunit test cases, how to access the document?

2010-05-31 Thread jamesmikedup...@googlemail.com
Dear GWT team, thank you so much for this great tool. I am learning a lot, also making progress with the josm port. now I need to find a way to speed this up, so I wanted to write tests for the svg rendering and test that outside of the app in a hosted browser. have a problem with gwtunit, how

Re: what inherit to use for com.google.gwt.dev.shell.remoteui.MessageTransport.RequestException?

2010-05-26 Thread jamesmikedup...@googlemail.com
...@googlemail.com jamesmikedup...@googlemail.com wrote: Error is : 00:00:16.998 [ERROR] Line 190: No source code is available for type com.google.gwt.dev.shell.remoteui.MessageTransport.RequestException; did you forget to inherit a required module? My inherits include what I see as needed: inherits

Problems with http response, crashing

2010-05-26 Thread jamesmikedup...@googlemail.com
I get a http response, and the status text is ok, when I try to call response.getext this crashes, I have filed a bug report in eclipse : https://bugs.eclipse.org/bugs/show_bug.cgi?id=314423 please advise, mike -- You received this message because you are subscribed to the Google Groups

null.nullField

2010-05-25 Thread jamesmikedup...@googlemail.com
I have been inspecting the generated code, and found code looking like this : null.nullField maxx (maxx = null.nullField); is there any way to catch this error at compile time? it should not be null.nullField thanks mike -- You received this message because you are subscribed to the

what inherit to use for com.google.gwt.dev.shell.remoteui.MessageTransport.RequestException?

2010-05-25 Thread jamesmikedup...@googlemail.com
Error is : 00:00:16.998 [ERROR] Line 190: No source code is available for type com.google.gwt.dev.shell.remoteui.MessageTransport.RequestException; did you forget to inherit a required module? My inherits include what I see as needed: inherits name=com.google.gwt.xml.XML / inherits

equivalent GWT Runtime in Java

2010-05-24 Thread jamesmikedup...@googlemail.com
Hi, here is an idea, is there a JRE runtime lib that contains only the supported GWT classes and methods that I can compile against? that would be great to have, a lib that I can compile against that contains all the supported features. thanks, mike -- You received this message because you are