lukeme / gobible

Automatically exported from code.google.com/p/gobible
1 stars 0 forks source link

Ceased support for MIDP 1.0 #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Octavian Lupu reported problems with 2.2.3 (email to David Haslam)
2. I have asked him for further details
3. MIDP 1.0 collections were fine with Go Bible Creator 2.2

What is the expected output? What do you see instead?
??

Please use labels and text to provide additional information.
??

Original issue reported on code.google.com by DFH...@gmail.com on 1 Sep 2007 at 2:13

GoogleCodeExporter commented 8 years ago
Issue 59 has been merged into this issue.

Original comment by DFH...@gmail.com on 22 Nov 2008 at 11:45

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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