Skip to main content
summaryrefslogtreecommitdiffstats
blob: 37af48a9d2052ab82a2f0f5a7dd2f7138baa7838 (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
###############################################################################
# Copyright (c) 2001, 2004 IBM Corporation 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:
#     IBM Corporation - initial API and implementation
###############################################################################

!-- Ant UI
_UI_INFORMATION_DELIMITER                  = ---------------------------------------
_UI_ERROR_MARKER                           = ERROR  
_UI_WARNING_MARKER                         = WARNING
_UI_VALID                                  = VALID
_UI_INVALID                                = INVALID
_UI_ACTION_VALIDATING_FILE                 = Validating {0}

_ERROR_NO_FILE_SPECIFIED                   = Unable to run WSDL Validation. You must specify at least one file.

_EXC_UNABLE_TO_VALIDATE_FILE               = Unable to validate the WSDL file {0}. {1}
_EXC_WSDL_FAIL_ON_ERROR                    = The WSDL file is not valid. (Fail On Error is enabled.)

!-- Text UI
_ERROR_WRONG_ARGUMENTS                     = Usage: WSDLValidate filename"
_ERROR_UNABLE_TO_LOAD_EXT_VALIDATOR        = Unable to load the validator for namespace {0}. {1}

Back to the top