Issue 66: microemu wont parse JAD file which is given via commandline (and is not in manifest format)
Status:  Fixed
Owner: ----
Closed:  Sep 2010
Reported by rbur...@gmail.com, Sep 1, 2010
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.
JadProperties.java.patch
2.9 KB   View   Download
Sep 17, 2010
Project Member #1 bar...@gmail.com
Fixed in trunk
Status: Fixed
Labels: Milestone-3.0
Sep 17, 2010
Project Member #2 bar...@gmail.com
 Issue 4  has been merged into this issue.
Sep 17, 2010
Project Member #3 bar...@gmail.com
 Issue 69  has been merged into this issue.