google-code-export / cypal-studio

Automatically exported from code.google.com/p/cypal-studio
0 stars 0 forks source link

Can't run cypal together with GWT 2.0.3 #134

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install cypal plugin (in.cypal.studio.for.gwt-2.alpha)
2. Download gwt-2.0.3
3. Go to Window -> Preference
4. Try to select the latest GWT SDK (2.0.3)

What is the expected output? What do you see instead?
Throwing an error: "The directory doesn't contain 'gwt-dev-windows.jar' file.

GWT changed their naming to 'gwt-dev.jar'. Are you guys planing to update
Cypal to the latest GWT SDK?

Original issue reported on code.google.com by darius...@gmail.com on 4 Mar 2010 at 10:29

GoogleCodeExporter commented 9 years ago
Exact same problem here

Original comment by ymm...@gmail.com on 30 Apr 2010 at 9:19

GoogleCodeExporter commented 9 years ago
After waiting for approx. 2 month of silence, I guess I have to switch to a 
different
plug in. :( It's a pity, since I really liked it.

Original comment by darius...@gmail.com on 26 May 2010 at 9:56

GoogleCodeExporter commented 9 years ago
Same problem here

Original comment by shivnat...@gmail.com on 13 Jul 2010 at 3:31

GoogleCodeExporter commented 9 years ago
I have make changes in GWT SDK 2.0.4, namely I copied gwt-dev.jar to 
dev-gwt-windows.jar and it helped :)
New problem appears with running|debugging appliction in HostedMode.
The -style switch is not supported in GWT DevMode so ...

Original comment by exe...@gmail.com on 7 Sep 2010 at 2:26

GoogleCodeExporter commented 9 years ago
Hi, 
I have problem using gwt-2.3.0. with cypal 1.x. when I try to run the 
application using GWT Hosted Mode Application

The error is below:

java.lang.NoClassDefFoundError: com/google/gwt/dev/GWTShell
Caused by: java.lang.ClassNotFoundException: com.google.gwt.dev.GWTShell
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
Exception in thread "main" 

Original comment by valentin...@gmail.com on 28 Aug 2011 at 12:46