make_script info

Sean Hinde Sean.Hinde@REDACTED
Wed Jul 24 18:45:33 CEST 2002


> Now I am a bit confused. If the *.app file is supposed
> to be in the ebin directory then why doesn't
> systools:make_script("appname") find it when I run it?
> Even if it is in the ebin should I provide a path
> (perhaps that is what I am not doing). My original
> problem was that the make_script function couldn't
> find the *.app file in ebin (though thats where its
> at). I kept getting a file not found error which was a
> bit frustrating.

Yep, .app not found is the irritating symptom of not having the ebin in your
path

erl -pa "...path"

or, in your .erlang file in your home directory put:

code:add_pathz("/path/to/ebin").

Sean



NOTICE AND DISCLAIMER:
This email (including attachments) is confidential.  If you have received
this email in error please notify the sender immediately and delete this
email from your system without copying or disseminating it or placing any
reliance upon its contents.  We cannot accept liability for any breaches of
confidence arising through use of email.  Any opinions expressed in this
email (including attachments) are those of the author and do not necessarily
reflect our opinions.  We will not accept responsibility for any commitments
made by our employees outside the scope of our business.  We do not warrant
the accuracy or completeness of such information.




More information about the erlang-questions mailing list