| Line 62... |
Line 62... |
| 62 |
formTips.tips.CreationHints= newTip(-150, 20, 200, 10, 'HINTS FOR PACKAGE CREATION',
|
62 |
formTips.tips.CreationHints= newTip(-150, 20, 200, 10, 'HINTS FOR PACKAGE CREATION',
|
| 63 |
'These are not correct commands. They are command hints to assist in creating a new package.');
|
63 |
'These are not correct commands. They are command hints to assist in creating a new package.');
|
| 64 |
formTips.tips.BuildOwner= newTip(-150, 20, 200, 10, 'BUILD OWNER',
|
64 |
formTips.tips.BuildOwner= newTip(-150, 20, 200, 10, 'BUILD OWNER',
|
| 65 |
'The Build Owner will be notified of Build Failures when a new package-version fails to build.' +
|
65 |
'The Build Owner will be notified of Build Failures when a new package-version fails to build.' +
|
| 66 |
'<p>The Build Owner is set to the person who created the new version or who released the version to the build system by setting its state to Pending.');
|
66 |
'<p>The Build Owner is set to the person who created the new version or who released the version to the build system by setting its state to Pending.');
|
| - |
|
67 |
formTips.tips.JatsExtraction_SVN = stdTip(250,'Subversion', 'Various extraction commands.<br>Choose a command that suits the current requirements.' +
|
| - |
|
68 |
'<p>Default - suits most requirements' +
|
| - |
|
69 |
'<br>Tag - Trace Tag back to development branch' +
|
| - |
|
70 |
'<br>Tip - Tip of the development branch' +
|
| - |
|
71 |
'<br>Work - Default' +
|
| - |
|
72 |
'<br>Exact - Extract the tagged instance' );
|
| 67 |
|
- |
|
| 68 |
|
- |
|
| - |
|
73 |
formTips.tips.JatsExtraction_GIT = stdTip(200,'Git', 'Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
| - |
|
74 |
|
| - |
|
75 |
formTips.tips.JatsExtraction_CC = stdTip(200, 'ClearCase', 'Various extraction commands.<br>Choose a command that suits the current requirements.' +
|
| - |
|
76 |
'<p>A Project Branch will be displayed if configured, but it may not be suitable for all packages.');
|
| - |
|
77 |
|
| - |
|
78 |
formTips.tips.JatsExtraction_CVS = stdTip(200,'CVS','Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
| - |
|
79 |
formTips.tips.JatsExtraction_ = stdTip(200,'Unknown Version Control System','Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
| 69 |
|
80 |
|
| 70 |
</script>
|
81 |
</script>
|
| 71 |
<%
|
82 |
<%
|
| 72 |
'----------------------------------------------------------------------------------------------------------------------------------------
|
83 |
'----------------------------------------------------------------------------------------------------------------------------------------
|
| 73 |
Function asDepIss ( SSiss_db_id, SScolumn )
|
84 |
Function asDepIss ( SSiss_db_id, SScolumn )
|
| Line 942... |
Line 953... |
| 942 |
<%If IsNull( rsQry("pkg_label") ) Then%>
|
953 |
<%If IsNull( rsQry("pkg_label") ) Then%>
|
| 943 |
<span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("pkg_label") ) )%>
|
954 |
<span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("pkg_label") ) )%>
|
| 944 |
<%End If%>
|
955 |
<%End If%>
|
| 945 |
</td>
|
956 |
</td>
|
| 946 |
</tr>
|
957 |
</tr>
|
| 947 |
<%ElseIf vcsInfoCollector.Item("vcs_tag") = enum_VCS_SUBVERSION_TAG Then%>
|
958 |
<%ElseIf vcsInfoCollector.Item("vcs_tag") = enum_VCS_SUBVERSION_TAG OR vcsInfoCollector.Item("vcs_tag") = enum_VCS_GIT_TAG Then%>
|
| 948 |
<tr>
|
959 |
<tr>
|
| 949 |
<td>Version Control System:</td>
|
960 |
<td>Version Control System:</td>
|
| 950 |
<td>
|
961 |
<td>
|
| 951 |
<%=NewLine_To_BR ( To_HTML( vcsInfoCollector.Item("vcs_name") ) )%>
|
962 |
<%=NewLine_To_BR ( To_HTML( vcsInfoCollector.Item("vcs_name") ) )%>
|
| 952 |
</td>
|
963 |
</td>
|