yafred / asn1-tool

A java tool to generate Java encoders and decoders from ASN.1 specifications.
MIT License
43 stars 22 forks source link

Problemas al iniciar #10

Closed ezequiel-larena-dev closed 3 years ago

ezequiel-larena-dev commented 3 years ago

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.

ezequiel-larena-dev commented 3 years ago

Running from console solves the problem.