Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 5c7212f5a6e1690cd79f2540a2927ac1eb3af915 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                               






































                                                                                                                                    
###############################################################################
# Copyright (c) 2003, 2007 QNX Software Systems and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     QNX Software Systems - initial API and implementation
###############################################################################

MakeBuilder.buildError=Error launching builder ({0})

BuildInfoFactory.Missing_Builder=Missing Builder: 

MakeTargetManager.add_to_workspace_root=Cannot add make targets to workspace root
MakeTargetManager.add_temporary_target=Cannot add temporart Target to manager.
MakeTargetManager.target_exists=Target exists
MakeTargetManager.failed_initializing_targets=Failed initializing make targets
MakeTargetManager.error_writing_file=Error writing target file

ProjectTargets.error_reading_project_targets=Error reading project targets.

ScannerConfigBuilder.Invoking_Builder=Invoking scanner config builder on project 
ScannerConfigNature.Missing_Project=Missing or closed project

ScannerConfigInfoFactory.Missing_Builder=Missing Builder: 

ExternalScannerInfoProvider.Provider_Error=Error launching external scanner info generator ({0})
ExternalScannerInfoProvider.Reading_Specs=Reading specs ... 
ExternalScannerInfoProvider.Invoking_Command=Invoking Command: 
ExternalScannerInfoProvider.Parsing_Output=Parsing output ... 
ExternalScannerInfoProvider.Creating_Markers=Generating markers ... 

ScannerInfoCollector.Processing=Processing discovered scanner configuration ... 
ScannerInfoCollector.Updating=Updating Scanner Configuration for project 

DiscoveredPathManager.File_Error_Message=Error accessing scanner config file for project 
DiscoveredPathManager.Info_Not_Serializable=Error persisting discovered scanner config 

GCCScannerConfigUtil.Error_Message=Error creating specs file

ConsoleParser.Filename_Missing_Error_Message=CDT Path Discovery is unable to determine source file name in build command: 
ConsoleParser.Ambiguous_Filepath_Error_Message=CDT Path Discovery is unable to resolve ambiguous file path: 
ConsoleParser.Working_Directory_Error_Message=CDT Path Discovery is unable to determine working directory of the build command
ConsoleParser.Nonexistent_Include_Path_Error_Message=CDT Path Discovery has discovered and will ignore a non-existent include path: 

DiscoveredContainer.description=Discovered Paths
DiscoveredContainer.ScopeErrorMessage=Invalid scanner configuration discovery profile scope

CygpathTranslator.NotAvailableErrorMessage=Error launching 'cygpath' command

Back to the top