Overhaul of RCOMP/GCCE error parsing to fix 8901:
-RCOMP error parser will defer C preprocessor errors to GCCECompiler error parser.
-GCCE error parser is splited into compiler/assembler/linker, calling their counterpart in CDT respectively before handling special cases.
-Updated error messages RCOMP error parser according to latest copy of RCOMP source.
-WINSCW build configuration is using CDT GCC error parser instead of GCCE(for RCOMP C preprocessor error)
Updated test case for error parsing
-Added Bugzilla regression for GCC and make error parser
-Converted test case from hardcoded SDK_ID to picking up the first SDK from device.xml with the build config specified by the test.
-Fixed bug in test harness for input file ends on the last line so it was processed in the same run.
-Fixed bug in test harness for not clearing problem view before each run(for visual cross check).
-Rewritten test harness to use JDOM XML handling(from JAXP), to solve deployment issue in newer JRE.
// Copyright 2007 Nokia, Inc.
BuilderUtils.Build_All_Targets=Build All Configurations
BuilderUtils.Build_All_Targets_ToolTip=Build all configurations for the selected project
BuilderUtils.Freeze_Exports=Freeze Exports
BuilderUtils.Freeze_Exports_ToolTip=Freeze Exports for current project
BuilderUtils.Build_Symbian_Component=Build Symbian Component
BuilderUtils.Clean_Symbian_Component=Clean Symbian Component
BuilderUtils.Freeze_Symbian_Component=Freeze Symbian Component
BuilderUtils.Build_PKG=Build PKG File
BuilderUtils.Build_Symbian_Component_ToolTip=Build the selected Symbian Component for the current configuration
BuilderUtils.Clean_Symbian_Component_ToolTip=Clean the selected Symbian Component for the current configuration
BuilderUtils.Freeze_Symbian_Component_ToolTip=Freeze the selected Symbian Component for the current configuration
BuilderUtils.Build_PKG_ToolTip=Build the selected PKG for the current configuration
BuilderUtils.Compile_Source=Compile
BuilderUtils.Preprocess=Preprocess
BuilderUtils.Tidy=tidy
BuilderUtils.Final=final
BuilderUtils.Resource=resource
BuilderUtils.CleanExport=cleanexport
BuilderUtils.Export=export
BuilderUtils.Target=target
BuilderUtils.TestTidy=test tidy
BuilderUtils.TestFinal=test final
BuilderUtils.TestResource=test resource
BuilderUtils.TestCleanExport=test cleanexport
BuilderUtils.TestExport=test export
BuilderUtils.TestTarget=test target