Event actions are actions executed when some event happens in the project. An example would be logging when the project was opened and closed, so it can be later reviewed how much one worked on it, or sending a mail when a file is saved, or adding the file to the CVS with the help of a script when the file is added to the project and the list could continue.
On the Event Configuration page of the -> (Shift+F7) dialog you can create, edit and delete the event actions.
The event editor dialog
The entries in the dialog are:
the action is executed when the event selected from the list happens. The event names are self explanatory.
the type of the executed action. The possible choices are
an action that is not a user defined script action. See the section called “User Defined Actions” for user action.
Action name specifies the action to be executed when the event happens.
an email is sent when the action happens to the recipient selected in the Receiver list. The recipient can be a team or subproject leader. See the section called “Team Development” for defining such leaders.
the event is logged in a file. The arguments for this action are:
the filename with full path
How much information will the log contain
Whether to create/overwrite the existing log file or append the new logged event to it.
an user defined script action. See the section called “User Defined Actions” for user action.
Action name specifies the action to be executed when the event happens.
The other entries depend on the Action type as they were described.
Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team