[erlang-questions] custom behaviour

Dave Smith dizzyd@REDACTED
Tue Feb 16 23:19:10 CET 2010


There was a bug in rebar. This is now fixed and should function as
expected. You can either rebuild from source or download the pre-built
binary at:

http://bitbucket.org/basho/rebar/downloads/rebar

Thanks for the simplified test case. :)

D.

On Tue, Feb 16, 2010 at 8:48 AM, stewart mackenzie <setori88@REDACTED> wrote:
> Steve that worked! (with a sharp sounding slap to the forehead)
> but Dizzy, this is what my rebar.config file looks like:
> {erl_first_files,["src/gen_gist.erl"]}.
> {erl_opts, [debug_info, fail_on_warning]}.
> and I still get the warning.
> src/rtree.erl:2: Warning: behaviour gen_gist undefined
> make: *** [all] Error 1
> * the behaviour is in the same directory as the dependent module.
> * i used rebar to create the otp standard file structure for the project
> thanks for your responsive help.
> Ill have a look at rebar src to see if there is a bug on thursday
> Stewart
>


More information about the erlang-questions mailing list