[erlang-questions] reltool to include a module

Robert Virding robert.virding@REDACTED
Tue Dec 7 16:28:44 CET 2010


Yes, the shell can only list modules which are loaded into the system.

Robert

----- "Andrey Pampukha" <andrey.pampukha@REDACTED> wrote:

> Stewart,
> 
> All application's beamfiles are to be pre-loaded into the memory at
> application startup, to have their names known by shell.
> If I'm not mistaken, you can just list all modules into the 'modules'
> section of the .app file.
> But I'm not sure that it's enough. You also need to start the system
> in embedded mode to autoload all listed modules.
> 
> Andrey.
> 
> 
> 2010/12/7, stewart <setori88@REDACTED>:
> > Hi
> >
> > I really need to get an erlang module available in the Erlang
> shell.
> >
> > What am I doing wrong?
> >
> > git clone git://github.com/sjmackenzie/phoebus
> > cd phoebus
> > make rel
> > ./rel/phoebus/bin/phoebus console
> >
> > then at the console phoebus_algos_ <TAB> (auto-complete) should
> list
> > all available modules.
> >
> > I need all the phoebus/deps/phoebus_algos/ebin/* modules.
> >
> > thanks so much
> >
> > Stewart
> >
> > ________________________________________________________________
> > erlang-questions (at) erlang.org mailing list.
> > See http://www.erlang.org/faq.html
> > To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
> >
> >
> 
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED


More information about the erlang-questions mailing list