03-20-2010 02:54 AM
Hi,
I'm getting this error all of a sudden saying my Jquery javascript file is invalid:
[INFO] Parsing command line options [INFO] Parsing bbwp.properties [INFO] Validating widget archive [ERROR] Invalid widget archive - resource name not valid(jquery-1.3.2.min.js)
I haven't changed the file name at all... and it's been working fine for the past 3 weeks.
Solved! Go to Solution.
03-20-2010 08:03 AM
If you are packaging files into a widget you cannot have a dash "-" in the file name. This is a technical limitation of an embedded resource in a BlackBerry application.
03-20-2010 01:49 PM
Thanks, strange that it never complained before since I've had those used in my code for a while now.
03-20-2010 05:40 PM
If you were externally linking them in they would be fine. However if you are packaging them into the contents of the widget, they then become a problem because of the limitation on resource in a cod file.
03-20-2010 07:05 PM
Nope, I wasn't externally linking them at all. It was straight linking to my Scripts/ directory. Strange! Anyways, I fixed it and now my focus functionality is working all of a sudden too! haha
10-05-2010 08:05 AM
Same here, I believe it worked with an older version of bbwp