Subversion Repositories DevTools

Rev

Rev 5957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5957 Rev 6053
Line 74... Line 74...
74
   For Each subStr In subStrArr
74
   For Each subStr In subStrArr
75
      If DaemonInstructionPreventsReleaseDeletion(subStr) Then
75
      If DaemonInstructionPreventsReleaseDeletion(subStr) Then
76
         Call RaiseMsg(enum_MSG_ERROR, "One or more selected releases contain one or more daemon instructions.<br><br>"&_
76
         Call RaiseMsg(enum_MSG_ERROR, "One or more selected releases contain one or more daemon instructions.<br><br>"&_
77
                                       "Please delete them or allow them to be consumed before attempting to delete the release(s).")
77
                                       "Please delete them or allow them to be consumed before attempting to delete the release(s).")
78
      End If
78
      End If
-
 
79
 
79
      If is_daemon_enabled_release(subStr, FALSE) Then
80
      If NOT releaseIsClosed(GetReleaseMode(subStr)) Then
80
         Call RaiseMsg(enum_MSG_ERROR, "One or more selected releases contain one or more daemon configurations.<br><br>"&_
81
         Call RaiseMsg(enum_MSG_ERROR, "This Release is active.<br><br>"&_
81
                                       "Please wait for daemon activity to cease (pause the daemons if necessary), "&_
-
 
82
                                       "delete the build configurations to allow the build daemons to terminate, "&_
82
                                       "The Release must closed, Preserved or Archived before it can be deleted.")
83
                                       "before attempting to delete the release(s).")
-
 
84
      End If
83
      End If
-
 
84
 
-
 
85
'     If is_daemon_enabled_release(subStr, FALSE) Then
-
 
86
'        Call RaiseMsg(enum_MSG_ERROR, "One or more selected releases contain one or more daemon configurations.<br><br>"&_
-
 
87
'                                      "Please wait for daemon activity to cease (pause the daemons if necessary), "&_
-
 
88
'                                      "delete the build configurations to allow the build daemons to terminate, "&_
-
 
89
'                                      "before attempting to delete the release(s).")
-
 
90
'     End If
85
   Next
91
   Next
86
 
92
 
87
   Call DestroyRelease ()
93
   Call DestroyRelease ()
88
 
94
 
89
   If objEH.Finally Then
95
   If objEH.Finally Then