make_script info
Chris Williams
chris.williams@REDACTED
Wed Jul 24 09:16:52 CEST 2002
If I remember correctly systools:make_script expects the "appname.app"
should be in "./src" as default. You could always call the function
with 2 arguments systools:make_script(appname,[{path,["<Path>/ebin"]}]).
and it will find "appname.app" or you could use the script
<ERLHOME>/bin/erlc i.e. erlc -o . -I <Path>/ebin appname.rel
//Chris
On Tue, 23 Jul 2002, Eric Merritt wrote:
> Guys,
>
> I am am probably missing something here so I hope you
> guys can point out my stupidity. I am trying to use
> the systools:make_script function to make a boot file
> for my app. This is the first time I have done this so
> I am kinda moving slow. In any case, my application is
> laid out according to the otp docs, ie.
>
> ./ebin
> appname.app
> appname.rel
> ./docs
> ./include
> someincludes.hrl
> ./src
> somesources.erl
>
> My problem is that when I go to use make script I
> always get the error "File not found: appname.app",
> this is getting frustrating becuase the appname.app
> file is right there. The command I use for the
> make_script function is
>
> erl -pa $(EBIN) \
> -s systools make_script appname \
> -s erlang halt -noshell
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - Feel better, live better
> http://health.yahoo.com
>
More information about the erlang-questions
mailing list