[erlang-questions] error with systools._make_script : File not Found

Ulf Wiger ulf@REDACTED
Tue May 1 22:53:48 CEST 2007


2007/4/30, norbertk <Norbert.Klamann@REDACTED>:
>
>
>
> 4> systools:make_script("example",[{path,Path},{variables,[Var]}]).
> File not found: "example.rel"
> error
> 5> file:get_cwd().
> {ok,"e:/projekte/lm2/erlang/releases/1.0"}
> 6>
>
> make_scricpt shall create the script, so how can it complain that it does
> not exist. Or is this a strange CYGWIN related problem, Prompt Nr 5 seems
> suspicious.


 The file that is reported missing is example.rel. This is the release file,
and it is used as input to make_script(). The resulting script will be
called example.script.

Check if you have a file called example.rel in that location.

You might want to include the return value of file:list_dir(".") next time.

BR,
Ulf W
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20070501/32011cfd/attachment.htm>


More information about the erlang-questions mailing list