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.22 by muzaffar, Tue Oct 18 14:59:27 2011 UTC vs.
Revision 1.23 by muzaffar, Tue Feb 7 13:31:35 2012 UTC

# Line 135 | Line 135 | sub setupself()
135     else
136        {
137        scramlogdump();
138 <      print "\n";
139 <      print "SCRAM: No file config/Self.xml...nothing to do.";
140 <      print "\n";
138 >      print STDERR "\n";
139 >      print STDERR "SCRAM: No file config/Self.xml...nothing to do.";
140 >      print STDERR "\n";
141        return;
142        }
143     }
# Line 258 | Line 258 | sub _toolsdata_scram()
258     $cache=$self->{SETUP}{$tool}{$cache};
259     if (!-d $cache)
260        {
261 <      print "ERROR: Release area \"$cache\" for \"$tool\" is not available.\n";
261 >      print STDERR "ERROR: Release area \"$cache\" for \"$tool\" is not available.\n";
262        return $order;
263        }
264     my $area=Configuration::ConfigArea->new();
# Line 266 | Line 266 | sub _toolsdata_scram()
266     my $cachefile=$area->toolcachename();
267     if (!-f $cachefile)
268        {
269 <      print "ERROR: Tools cache file for release area \"$cache\" is not available.\n";
269 >      print STDERR "ERROR: Tools cache file for release area \"$cache\" is not available.\n";
270        return $order;
271        }
272     $cache=&Cache::CacheUtilities::read($cachefile);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines