12-07-2011 04:56 PM
I'm trying to compile a Webworks app with the SDK 2.2 and I'm getting this error:
com.yahoo.platform.yui.compressor.CssCompressor: Error!: Missing stack map in: <init> at label: 18
[ERROR] RAPC exception occurred
What does this mean? How can I solve it? The full stack trace is below, with the Java version I'm using:
> java -version
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode, sharing)
> .\bbwp.exe test.zip
[INFO] Parsing command line options
[INFO] Parsing bbwp.properties
[INFO] Validating application archive
[INFO] Parsing config.xml
[INFO] Populating application source
[INFO] Compiling BlackBerry WebWorks application
Exported static routine: .main(String[]) is multiply defined.
Exported static routine: .main(String[]) is multiply defined.
Exported static routine: .main(String[]) is multiply defined.
Exported static routine: .main(String[]) is multiply defined.
Exported static routine: .main(String[]) is multiply defined.
Exported static routine: .main(String[]) is multiply defined.
Exported static routine: .main(String[]) is multiply defined.
com.yahoo.platform.yui.compressor.CssCompressor: Error!: Missing stack map in: <init> at label: 18
[ERROR] RAPC exception occurred
Solved! Go to Solution.
12-08-2011 07:34 PM
ok, just figured out....
In case someone has this error message in the future: It happens that I forgot I threw the whole sencha touch package to the application. The error pops when the folder jsbuilder is included in the app.
So, everything is working fine now.... Thanks.