yatsek / microemu

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

microemu wont parse JAD file which is given via commandline (and is not in manifest format) #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. launch microemu via commandline switch --propertiesjad jadfile.jad
2. jad file contains empty lines

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

microemu should launch and interpret the jad from its source format. 
Instead microemu on the trunk is using Manifest as a baseclass to JadProperties 
which enforces a manifest style format (max line length, no empty lines).

What version of the product are you using? On what operating system?
trunk from today, OS: Mac OSX

Please provide any additional information below.

Attached is a patch that fixes the problem. Basically I have implemented a 2nd 
parser that would read a plain JAD file and inject the properties into the 
attributes of the Manifest. Works for me.

Original issue reported on code.google.com by rbur...@gmail.com on 1 Sep 2010 at 9:53

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in trunk

Original comment by bar...@gmail.com on 17 Sep 2010 at 9:54

GoogleCodeExporter commented 9 years ago
Issue 4 has been merged into this issue.

Original comment by bar...@gmail.com on 17 Sep 2010 at 9:57

GoogleCodeExporter commented 9 years ago
Issue 69 has been merged into this issue.

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