You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,29 +26,19 @@ InternalAntRunner_specify_a_classname_using_the_listener_argument=You must speci
27
26
InternalAntRunner_specify_a_classname_using_the_logger_argument=You must specify a classname when using the -logger argument
28
27
InternalAntRunner_specify_a_log_file_using_the_log_argument=You must specify a log file when using the -log argument
29
28
InternalAntRunner_specify_a_buildfile_using_the_buildfile_argument=You must specify a buildfile when using the -buildfile argument
30
-
InternalAntRunner_Class_not_found_for_task=Class {0} not found for task {1}
31
-
InternalAntRunner_Class_not_found_for_type=Class {0} not found for type {1}
32
29
InternalAntRunner_Only_one_logger_class_may_be_specified=Only one logger class may be specified
33
30
InternalAntRunner_specify_a_classname_the_inputhandler_argument=You must specify a classname when using the -inputhandler argument
34
31
InternalAntRunner_Only_one_input_handler_class_may_be_specified=Only one input handler class may be specified.
35
32
InternalAntRunner_specify_a_property_filename_when_using_propertyfile_argument=You must specify a property filename when using the -propertyfile argument
36
33
InternalAntRunner_could_not_load_property_file=Could not load property file: {0}
37
-
InternalAntRunner_ant_1_7_needed_for_help_info=Run with at least Ant 1.7.0 to print project help information
38
-
InternalAntRunner_ant_1_7_needed_for_help_message=Run with at least Ant 1.7.0 to print the help message
39
34
InternalAntRunner_handler_does_not_implement_InputHandler5=The specified input handler class {0} does not implement the org.apache.tools.ant.input.InputHandler interface
40
35
InternalAntRunner_Unable_to_instantiate_input_handler_class=Unable to instantiate specified input handler class {0} : {1}
41
-
InternalAntRunner_Specifying_an_InputHandler_is_an_Ant_1_5_feature=Specifying an InputHandler is an Ant 1.5.* feature. Please update your Ant classpath to include an Ant version greater than this.
42
-
InternalAntRunner_The_diagnositics_options_is_an_Ant_1_5_feature=The diagnostics options is an Ant 1.5.* feature. Please update your Ant classpath to include an Ant version greater than this.
43
-
InternalAntRunner_Specifying_property_files_is_a_Ant_1_5_feature=Specifying property files is an Ant 1.5.* feature. Please update your Ant classpath to include an Ant version greater than this.
44
36
InternalAntRunner_Default_target_does_not_exist=Default target {0}{1}{2} does not exist in this project
45
37
InternalAntRunner_anthome_must_be_set_to_use_ant_diagnostics=ANT_HOME must be set to use Ant diagnostics
46
38
InternalAntRunner_Buildfile_is_not_a_file=Buildfile: {0} is not a file
47
39
InternalAntRunner_find_not_supported=-find not supported.\nCan be emulated using Run As > Ant Build located\nin the Run > External Tools menu
48
-
InternalAntRunner_Error_setting_Ant_task=Error setting Ant task {0}
49
-
InternalAntRunner_Missing_Class=Could not load a class required for parsing targets
50
40
InternalAntRunner_157=-lib not supported\nConfigure the Ant runtime classpath using either the\nglobal Ant runtime classpath or the Ant runtime classpath\n for this particular build
0 commit comments