Re: PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-16 Thread tskardal
I'm' also having some trouble. I get errors related to both requestfactory and asm-parent. You can see the error message and pom.xml at this gist: https://gist.github.com/tskardal/0d8287da4265c0fddfc8 I've created a project using the maven archetype, modified the versions and added

Re: GWT support

2013-05-31 Thread tskardal
Don't worry. Have a look at this video from this years IO conference: https://developers.google.com/events/io/sessions/327833110 On Thursday, May 30, 2013 7:09:42 PM UTC+2, Katherine Mancera wrote: good day I want to get started with GWT in a project, but I doubt arises about it is that

Re: primer for mobile development

2013-05-27 Thread tskardal
You use the same emulators that you would use when developing a native app :-) On Thursday, May 23, 2013 5:32:22 AM UTC+2, mike b wrote: Ed , thx for the reply. Can you point me to a device emulator? -- You received this message because you are subscribed to the Google Groups Google Web

Re: Performance Tip for IE browsers : Java garbage collection is NOT Javascript garbage Collection

2013-02-08 Thread tskardal
Thanks for sharing. Very interesting! Is this issue still around with the latest version of GWT and IE? On Monday, September 26, 2011 12:29:15 PM UTC+2, Rokesh Jankie wrote: Hi All, I've been working on GWT for a while now and noticed something important and peculiar. In GWT you code in

Re: Problems running tests from maven after upgrading to 2.5

2013-02-06 Thread tskardal
the executed commands for the tests. But to answer your question, no, nothing changed in TestMojo that could cause such a NoClassDefFoundError (and you're the first to report such an issue AFAICT). On Tuesday, February 5, 2013 10:50:51 AM UTC+1, tskardal wrote: Hi all After upgrading gwt

Problems running tests from maven after upgrading to 2.5

2013-02-05 Thread tskardal
Hi all After upgrading gwt (and gwt-maven-plugin) to version 2.5 I have some trouble running my tests. There seem to be some dependency (gwt-user.jar I guess) that is no longer available/in scope when running the tests from maven. Running from Intellij IDEA works fine though. I can't figure

Re: Problems running tests from maven after upgrading to 2.5

2013-02-05 Thread tskardal
Thought I'd might add that I suspect this because the surefire reports are full of exceptions like this one: java.lang.NoClassDefFoundError: Could not initialize class com.google.gwt.event.dom.client.ClickEvent On Tuesday, February 5, 2013 10:50:51 AM UTC+1, tskardal wrote: Hi all After

Re: What is the correct way to ignore test classes when compiling GWT and still being able to run GWTTestCases?

2013-01-22 Thread tskardal
/include instead. On Monday, January 21, 2013 12:24:21 PM UTC+1, tskardal wrote: Hello all! I'm a bit confused when it comes to GWT compilation and test classes. Please enlighten me! :-) Currently I have some trouble running a GWTTestCase test. I get the following compilation error