home *** CD-ROM | disk | FTP | other *** search
- NOTE: All the Ada source files are in the file called docmgr.src,
- and all the documentation files are in the file called
- docmgr.doc. These files can be broken apart using the
- WIS JPMO's tool Combine & Break (PD:<ADA.TOOLS>CBREAK*).
-
- To rebuild the DOCMGR tools:
-
- 1. Compile all of the abstractions into an Ada program library
-
- 2. Compile the files in the [.DOCMGR.SOURCE] directory into
- the same library or into a sublibrary of that library. The
- file DOCMGR.CO lists all of the DOCMGR source files in a
- valid compilation order.
-
- 3. Link the following executables:
-
- Executable Name Ada program unit name
-
- ADDUSER.EXE Add_User
- CHCONSIST.EXE Check_Consistency
- COPYL.EXE Copy_Library
- CREATECAT.EXE Create_Catalog
- CREATEI.EXE Create_Item
- CREATEL.EXE Create_Library
- CREATERM.EXE Cre_RM
- DELHUSER.EXE Delete_HIF_User
- DELETEL.EXE Delete_Library
- DELUSER.EXE Delete_User
- FETCHI.EXE Fetch_Item
- FILEGEN.EXE FileGen
- LIBMGR.EXE Interactive_Library_Manager
- LISTCAT.EXE List_Catalogs
- LISTL.EXE List_Library
- LISTI.EXE List_Item
- OPENCAT.EXE Open_Catalog
- PAGINATE.EXE Paginate
- RETURNI.EXE Return_Item
-
-
- This release is built on a version of the HIF (Host Interface Facility)
- called the Super-HIF that has known problems. The current version of
- the Super-HIF will not allow multiple processes to access item(s) in the
- Super-HIF at the same time. The consequence of this is that only one
- process may access the catalog or th library at a given time.
-