sivarajankumar / rocket-gwt

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

Warning of source integrity in rocket-0.23b.jar file - rocket requires jdk/jre 1.5+ #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Downloaded rocket-0.23b.zip
2. Added rocket.jar to classpath
3. Imported rocket.User to my .gwt.xml file
4. Used HorizontalSliderWidget in my module entry point
5. Compiled module

What is the expected output? What do you see instead?
I get the following compile error:
   [ERROR] Errors in
'jar:file:/C:/sfmo/lib/rocket-0.23b.jar!/rocket/util/client/StackTraceHelper.jav
a'
      [ERROR] Line 354:  The constructor StackTraceElement(String, String,
String, int) is undefined

What version of the product are you using? On what operating system?
jdk1.4.2_13, gwt-windows-1.2.22, rocket-0.23b

Please provide any additional information below.

Original issue reported on code.google.com by gking2...@gmail.com on 19 Dec 2006 at 3:17

GoogleCodeExporter commented 8 years ago
At a guess i would say your using an older jdk where that particular 
constructor is
not found in StackTraceElement. Use 1.5.05 which does have the that 
StackTraceElement
constructor and you should be fine.

Original comment by miroslav...@gmail.com on 20 Dec 2006 at 7:27

GoogleCodeExporter commented 8 years ago
I get the same error and I'm using Sun's JDK 1.5.0.10.

Analyzing source in module 'net.didolo.web.Didolo'
   [ERROR] Errors in
'jar:file:/home/sascha/Development/Projekte/Didolo/didolo/Library/gwt/rocket.jar
!/rocket/util/client/StackTraceHelper.java'
      [ERROR] Line 354:  The constructor StackTraceElement(String, String, String,
int) is undefined

Original comment by sascha.m...@gmail.com on 24 Dec 2006 at 2:44

GoogleCodeExporter commented 8 years ago
StackTrace support now separated into an extra jar if stacktraces are not 
required by
project.

Original comment by miroslav...@gmail.com on 22 Jan 2007 at 8:29