Subversion Repositories DevTools

Rev

Rev 5506 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
<html>
2
<head>
3
<title>Release Manager - HELP</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
<!-- The xtree script file -->
6
<script src="../images/xtree.js"></script>
7
 
8
<script language="JavaScript">
9
<!--
10
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
11
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
12
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
13
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
14
}
15
MM_reloadPage(true);
16
// -->
17
</script>
6579 dpurdie 18
<link rel="stylesheet" href="../images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
119 ghuddy 19
<link type="text/css" rel="stylesheet" href="../images/xtree.css">
20
</head>
21
 
22
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
23
<table width="100%" border="0" cellspacing="0" cellpadding="0">
24
  <tr> 
25
    <td><img src="../images/b_release_manager_small.jpg" width="300" height="32"></td>
26
  </tr>
27
  <tr>
5339 dpurdie 28
    <td bgcolor="#000000"><img src="../images/h_trsp_dot.gif" width="1" height="1"></td>
119 ghuddy 29
  </tr>
30
</table>
31
<div style="position: absolute; width: 200; top: 40; left: 0px; height: 470; padding: 5px; overflow: auto;"> 
32
  <!-- js file containing the tree content, edit this file to alter the menu,
33
     the menu will be inserted where this tag is located in the document -->
34
  <script src="../images/tree.js"></script>
35
</div>
36
<div id="Layer1" style="position:absolute; left:200; top:33px; z-index:1; height:100%"> 
37
  <table width="600" border="0" cellspacing="0" cellpadding="0">
38
    <tr> 
39
      <td bgcolor="#000000" width="1"><img src="../images/h_trsp_dot.gif" width="1" height="1"></td>
40
      <td width="1"><img src="../images/h_trsp_dot.gif" width="10" height="475"></td>
41
      <td valign="top"> <br>
42
        <table width="100%" border="0" cellspacing="0" cellpadding="4">
43
          <tr> 
44
            <td class="help_ttl" background="../images/bg_form_lightbluedark.gif">Add NEW packages to Release</td>
45
          </tr>
46
        </table>
47
        <p class="help_txt_gray"><b>Prerequisites</b><br>
48
          A: User must be logged in.<br>
49
        </p>
50
        <p class="help_txt"> 1. Select a Release by selecting <br>
51
          Project Name &gt; Version Tree<br>
52
          <a href="anim/select_release.avi" class="help_link"><img src="images/i_media.gif" width="22" height="20" vspace="3" align="absmiddle" border="0" hspace="2">See 
53
          how</a></p>
54
        <p class="help_txt"> 2. Click on <img src="../images/bt_addpkg.gif" width="16" height="16"> 
55
          icon at any particular view box. <br>
56
          If view box is collapsed, you will need to expand the view box using 
57
          <img src="../images/bt_expand.gif" width="16" height="16"> icon in order 
58
          to see it.</p>
59
        <p class="help_txt">3. On the next page, click on <img src="../images/i_new_pkg.gif" width="20" height="21"> 
60
          icon.</p>
61
        <p class="help_txt">4. On the pop-up window, select a Base View where 
62
          you want your packages to appear.<br>
63
          If you want to create new Base View, click on <img src="../images/i_new_group.gif" width="20" height="20"> 
64
          icon.</p>
65
        <p class="help_txt">5. Type in new Package Name and Version and then click 
66
          ADD.<br>
67
          Your package will appear below.</p>
68
        <p class="help_txt">6. Repeat the process in step 5 to add multiple packages.<br>
69
          If you are not happy with your entry, click on <img src="../images/i_remove_pkg.gif" width="15" height="14"> 
70
          icon to remove the package from that list.</p>
71
        <p class="help_txt">6. Click on CREATE button to finish.</p>
72
        <p class="help_txt">Package(s) will be added to a release into a selected 
73
          Base View.<br>
74
          If you were using personal view box to add the packages, the same will 
75
          be added to your personal view settings.</p>
76
        <p class="help_txt"><b>NOTE:</b> For each package you have added, you 
77
          will need to <a href="update_dependencies_F026.htm" class="help_link">define 
78
          its dependencies</a>.</p>
79
        <p class="help_txt">&nbsp;</p>
80
        <p class="help_txt"><b>See also</b><br>
81
          <a href="add_old_pkg_F003.htm" class="help_link">Add OLD package(s) 
82
          to Release</a>, <a href="remove_pkg_F005.htm" class="help_link">Remove 
83
          package(s) from Release</a>, <a href="update_dependencies_F026.htm" class="help_link">Define 
84
          Package Dependencies</a></p>
85
        </td>
86
    </tr>
87
  </table>
88
</div>
89
</body>
90
</html>