01-18-2011 11:40 AM
hi
trying to get started with the example sketchPadStandard.zip
On Mac OS X this is entered:
and this result :
[INFO] Parsing command line options
[INFO] Parsing bbwp.properties
[INFO] Validating WebWorks archive
[ERROR] Invalid WebWorks archive - failed to find config.xml
Solved! Go to Solution.
01-18-2011 04:30 PM
still getting nowhere fast...
tried uncompress the zip, then re-archive and get this
./bbwp /Users/blackberrydev/Desktop/sketch.zip [INFO] Parsing command line options [INFO] Parsing bbwp.properties [INFO] Validating WebWorks archive [ERROR] Invalid WebWorks archive - resource name is not valid(sketchPadStandard/.DS_Store)
Which shows that the compiler is intolerant of the hidden Mac OS X files. I get the idea that the problem is that I am using a Mac and there are still many problems to be ironed out with the tool. Any Mac users getting any better luck ? Please share.
01-18-2011 06:33 PM
Right now I am having the same issue as well. I can't make it work for the life of me, I tried going in through Terminal and deleting all of the hidden files and such and it didn't work. So if you find an answer, please post too! I bet there are many of us with this issue ![]()
01-18-2011 07:30 PM
OK, I had this issue too. The difference (which isn't obvious at all on a Mac) is that you need to zip the individual files, rather than a folder containing the files. So, from within the project directory, do something like:
zip -r ../ProductName *
find . -name '*.DS_Store' -type f -delete
It's a bit of a pain, I know. Also doesn't help that the instruction are so Windows-centric, but I guess it's early days.
01-18-2011 10:38 PM
Major kudos, worked like a charm. Thanks a ton!
01-19-2011 07:31 PM
Thank you Rizer, that was very helpful
Avinash
01-19-2011 07:48 PM
Glad I could help ![]()
– Luke
01-24-2011 04:45 AM
Thanks Rizer - works perfectly
01-24-2011 10:48 AM
Hi folks,
This seems like it has become a common issue. Would clarification in the sample code notes or online documentation have helped in this case?
As I understand it, Mac users download the sample file, un-package the file contents to their system, and then re-compress it. It is at this point that confusion is occuring over whether the ZIP should contain just the files, or a folder containing the files?
I can add a note the to KB to help future developers avoid this problem.
Adam
01-24-2011 12:09 PM
hi,
My first expectation is that the zip file as given would work. However, this if corrected might just elude Mac users as to how to prepare the zip files anyway. It would be better if the zip file was generally the same across platforms. Failing that, explicit instruction would certainly help.
For me as a Mac user, I normally do as much as possible in the GUI so automatically expect to right click on a folder, save as archive - > gives a zip file. That is a compressed unit that when decompressed will reproduce the original. Perhaps the solution should be to allow this method by updating the compiler to be flexible enough - especially since it will be built for Mac OS :- just have it accept the usual method of creating zip archives as the source (as well as support the current type, and also support the zip file sent from a Windows user). So eliminate the command line solution (which was very helpfully provided here) as the only method of getting the result.
Hope this makes sense.
But meanwhile, updating the sample notes to include the command line step would solve it immediately for many users, and get things moving for them
i.e. to really support Mac users make the software meet their usual intuitive method; but meanwhile, by all means provide detailed documentation where required to avoid holding up early adopters
If the process of development and testing is too finicky, it will discourage development, yet solving the problem here is only a few extra lines of code in the complier tool
Going further, I would want to have a drag and drop version of the compiler - e.g. just drop your work onto a window to get it installed in the Emulator. I guess that this is provided in Flash Builder IDE with build and run. But my experience was that FB 4.5 first of all facilitates Actionscript rather than HTML5 based. Secondly, it just launched a native Mac Window for testing which is great, but you want to see it in the Emulator, having gone to the trouble of buying VMWare Fusion and getting the emulator installed there...
For HTML5 development, maybe just a drag and drop Icon to zip the folder, launch the compiler, then install in the emulator would be great. Possibly doable just using the Automator tools in Mac OS X. Then it would enable user choice of IDE or text editor - possibly with two items in the Services Menu - one to install in the emulator,( and one for the device when available. )