ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/node20.html
Revision: 1.2
Committed: Fri Dec 10 13:52:37 2004 UTC (20 years, 5 months ago) by sashby
Content type: text/html
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Error occurred while calculating annotation data.
Log Message:
*** empty log message ***

File Contents

# Content
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
3 <!--Converted with jLaTeX2HTML 2002 (1.62) JA patch-1.4
4 patched version by: Kenshi Muto, Debian Project.
5 LaTeX2HTML 2002 (1.62),
6 original version by: Nikos Drakos, CBLU, University of Leeds
7 * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
8 * with significant contributions from:
9 Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
10 <HTML>
11 <HEAD>
12 <TITLE>3.1.1.0.1 Example:</TITLE>
13 <META NAME="description" CONTENT="3.1.1.0.1 Example:">
14 <META NAME="keywords" CONTENT="SCRAM">
15 <META NAME="resource-type" CONTENT="document">
16 <META NAME="distribution" CONTENT="global">
17
18 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
19 <META NAME="Generator" CONTENT="jLaTeX2HTML v2002 JA patch-1.4">
20 <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
21
22 <LINK REL="STYLESHEET" HREF="SCRAM.css">
23
24 <LINK REL="previous" HREF="node19.html">
25 <LINK REL="up" HREF="node19.html">
26 <LINK REL="next" HREF="node21.html">
27 </HEAD>
28
29 <BODY bgcolor="beige" >
30 <!--Navigation Panel-->
31 <A NAME="tex2html623"
32 HREF="node21.html">
33 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
34 SRC="file:/usr/share/latex2html/icons/next.png"></A>
35 <A NAME="tex2html617"
36 HREF="node19.html">
37 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
38 SRC="file:/usr/share/latex2html/icons/up.png"></A>
39 <A NAME="tex2html613"
40 HREF="node19.html">
41 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
42 SRC="file:/usr/share/latex2html/icons/prev.png"></A>
43 <A NAME="tex2html619"
44 HREF="node2.html">
45 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
46 SRC="file:/usr/share/latex2html/icons/contents.png"></A>
47 <A NAME="tex2html621"
48 HREF="node85.html">
49 <IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
50 SRC="file:/usr/share/latex2html/icons/index.png"></A>
51 <BR>
52 <B> Next:</B> <A NAME="tex2html624"
53 HREF="node21.html">3.1.2 The RequirementsDoc Class</A>
54 <B> Up:</B> <A NAME="tex2html618"
55 HREF="node19.html">3.1.1 The BootStrapProject Class</A>
56 <B> Previous:</B> <A NAME="tex2html614"
57 HREF="node19.html">3.1.1 The BootStrapProject Class</A>
58 &nbsp <B> <A NAME="tex2html620"
59 HREF="node2.html">Contents</A></B>
60 &nbsp <B> <A NAME="tex2html622"
61 HREF="node85.html">Index</A></B>
62 <BR>
63 <BR>
64 <!--End of Navigation Panel-->
65
66 <H4><A NAME="SECTION00411010000000000000">
67 3.1.1.0.1 <I>Example</I>:</A>
68 </H4> An example of the contents of a bootstrap file for
69 the COBRA project is shown below. <A NAME="505"></A>
70 <PRE>
71 &lt;doc type=Configuration::BootStrapProject version=1.0&gt;
72 &lt;project name=COBRA version=COBRA_6_3_0&gt;
73 COBRA 6_3_0 BootStrap
74 &lt;config dir=config&gt;
75 &lt;base url="cvs://cmscvs.cern.ch/cvs_server/repositories/COBRA?auth= \
76 pserver&amp;user=anonymous&amp;passkey=AA_:yZZ3e&amp;version=COBRA_6_3_0"&gt;
77 &lt;download url="cvs:?module=config" name="config"&gt;
78 &lt;download url="cvs:?module=COBRA" name="src"&gt;
79 &lt;RequirementsDoc name=config/RequirementsDoc&gt;
80 &lt;/base&gt;
81 &lt;/project&gt;
82 </PRE>This bootstrap file instructs <SMALL>SCRAM</SMALL>&nbsp;to create a project area
83 called <TT>COBRA_6_3_0</TT>. Inside this area there is a
84 directory called <TT>config</TT> (the configuration directory)
85 where all project configuration files are stored. All source code
86 for the project is downloaded to a directory called
87 <TT>src</TT>. Once the configuration files have been downloaded,
88 <SMALL>SCRAM</SMALL>&nbsp;parses the requirements file <TT>RequirementsDoc</TT>,
89 found in the <TT>config</TT> directory.
90
91 <P>
92 <BR><HR>
93 <ADDRESS>
94 scram-developers@cern.ch
95 </ADDRESS>
96 </BODY>
97 </HTML>