1 |
sashby |
1.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>1.1.6 Project Isolation</TITLE>
|
13 |
|
|
<META NAME="description" CONTENT="1.1.6 Project Isolation">
|
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="node9.html">
|
25 |
|
|
<LINK REL="up" HREF="node4.html">
|
26 |
|
|
<LINK REL="next" HREF="node11.html">
|
27 |
|
|
</HEAD>
|
28 |
|
|
|
29 |
|
|
<BODY bgcolor="beige" >
|
30 |
|
|
<!--Navigation Panel-->
|
31 |
|
|
<A NAME="tex2html449"
|
32 |
|
|
HREF="node11.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="tex2html443"
|
36 |
|
|
HREF="node4.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="tex2html439"
|
40 |
|
|
HREF="node9.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="tex2html445"
|
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="tex2html447"
|
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="tex2html450"
|
53 |
|
|
HREF="node11.html">1.2 The Structure of</A>
|
54 |
|
|
<B> Up:</B> <A NAME="tex2html444"
|
55 |
|
|
HREF="node4.html">1.1 What is SCRAM?</A>
|
56 |
|
|
<B> Previous:</B> <A NAME="tex2html440"
|
57 |
|
|
HREF="node9.html">1.1.5 A Development Environment</A>
|
58 |
|
|
  <B> <A NAME="tex2html446"
|
59 |
|
|
HREF="node2.html">Contents</A></B>
|
60 |
|
|
  <B> <A NAME="tex2html448"
|
61 |
|
|
HREF="node85.html">Index</A></B>
|
62 |
|
|
<BR>
|
63 |
|
|
<BR>
|
64 |
|
|
<!--End of Navigation Panel-->
|
65 |
|
|
|
66 |
|
|
<H2><A NAME="SECTION00216000000000000000"></A>
|
67 |
|
|
<A NAME="288"></A>
|
68 |
|
|
<BR>
|
69 |
|
|
1.1.6 Project Isolation
|
70 |
|
|
</H2>
|
71 |
|
|
<SMALL>SCRAM</SMALL> ensures that an installed release is independent of any other.
|
72 |
|
|
This allows developers to easily switch between projects/versions they
|
73 |
|
|
might be working on even though they may have very different and
|
74 |
|
|
conflicting environment requirements.
|
75 |
|
|
<A NAME="289"></A>
|
76 |
|
|
In summary, <SMALL>SCRAM</SMALL> can provide
|
77 |
|
|
|
78 |
|
|
<UL>
|
79 |
|
|
<LI>project installation with a click on a web page;
|
80 |
|
|
</LI>
|
81 |
|
|
<LI>control of the build environment, including dependency tracking;
|
82 |
|
|
</LI>
|
83 |
|
|
<LI>fully configurable build operations, including default
|
84 |
|
|
operations;
|
85 |
|
|
</LI>
|
86 |
|
|
<LI>abstraction of logical build elements from the implementation
|
87 |
|
|
details;
|
88 |
|
|
</LI>
|
89 |
|
|
<LI>re-use of configuration management elements between projects.
|
90 |
|
|
</LI>
|
91 |
|
|
</UL>
|
92 |
|
|
|
93 |
|
|
<P>
|
94 |
|
|
<BR><HR>
|
95 |
|
|
<ADDRESS>
|
96 |
|
|
scram-developers@cern.ch
|
97 |
|
|
</ADDRESS>
|
98 |
|
|
</BODY>
|
99 |
|
|
</HTML>
|