how to include OTP defiened applications in resourse file

Vance Shipley vances@REDACTED
Tue Dec 31 18:15:26 CET 2002


On Tue, Dec 31, 2002 at 02:15:55PM +0100, Ulf Wiger wrote:
}  
}  If you use the OTP applications, you can start them
}  individually. They have their own mod attributes and contain
}  everything needed for the application controller to start
}  them.


Unless they are code libraries of course in which case they are
not started and so do not have a mod attribute.  EVA is a good
example, you should put EVA in the included_applications attribute
and start it yourself using eva_sup:start_link/0 (or one of the
other start functions).

	-Vance



More information about the erlang-questions mailing list