Changes between Version 8 and Version 9 of AppVersion
- Timestamp:
- Jun 30, 2008, 1:06:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppVersion
v8 v9 1 1 = Applications and versions = 2 2 3 An '''application''' includes a program (actually, usually several programs: different versions and different platforms) and a set of [JobIn workunits] and [JobOut results]. A project can operate many applications. Applications have the following required properties: 3 An '''application''' includes a program (actually, usually several programs: 4 different versions and different platforms) and a set of [JobIn jobs]. 5 A project can operate many applications. 6 Applications have the following required properties: 4 7 5 8 * Name: A short name (used to name directories, so don't use special characters like /). … … 17 20 [HtmlOps administrative web interface]. 18 21 19 An application program may go through a sequence of '''versions'''. A particular version, compiled for a particular platform, is 20 called an '''application version'''. An application version can consist of multiple files: for example, a controller script, pre- and post-processing programs, and a primary program. 22 An application program may go through a sequence of '''versions'''. 23 A particular version, compiled for a particular platform, is 24 called an '''application version'''. 25 An application version can consist of multiple files: 26 for example, a controller script, pre- and post-processing programs, and a primary program. 21 27 22 28 An application version has the following required properties: