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 |
|
} |
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(); |
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); |