ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/ToolManager.pm
(Generate patch)

Comparing COMP/SCRAM/src/BuildSystem/ToolManager.pm (file contents):
Revision 1.6 by sashby, Wed Apr 6 18:10:33 2005 UTC vs.
Revision 1.7 by sashby, Wed Apr 6 18:17:15 2005 UTC

# Line 320 | Line 320 | sub toolsetup()
320        # Copy the downloaded tool file to InstalledTools directory:
321        if ( ! -f $filename )
322           {
323 <         # If the URL is empty, the chances are that this tool was not downloaded to .SCRAM/InstalledTools. We
324 <         # give a warning and continue:
323 >         # If the URL is empty, the chances are that this tool was not downloaded to .SCRAM/InstalledTools.
324 >         # We signal an error and exit:
325           if ($url eq '')
326              {
327 <            $::scram->scramerror("$toolname was selected in project requirements but is not in the configuration.");
327 >            $::scram->scramerror("$toolname was selected in project requirements but is not in the configuration!");
328              }
329           else
330              {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines