DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ I T

⟦d0a9fc305⟧ TextFile

    Length: 1062 (0x426)
    Types: TextFile
    Names: »INSTALL_STEPS«

Derivation

└─⟦db1c56801⟧ Bits:30000748 8mm tape, Rational 1000, TESTMATE 2_2_0
    └─ ⟦866d14df1⟧ »DATA« 
        └─⟦97c804b2f⟧ 
            └─⟦this⟧ 

TextFile

INSTALL_PRODUCT => (
    Do_Step (Step => "INSTALL_SCRIPT", Step_File => "Install_Steps");
)
INSTALL_SCRIPT => (
    Activity.Merge (Source => "Activity", Target => "!Machine.Release.Current.Activity");
    Library.Copy (From => "!Machine.Release.testmate.Release2_2_0.TestMate_Start", To => "!Machine.Initialization.Rational", Recursive => True);

    Links.Delete (Link => "@",
                  Source => "!Tools.Test.TestMate.@.Units.?",
                  World => "!machine.release.current.commands");
    Links.Replace (Source =>
                      "!Tools.Test.TestMate'Spec_View.Units.`[TestMate,Setup_RCI_TMS,Keys,TMS,Update_Test_Run_References]",
                   World => "!Machine.Release.Current.Commands");
    Links.Delete (Link => "@",
                  Source => "!Tools.Test.TestMate_Tools.@.Units.?",
                  World => "!machine.release.current.commands");
    Links.Replace (Source =>
                      "!Tools.Test.TestMate_Tools'Spec_View.Units.?'Spec",
                   World => "!Machine.Release.Current.Commands");

)