Hi tome, Create plt/cb.plt, run make-plt.sh
#!/bin/bash > clear > PLT=plt/cb.plt > echo $PLT > #if [ ! -f $PLT ]; then > dialyzer --build_plt --apps kernel stdlib mnesia inets ssl crypto \ > erts public_key runtime_tools compiler asn1 hipe gs\ > syntax_tools edoc xmerl public_key inets \ > --statistics\ > --output_plt $PLT > rm deps/riak_core/ebin/*.beam > echo > "********************************************************************************" > dialyzer --add_to_plt deps/*/ebin > --plt $PLT > echo > "********************************************************************************" > echo "" > #fi , then run dialyzer.sh -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/bf7efb0c-dd02-467c-8833-7af20470e3d8%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
