Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Oct 16, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Fixed in trunk

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

  • Changed state: Fixed
  • Added labels: Milestone-3.0

@GoogleCodeExporter
Copy link
Author

Issue 4 has been merged into this issue.

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

@GoogleCodeExporter
Copy link
Author

Issue 69 has been merged into this issue.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant