diff -r fe474e3b08fb -r fd0863fd52e5 tools/grab_gcc_errors.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/grab_gcc_errors.pl Fri Mar 26 16:25:15 2010 +0000 @@ -0,0 +1,49 @@ +#! perl + +# Copyright (c) 2010 Symbian Foundation Ltd +# This component and the accompanying materials are made available +# under the terms of the License "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Symbian Foundation Ltd - initial contribution. +# +# Contributors: +# +# Description: +# Grab the GCC package build logs from the Symbian build publishing machine +# NB. This doesn't do the HTTP access, so it only works inside the Symbian network + +use strict; +use Getopt::Long; + +my @failures_files = (); +my $line; + +while ($line =<>) + { + #