File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes GWT and the fly likes GWT 2.4.0 version incompatibility issues Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "GWT 2.4.0 version incompatibility issues" Watch "GWT 2.4.0 version incompatibility issues" New topic
Author

GWT 2.4.0 version incompatibility issues

krupali raninga
Greenhorn

Joined: Aug 06, 2012
Posts: 1
Hi All,

Currently, i am migrating an application from WAS6.1 to WAS8 and jdk1.5 to jdk1.6. my project uses gwt-user-1.5.3.jar. when i build the project through maven it gives me the error:
[ERROR] Errors in 'jar:file:/C:/Documents%20and%20Settings/rudro_mukherjee/.m
2/repository/com/google/gwt/gwt-user/1.5.3/gwt-user-1.5.3.jar!/com/google/gwt/em
ul/java/util/Vector.java'
[ERROR] Line 119: The type Enumeration is not generic; it cannot be param
eterized with arguments <E>
[ERROR] Errors in 'jar:file:/C:/Documents%20and%20Settings/rudro_mukherjee/.m
2/repository/com/google/gwt/gwt-user/1.5.3/gwt-user-1.5.3.jar!/com/google/gwt/em
ul/java/util/Collections.java'

I changed the version of the jar to gwt-user-2.4.0 which supports generics but still facing the same issue. Can anyone suggest me what am i missing? i am using jdk1.6, WAS8 and RAD8.

Any help/pointers would be appreciated. Thanks in advance.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: GWT 2.4.0 version incompatibility issues
 
Similar Threads
unable to deploy project...
Trouble with running Maven Tomcat plugin through Eclipse
No Persistence provider for EntityManager named helloworld
Maven Project Running Problem
Cannot find setter nor field in org.apache.maven.plugins.site.ReportPlugin