The error looks like the GWT tests are trying to use the Windows
development kit on your Linux machine.  To run tests on your Linux
build machine, you need to switch your build to use the GWT Linux
distribution.

What's happening is that the GWTTestCase tests are trying to start up
a headless hosted mode browser, which is different on each platform
(Mac, Windows, Linux).  Use the Windows dev kit on your laptop and the
Linux dev kit on your build machine.  To make this, you'll need to do
some per-OS switching in your build scripts -- in Ant, you may need to
use the <os> with a conditional tag to set the appropriate libraries.

See this thread for more information:
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/ecebc719ec7d2a10

Dan

> Can't load library: .../libswt-win32-3235.so
> java.lang.UnsatisfiedLinkError: Can't load library: .../libswt-
> win32-3235.so
>         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1650)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to