Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d01c816766836d878debe7c3df3e9f1e0fcb82c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
###############################################################################
# Copyright (c) 2003, 2004 QNX Software Systems and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     QNX Software Systems - initial API and implementation
###############################################################################

MakeBuilder.buildError=Error launching builder ({0})
MakeBuilder.Invoking_Make_Builder=Invoking Make Builder...
MakeBuilder.Invoking_Command=Invoking Command: 
MakeBuilder.Updating_project=Updating project...
MakeBuilder.Creating_Markers=Generating markers...

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 

GCCScannerConfigUtil.Error_Message=Error creating specs file

DiscoveredContainer.description=Discovered Paths

Back to the top