| Line 699... |
Line 699... |
| 699 |
|
699 |
|
| 700 |
<tr>
|
700 |
<tr>
|
| 701 |
<td width="1%" nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Short Description:</b></td>
|
701 |
<td width="1%" nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Short Description:</b></td>
|
| 702 |
<td witdh="100%" bgcolor=#f5f5f5 class="sublbox_txt">
|
702 |
<td witdh="100%" bgcolor=#f5f5f5 class="sublbox_txt">
|
| 703 |
<%If IsNull( rsQry("pv_description") ) Then%>
|
703 |
<%If IsNull( rsQry("pv_description") ) Then%>
|
| - |
|
704 |
<span class='err_alert'>Required!</span>
|
| - |
|
705 |
<%Else%>
|
| 704 |
<span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("pv_description") ) )%>
|
706 |
<%=NewLine_To_BR ( To_HTML( rsQry("pv_description") ) )%>
|
| 705 |
<%End If%>
|
707 |
<%End If%>
|
| 706 |
</td>
|
708 |
</td>
|
| 707 |
</tr>
|
709 |
</tr>
|
| 708 |
<tr>
|
710 |
<tr>
|
| 709 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Package Overview:</b> </td>
|
711 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Package Overview:</b> </td>
|
| 710 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
712 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
| 711 |
<%If IsNull( rsQry("pv_overview") ) Then%>
|
713 |
<%If IsNull( rsQry("pv_overview") ) Then%>
|
| - |
|
714 |
<span class='err_alert'>Required!</span>
|
| - |
|
715 |
<%Else%>
|
| 712 |
<span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("pv_overview") ) )%>
|
716 |
<%=NewLine_To_BR ( To_HTML( rsQry("pv_overview") ) )%>
|
| 713 |
<%End If%>
|
717 |
<%End If%>
|
| 714 |
</td>
|
718 |
</td>
|
| 715 |
</tr>
|
719 |
</tr>
|
| 716 |
<!-- Package Licence information -->
|
720 |
<!-- Package Licence information -->
|
| 717 |
<tr>
|
721 |
<tr>
|
| Line 807... |
Line 811... |
| 807 |
<%If (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG) OR (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CVS_TAG) Then%>
|
811 |
<%If (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG) OR (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CVS_TAG) Then%>
|
| 808 |
<tr>
|
812 |
<tr>
|
| 809 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Version Control System:</b></td>
|
813 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Version Control System:</b></td>
|
| 810 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
814 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
| 811 |
<%=NewLine_To_BR ( To_HTML( vcsInfoCollector.Item("vcs_name") ) )%>
|
815 |
<%=NewLine_To_BR ( To_HTML( vcsInfoCollector.Item("vcs_name") ) )%>
|
| - |
|
816 |
<%If (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CVS_TAG) AND pkgInfoHash.Item ("build_type") = "A" Then%>
|
| - |
|
817 |
<span class='err_alert'>[Requires Manual Build]</span>
|
| - |
|
818 |
<%End If%>
|
| 812 |
</td>
|
819 |
<td>
|
| 813 |
</tr>
|
820 |
</tr>
|
| 814 |
|
821 |
|
| 815 |
<tr>
|
822 |
<tr>
|
| 816 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Source Path:</b> </td>
|
823 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Source Path:</b> </td>
|
| 817 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
824 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
| Line 894... |
Line 901... |
| 894 |
|
901 |
|
| 895 |
ElseIf pkgInfoHash.Item ("bs_id") = "2" Then
|
902 |
ElseIf pkgInfoHash.Item ("bs_id") = "2" Then
|
| 896 |
Response.write "<td bgcolor=#f5f5f5 class='sublbox_txt'>ANT<br></td>"
|
903 |
Response.write "<td bgcolor=#f5f5f5 class='sublbox_txt'>ANT<br></td>"
|
| 897 |
|
904 |
|
| 898 |
ElseIf pkgInfoHash.Item ("bs_id") = "3" Then
|
905 |
ElseIf pkgInfoHash.Item ("bs_id") = "3" Then
|
| 899 |
Response.write "<td bgcolor=#f5f5f5 class='sublbox_txt'>NONE<br></td>"
|
906 |
Response.write "<td bgcolor=#f5f5f5 class='sublbox_txt'>NONE"
|
| - |
|
907 |
If pkgInfoHash.Item("build_type") = "A" Then
|
| - |
|
908 |
Response.write "<span class='err_alert'> [Must be specified for an automated build]</span>"
|
| - |
|
909 |
End If
|
| - |
|
910 |
Response.write "<br></td>"
|
| 900 |
End If
|
911 |
End If
|
| 901 |
Else
|
912 |
Else
|
| 902 |
If vcsInfoCollector.Item("vcs_tag") <> enum_VCS_UNCONTROLLED_TAG Then
|
913 |
If vcsInfoCollector.Item("vcs_tag") <> enum_VCS_UNCONTROLLED_TAG Then
|
| 903 |
Response.write "<td bgcolor=#f5f5f5 class='sublbox_txt'><span class='err_alert'>Required!</span><br></td>"
|
914 |
Response.write "<td bgcolor=#f5f5f5 class='sublbox_txt'><span class='err_alert'>Required!</span><br></td>"
|
| 904 |
Else
|
915 |
Else
|