ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/bootstrap.html
(Generate patch)

Comparing COMP/SCRAM/doc/html/bootstrap.html (file contents):
Revision 1.2 by williamc, Mon Aug 28 08:40:55 2000 UTC vs.
Revision 1.4 by sashby, Fri Jul 20 12:21:25 2001 UTC

# Line 69 | Line 69 | from where to pick up the project config
69   <tr>
70   <td>
71   <font color=green>
72 < &lt;Requirements name=<em>Doc_name</em>>
72 > &lt;RequirementsDoc name=<em>Doc_name</em>>
73   </font>
74   </td>
75   <td>
# Line 82 | Line 82 | project area)
82   <font color=green>
83   <pre>
84   &lt;doc type=Configuration::BootStrapProject version=1.0>
85 < &lt;project name=ORCA version=test>
85 > &lt;project name=ExampleProject version=V1_0>
86   ORCA Test BootStrap
87   &lt;Config dir=config>
88   &lt;base url="cvs://cmscvs.cern.ch/cvs_server/repositories/ORCA?auth=pserver&user=anonymous&passkey=AA_:yZZ3e?version=ORCA_4_3_0_pre3">
# Line 94 | Line 94 | ORCA Test BootStrap
94   &lt;/project>
95   </pre>
96   </font>
97 + This BootStrapFile will cause scram to create a
98 + <a href=configarea.html>Project Area</a> called <em>ExampleProject_V1_0</em>.
99 + Inside this area it will create directories<br>
100 + <em>config<br>src/Utilities<br>
101 + src/Porting</em>
102 + <br>in which it will download the appropriate files from
103 + the specified cvs server.
104 + <br>
105 + Note how the url for the cvs server is composed
106 + from that specified by the &lt;base> tag and the url argument of the
107 + &lt;download> tag.
108 + <br>
109 + The &lt;Config> tag tells scram that all other
110 + configuration files can be found in this config directory, and similarly
111 + the &lt;RequirementsDoc> tag points scram to the
112 + <a href=requirementdoc.html>Requirements Document</a>
113 +
114   <! Style Sheet Footer ---------------Do not change anything after this line-->
115   <hr>
116   <table border=1 width=100%>
117   <td align=left>
118 < <a href=mailto:Christopher.Williams@cern.ch
119 < >Chris Williams</a>
118 > <a href=mailto:Shaun.Ashby@cern.ch
119 > >Shaun Ashby</a>
120   </td>
121   <td align=center>
122 < Last Updated Tue Aug 15 13:55:29 2000
122 > <SCRIPT LANGUAGE="JAVASCRIPT">document.write("Last Updated "+ document.lastModified );</SCRIPT>
123   </td>
124   <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
125   </td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines