Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Reopened
Assignee
Nikolay Chashnikov
Subsystem
GWT
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Chandra
    5 years ago (12 Oct 2006 08:43)
  • Updated by   root
    2 years ago (17 Jan 2010 20:36)
  • Jira: IDEADEV-11505
    (history, comments)
 
IDEA-34806 gwt-dev-windows.jar added in classpath before module libs in GWT Configuration
3
Issue is visible to: All Users
  The issue is visible to the selected user group only
The jar contains various classes (such as xerces classes) which result in conflict with module lib jars. GWT Configuration launcher should include gwt-dev-windows.jar in the end of the classpath. And also provide a mechanism for ordering GWT launcher files.


Environment: Windows XP
Comments (2)
 
History
 
Linked Issues (?)
 
Nikolay Chashnikov
  Nikolay Chashnikov
25 Sep 2007 11:08
4 years ago
Fixing this issue leads to serious problems (IDEA-40687) so I decided to rollback the fix.
Hendrik Donvil
  Hendrik Donvil
14 Nov 2007 13:22
4 years ago
I just encountered this problem too, in build 7549. In my unit tests, I use apache.commons.collections.CollectionUtils, version 3.2. In the gwt-dev-windows.jar however, they included commons collections 3.1, which is missing a method I'm using. Since the gwt jar is first in the classpath, I'm getting a NoSuchMethodError.

We just threw out all the commons collections stuff from the gwt jar, and everything seems to work well. But this is, of course, only a temporary solution. Is it possible to fix this anytime soon? Thanks!