No subject

Suresh S sureshsaragadam@REDACTED
Tue Dec 24 06:55:05 CET 2002


Hi Ulf Wiger,
After Going Through ur work "OTP Release Handling
Tutorial" i tried to work on packaging of my
application, 

while making  script it is giving the error for very
first erlang term in the .app file,

what may be the problem .

Eshell V5.0.1.1  (abort with ^G)
1> Dir = "/home/suresh/InRoam-1.0/RoamApp".
"/home/suresh/InRoam-1.0/RoamApp"
2> Path = [Dir ++ "/lib/*/ebin"].
["/home/suresh/InRoam-1.0/RoamApp/lib/*/ebin"]
3>  Var = {"RoamApp", Dir}.
{"RoamApp","/home/suresh/InRoam-1.0/RoamApp"}
4>
systools:make_script("start_roamapp",[{path,Path},{variables,[Var]}]).
roamapp: Parse error in file:
"/home/suresh/InRoam-1.0/RoamApp/lib/roamapp-1.0.1/ebin/roamapp.app".
 Line: 1  Error: "bad term";

error
5>

This is my app file
-------------------

{application, roamapp,
 [{description, "Application for Call Processing of a
Roamer"},
  {vsn, "1.0.1"},
  {modules,   [ authentication.erl,
                inroam_trigger.erl,
                timefun.erl,
                importdata.erl,
                roamapp.erl]},
  {registered,[ transceiver,
                keepaliveagent,
                keepalivemanager,
                supervise_process,
                Table_name,
                manager,
                agent,
                recTrigMsg,
                trap_msg]},
  {applications, [kernel,stdlib]},
  {mod, {roamapp,[]}}]}.

Thanking u

suresh s 

 

________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
       visit http://in.tv.yahoo.com



More information about the erlang-questions mailing list