Closed GoogleCodeExporter closed 8 years ago
Issue 59 has been merged into this issue.
Original comment by DFH...@gmail.com
on 22 Nov 2008 at 11:45
We have dropped support for MIDP 1.0 in Go Bible version 2.4.0
Anyone who still needs to build for MIDP 1.0 would have to use an earlier
software
version.
Earlier software versions for GoBibleCreator are still available in the Google
group
Go Bible Dev.
Original comment by DFH...@gmail.com
on 2 Apr 2010 at 11:35
Including the following line in the collections text file does not cause any
error to
be reported.
MIDP: MIDP-1.0
Now that we have dropped support for MIDP 1.0, there should be an error message.
Not only that, but also, even the following line gives no error message:
MIDP: rhubarb
NB. The resulting JAD files contain this line:
MicroEdition-Profile: MIDP-2.0
Original comment by DFH...@gmail.com
on 5 Apr 2010 at 6:24
Looking at the current code, there should be an error msg in the output. I've
eddited a collection file and run it and get the following error output in
StdOut:
"Error parsing collections file. Unsupported MIDP version: lalala, use MIDP-2.0"
I'm not sure why you're not seeing an error msg. It's in there. (Attach all
your
files for testing if you'd like me to examine it further.)
Original comment by dhinton...@gmail.com
on 5 Apr 2010 at 9:01
You are correct.
Error parsing collections file. Unsupported MIDP version: rhubarb, use MIDP-2.0
was in the java.log
I had again wrongly expected to see it in error.log - I must stop forgetting to
look
properly. Mea culpa.
Original comment by DFH...@gmail.com
on 5 Apr 2010 at 9:50
Original issue reported on code.google.com by
DFH...@gmail.com
on 1 Sep 2007 at 2:13