yatsek / microemu

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

trunk: JAD entries from file are ignored/overridden by manifest entries #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. launch microemu (trunk)
2. open a jad file which has modified entries from the manifest packaged

What is the expected output? What do you see instead?
I would expect the JAD entries from the file to overwrite the ones from the 
manifest. Instead the entries from the jad are ignored alltogether (I believe 
in Common, we do a clear() once we have identified the midlet class name and 
then read the manifest entries)

What version of the product are you using? On what operating system?
trunk version from 2010-09-01, Mac OSX

Please provide any additional information below.

Original issue reported on code.google.com by rbur...@gmail.com on 2 Sep 2010 at 4:16

GoogleCodeExporter commented 9 years ago
attached is a fix which will only merge in entries from the manifest rather 
than overwriting the jad entries.

Original comment by rbur...@gmail.com on 2 Sep 2010 at 5:48

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in trunk

Original comment by bar...@gmail.com on 17 Sep 2010 at 10:30