You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've prepared a sample application called 'myapp' under the release 'myrel'. In 'myapp', I've created a file *.set.asn1 under asn1/ and it lists all ASN.1 files to compile. In my sample application directory, I've set rebar.config in myrel/apps/myapp according to your sample.
When I went to myrel/apps/myapp and run 'rebar3 compile'. No error found.
However, when I went to myrel/ and run 'rebar3 release'. It shows the following error:
--{generated,"asn1_gen/sample.asn1db"}--
{"init terminating in do_boot",{{badmatch,{error,{file_error,"asn1_gen/sample.asn1db",enoent}}},[{asn1_db,loop,1,[{file,"asn1_db.erl"},{line,109}]}]}}
Crash dump is being written to: erl_crash.dump...done
init terminating in do_boot ()
FYI, the rebar.config in myrel/ doesn't include any ASN.1 plugin setting. It is just a simple rebar.config.
Is there anything I missed in the configuration ?
The text was updated successfully, but these errors were encountered:
I've prepared a sample application called 'myapp' under the release 'myrel'. In 'myapp', I've created a file *.set.asn1 under asn1/ and it lists all ASN.1 files to compile. In my sample application directory, I've set rebar.config in myrel/apps/myapp according to your sample.
When I went to myrel/apps/myapp and run 'rebar3 compile'. No error found.
However, when I went to myrel/ and run 'rebar3 release'. It shows the following error:
FYI, the rebar.config in myrel/ doesn't include any ASN.1 plugin setting. It is just a simple rebar.config.
Is there anything I missed in the configuration ?
The text was updated successfully, but these errors were encountered: