yafred/asn1-tool

Problemas al iniciar

Closed this issue · 1 comments

Hi!
Perform the following steps, modifying the compiler.java class:

-f ASN.1 specification.
-p just print the validated model.
-jo generate Java code in the given folder.
-jp use this package as a prefix for generated Java code (ASN.1 module names are added to this prefix to get the full package name).

The problem is that it doesn't work.
I see you enter the if module (line.getOptions (). Length == 0)
I run and the screen shows the data of that module.
Should I make those modifications to the compiler.java file?
Thank you.

Running from console solves the problem.