[erlang-questions] Getting reltool to work

Hakan Mattsson hakan@REDACTED
Thu Aug 20 12:22:53 CEST 2009


On Wed, 19 Aug 2009, Torben Hoffmann wrote:

>But, alas, I cannot get it to work:
>9> reltool:start([{sys,[{lib_dirs,["ErlangProject/abekat/"]}]}]).
>** exception exit: {badmatch,{error,"Illegal parameter:
>{sys,[{lib_dirs,[\"ErlangProject/abekat\"]}]}"}}
>     in function  reltool_sys_win:do_init/1
>     in call from reltool_sys_win:init/1
>     in call from proc_lib:init_p_do_apply/3

Try: 

  reltool:start([{config, {sys,[{lib_dirs,["ErlangProject/abekat/"]}]}}]).
  
> > Unfortunately the target generation part of reltool does not work so
> > well in the current release.It will be greatly improved in R13B02.
> > Contact me privately if you are interested in using it earlier than
> > that.
> 
> Using it earlier depends on the roadmap for Erlang (can I wait for it?!?!) -

R13B02 will be released in the end of september.

> I tried to look at erlang.org to find it, but was not able to dig it up...
> is there such a thing available for public eye? 

No.

> Or is that kind of info for EUC participants only??? ;-)

No.

/Håkan
---
Håkan Mattsson (uabhams)
Erlang/OTP, Ericsson AB


More information about the erlang-questions mailing list