Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

7 rader
261 B

-module(base_dir_cwd_plugin).
-export([pre_compile/2]).
pre_compile(_, _) ->
File = "base_dir_cwd_pre.compile",
ok = file:write_file(File, <<"base_dir cwd pre_compile plugin">>),
rebar_log:log(info, "Wrote ~p/~s~n", [rebar_utils:get_cwd(), File]).