sivarajankumar / rocket-gwt

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

Error in Java-Script-Compiler with GWT 1.4 #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. GWT 1.4.10
2. rocket-gwt 0.28
3. compile code to javascript

What is the expected output? What do you see instead?
I expect no errors but I get:
[ERROR] Errors in
'jar:file:/C:/WINDOWS/Profiles/hohwille/.m2/repository/rocket/rocket-gwt/0.28/ro
cket-gwt-0.28-sources.jar!/rocket/util/client/ThrowableHelper.java'
[ERROR] Line 298:  The constructor StackTraceElement(String, String,
String, int) is undefined

What version of the product are you using? On what operating system?
GWT 1.4.10
rocket-gwt 0.28
OS is windows.

Please provide any additional information below.
See also:
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/459aabf48
7197cfd

Original issue reported on code.google.com by joerg.ho...@googlemail.com on 14 Jun 2007 at 12:07

GoogleCodeExporter commented 8 years ago
In order to use web mode stacktraces, you must include rocket-stacktrace.jar 
with jdk
1.4+. If you dont want this feature dont include rocket-stacktrace.jar in any 
of your
classpaths.

Original comment by miroslav...@gmail.com on 19 Jun 2007 at 9:31

GoogleCodeExporter commented 8 years ago

Original comment by miroslav...@gmail.com on 20 Jun 2007 at 8:21