I Have a BB application that gets compiled into 3 siblings cod file. ( actualy one cod fil contaning 3 sub cod files).
app.cod
|--app.cod
|--app-1.cod
|--app-2.cod
which is normal.
the jad refers to those 3 inner .cod files.
Now I have add some feature to my app, it is getting a little bit bigger. the jad now refers to 4 inner .cod files. but there is still 3 inside the app.cod that is generated.
so I now still have
app.cod
|--app.cod
|--app-1.cod
|--app-2.cod
but with the jad referring to app.cod, app-1.cod, app-2.cod, AND app-3.cod.
this is causing OTA download to fail with the following error:
907 invalid COD HTTP Error 404 : not found
what is wrong the my compiled program? is it a bug from the JDE?
I am using JDE 4.5