rebar

    1熱度

    1回答

    當我運行./rebar get-deps compile escriptize時,出現如下: WARN: 'escriptize' command does not apply to directory /path/to/foo Command 'escriptize' not understood or not applicable 我有什麼忘記了嗎?

    1熱度

    1回答

    https://travis-ci.org/mmmries/sqlitex/builds/51889563#L96 我試圖建立特拉維斯CI整合爲我的sqlite的藥劑項目。當嘗試編譯屬於esqlite依賴關係一部分的C擴展時,該編譯目前失敗。錯誤信息回來 c_src/esqlite3_nif.o: file not recognized: File format not recognized

    3熱度

    1回答

    我想構建一個基於riak_core的應用程序,問題是依賴關係圖似乎有衝突。 https://github.com/zkessin/riak_sets/blob/master/rebar.config 這個問題似乎是riak_core包括exometer_core,其中包括福爾瑟姆,標籤和所需的版本不匹配。有沒有辦法告訴螺紋鋼無視這一點?

    0熱度

    2回答

    我的Erlang項目由鋼筋管理,它分爲不同的模塊。 -pro |-- rel |-- src |-- test |--- module1_tests.erl |--- module2_tests.erl ,併爲每個模塊* _tests.erl,使用Eunit Fixtures設置環境。例如, module1_test_() -> {s

    0熱度

    1回答

    我的目標很簡單,而我學習二郎,我想用螺紋鋼創建具有eunit測試的基本模塊: 我曾嘗試以下: mkdir erlangscratch cd erlangscratch rebar create template=simplemod modid=erlangscratch 編輯「測試/ erlangscratch_tests.erl」看像這樣: -module(erlangscratch_t

    1熱度

    1回答

    我有應用程序A依賴於應用程序B,A和B都依賴於應用程序C. 甲需要C'S主分支,B需要C的另一個分支。 有什麼辦法可以解決這個問題嗎?

    3熱度

    1回答

    我爲我的應用程序創建了一個配置文件,該文件由多個子應用程序組成,其中每個子應用程序都有自己的Common Test suites目錄。對於構建和測試我使用的螺紋鋼,我的目錄結構看起來像這樣 . ├── apps │   ├── app1 │   │   ├── ebin │   │   └── src │   ├── app2 │   │   ├── ebin │   │   ├──

    0熱度

    1回答

    我編使用下列選項rebar.config {erl_opts, [native, {hipe, [verbose]}, warnings_as_errors, debug_info]}. {eunit_compile_opts, [native, {hipe, [verbose]}, warnings_as_errors, debug_info]}. 我看到的代碼確實是編譯使用 rebar

    0熱度

    2回答

    首先,'rebar doc'有時有時候有時候不起作用。它很奇怪。我使用的 螺紋鋼版本2.5.1 我的文件夾結構是: Header_Directory 1.1應用 1.1.1 sub_dir_1 1.1.2 sub_dir_2 /包括 1.1。 3 sub_dir_3 1.2 deps 1.3 confs rebar.config sub_dir_3中的模塊還使用來自sub_dir_2/includ

    2熱度

    3回答

    我敢肯定,這將是如此簡單我會踢我自己的問,但我怎麼通過erl參數,如-config {file} ERI當調用rebar shell?我認爲這隻會傳遞與自己的交換機不匹配的任何東西,但並非如此。