Rebar problem summary

Source: Internet
Author: User

1. {lib_dirs, ["path1", "path2"]}, specify multiple scan root directories of the dependent package. The default value is the "deps" directory under the current application, modify the "deps" Directory through {deps_dir, "person_deps_path "};
2. dependency Description: A-> B; B-> C; application C does not need to put application B in the deps directory of application C, you can put both B and C in the deps directory of application;
3. the corresponding 2nd rules can be established because a only looks for dependencies in its own deps directory and does not recursively look for dependencies in B's deps directory. (This problem seems to be wrong, rebar can be recursive, not a layer)
4. Some options of the release application's reltool. config configuration file are described as follows:
1. {lib_dirs, [".../"]} is the application path, and "relative path" is the path of this file ".
2. {Rel,...} is the number of services contained in the application, which is automatically started when the system is running.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.