Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000559.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml" />
11
12    <title>Status for Andrew DeFaria: New Build Server</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/000558.html" title="Remove Empty Branch" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000560.html" title="Microsoft Software" />
17
18    
19
20    
21
22    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
23 </head>
24 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
25    <div id="container">
26       <div id="container-inner" class="pkg">
27
28          <div id="banner">
29             <div id="banner-inner" class="pkg">
30                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
31                <h2 id="banner-description">Searchable status reports and work log</h2>
32             </div>
33          </div>
34
35          <div id="pagebody">
36             <div id="pagebody-inner" class="pkg">
37                <div id="alpha">
38                   <div id="alpha-inner" class="pkg">
39
40                      <p class="content-nav">
41                         <a href="http://defaria.com/blogs/Status/archives/000558.html">&laquo; Remove Empty Branch</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000560.html">Microsoft Software &raquo;</a>
44                      </p>
45
46                      <a id="a000559"></a>
47                      <div class="entry" id="entry-559">
48                         <h3 class="entry-header">New Build Server</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <p>This entry will serve as documentation for making a new Windows build server for RIMF</p>
52
53 <ul>
54   <li>New machine received with Windows 2003 XP (SP 1?) installed</li>
55
56   <li>Install Clearcase 2003.06.00</li>
57
58   <li>Installed Microsoft Visual Studio.NET 2003</li>
59
60   <li>Installed Cygwin</li>
61
62   <li>Installed JDK 1.4.2</li>
63 </ul>
64                            </div>
65                            <div id="more" class="entry-more">
66                               <h2>Clearcase Install</h2>
67
68 <p>Clearcase install went relatively flawlessly.</p>
69
70 <h2>Cygwin Install</h2>
71
72 <p>Made sure my Cygwin repository is up to date. Installed Cygwin on new server. Seems the build process uses ksh so I insured that ksh was indeed installed. I think that ksh was the essence of the MKS Toolkit requirement. Going to try to see if I can skip the installation of Perl (ActiveState) and instead just use Cygwin's. This may be problematic and I believe there are Perl scripts in the build process that assume that ActiveState Perl is installed as it explicitly does <tt>`rd &lt;<i>dir</i>&gt;`</tt> and ActiveState runs that with cmd while Cygwin's Perl uses sh. As rd is not a command, rather a built in for cmd, this fails. Relying on such things is the essence of non portable code...</p>
73
74 <h2>Microsoft Visual Studio 2003 .NET</h2>
75
76 <p>Unable to access share where Microsoft Visual Studio.NET 2003 installation exists!</p>
77
78                            </div>
79                         </div>
80                         <p class="entry-footer">
81                            <span class="post-footers">Posted by  on July 11, 2006  2:48 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000559.html">Permalink</a>
82                         </p>
83                      </div>
84
85                      
86
87                      
88                   </div>
89                </div>
90             </div>
91          </div>
92       </div>
93    </div>
94 </body>
95 </html>