| Issue 66: | microemu wont parse JAD file which is given via commandline (and is not in manifest format) | |
| 4 people starred this issue and may be notified of changes. | Back to list |
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.
Sep 17, 2010
Issue 4 has been merged into this issue.
Sep 17, 2010
Issue 69 has been merged into this issue. |
Labels: Milestone-3.0