google-code-export / rocket-gwt

Automatically exported from code.google.com/p/rocket-gwt
1 stars 1 forks source link

Including rocket.jar as a resource of a GWT 1.5 project crashes compiler #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout latest GWT code from SVN
2. In an eclipse project (using Cypal studio's plugin) Add rocket.jar to
WebContent/WEB-INF/lib/ directory
3. attempt to build project via eclipse controls - (Clean project)

What is the expected output? What do you see instead?
Should.. try to compile or fail to do so

What version of the product are you using? On what operating system?
Instead, throws an error immediately:
java.lang.NoClassDefFoundError: com/google/gwt/dev/cfg/CompilationSchema
Exception in thread "main" 

Please provide any additional information below.

Original issue reported on code.google.com by riftgar...@gmail.com on 17 May 2008 at 12:03

GoogleCodeExporter commented 9 years ago
There are numerous change to the compiler classes to add extra features. Until 
1.5 is
released these cant be updated to match the new classes.

Without having tried this myself i would suggest that you place the gwt jar 
files in
front of the rocket jar files that way the 1.5 compiler and all its classes are 
used
instead of the modified rocket ones.

Original comment by miroslav...@gmail.com on 18 May 2008 at 10:18

GoogleCodeExporter commented 9 years ago
@miroslav

Could you explain how should I do that?

Original comment by kalu...@gmail.com on 7 Jun 2008 at 2:35

GoogleCodeExporter commented 9 years ago
Kaluzar, most of the show stoppers have been upgraded, some work remains 
regarding
using of annotations and generics in beans, json and serialization modules.

Original comment by miroslav...@gmail.com on 19 Jun 2008 at 12:45