ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/node63.html
Revision: 1.2
Committed: Fri Dec 10 13:52:38 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>5.4.3.0.2 Example B:</TITLE>
13 <META NAME="description" CONTENT="5.4.3.0.2 Example B:">
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="node62.html">
25 <LINK REL="up" HREF="node61.html">
26 <LINK REL="next" HREF="node64.html">
27 </HEAD>
28
29 <BODY bgcolor="beige" >
30 <!--Navigation Panel-->
31 <A NAME="tex2html1235"
32 HREF="node64.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="tex2html1229"
36 HREF="node61.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="tex2html1225"
40 HREF="node62.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="tex2html1231"
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="tex2html1233"
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="tex2html1236"
53 HREF="node64.html">5.5 Brief Description of</A>
54 <B> Up:</B> <A NAME="tex2html1230"
55 HREF="node61.html">5.4.3 Installing a New</A>
56 <B> Previous:</B> <A NAME="tex2html1226"
57 HREF="node62.html">5.4.3.0.1 Example A:</A>
58 &nbsp <B> <A NAME="tex2html1232"
59 HREF="node2.html">Contents</A></B>
60 &nbsp <B> <A NAME="tex2html1234"
61 HREF="node85.html">Index</A></B>
62 <BR>
63 <BR>
64 <!--End of Navigation Panel-->
65
66 <H4><A NAME="SECTION00643020000000000000">
67 5.4.3.0.2 <I>Example B</I>:</A>
68 </H4> We want to add the tool <TT>ruby</TT>
69 to our project area. This is not a regularly used tool (that is, the tool is not contained in
70 the configuration), so we will add it using a local tool
71 description file. The command is
72
73 <P>
74 <TT>scram setup</TT>
75
76 [<B>-i</B>]&nbsp;<TT>ruby</TT>&nbsp;<TT>1.6.7</TT>&nbsp;<TT>file:./ruby-1.6.7</TT>
77
78 <P>
79 The tool description file looks like this:
80
81 <P>
82 <PRE>
83 &lt;doc type=BuildSystem::ToolDoc version=1.0&gt;
84 &lt;Tool name=RUBY version=1.6.7&gt;
85 &lt;Client&gt;
86 &lt;Environment name=RUBY_BASE&gt;
87 The top of the Ruby distribution.
88 &lt;/Environment&gt;
89 &lt;Environment name=LIBDIR default=$RUBY_BASE/lib/ruby/1.6 type=lib&gt;
90 &lt;/Environment&gt;
91 &lt;/Client&gt;
92 &lt;Environment name=PATH value="$RUBY_BASE/bin" type=Runtime_path&gt;
93 &lt;/Environment&gt;
94 &lt;Environment name=LD_LIBRARY_PATH value=$LIBDIR type=Runtime_path&gt;
95 &lt;/Environment&gt;
96 &lt;/Tool&gt;
97 </PRE>so the interactive setup mechanism will ask for a value for
98 <TT>RUBY_BASE</TT> and the other values will be set automatically.
99
100 <P>
101 <BR><HR>
102 <ADDRESS>
103 scram-developers@cern.ch
104 </ADDRESS>
105 </BODY>
106 </HTML>