05-23-2011 01:02 PM
Greetings,
I am working on a webworks project and I keep getting the "reserved directory found" error while trying to package my application. I have a lib/, src/ and themes/ folder as well as my code. Yet I still keep getting this error. I even tried specifying a different folder for the output but that gives me the same error. Any hints on how to fix this issue?
(and yes, I did read this article -> http://docs.blackberry.com/en/developers/deliverab
FM
Solved! Go to Solution.
05-23-2011 01:15 PM
You can't have a folder named 'src'
we call ours srcs
05-23-2011 03:30 PM
I found that out from another dev. Thanks a lot.