Community
Participate
Working Groups
public static String HttpRecorderLaunchWizard_WINDOWS_ADMIN_ERROR;
public static String HttpRecorderLaunchWizard_WINDOWS_GENERAL_ERROR;
public static String HttpRecorderLaunchWizard_RECORDING_BROWSER_IN_USE;
public static String HttpRecorderLaunchWizard_RECORDING_BROWSER_IN_USE_VISTA;
public static String HTTP_Test_Generator_Name;
public static String E_INVALID_REC_FILE;
public static String E_SAX_DRIVER_FAILURE;
HttpRecorderLaunchWizard_WINDOWS_ADMIN_ERROR=Unable to modify your Internet Explorer options for HTTP Recording.\n Please run the eclipse executable as an administrator.
HttpRecorderLaunchWizard_WINDOWS_GENERAL_ERROR=File Permissions Error
HttpRecorderLaunchWizard_RECORDING_BROWSER_IN_USE=Your browser profile is already in use.\n You must close the browser or select another browser from Application to Record in Preferences.
HttpRecorderLaunchWizard_RECORDING_BROWSER_IN_USE_VISTA=Your Internet Explorer browser is in use.\n You must close the browser or select another browser from Application to Record in Preferences.
HTTP_Test_Generator_Name=TPTP URL Test Generator
E_INVALID_REC_FILE=IWAT3018E invalid .rec file
E_SAX_DRIVER_FAILURE=IWAT3019E failed to create XML driver
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.hyades.test.tools.ui; singleton:=true
Bundle-Version: 4.4.0.qualifier
Bundle-Version: 4.4.100.qualifier
Bundle-Activator: org.eclipse.hyades.test.tools.ui.ToolsUiPlugin
Bundle-Vendor: %PROVIDER_NAME
Bundle-Localization: plugin
ToolsUiPluginResourceBundle.HttpRecorderLaunchWizard_WINDOWS_GENERAL_ERROR);
throw new RecorderException(ToolsUiPluginResourceBundle.HttpRecorderLaunchWizard_VISTA_ADMIN_ERROR);
}
else if (thisProxyError == regInfo.BROWSER_IN_USE_ERROR) {
String tmpStr = ToolsUiPluginResourceBundle.HttpRecorderLaunchWizard_RECORDING_BROWSER_IN_USE_VISTA + "\n ";
UiPlugin.reportExceptionToUser(new RecorderException(ToolsUiPluginResourceBundle.HttpRecorderLaunchWizard_RECORDING_BROWSER_IN_USE),
ToolsUiPluginResourceBundle.HttpRecorderLaunchWizard_UNABLE_TO_START_RECORDER_MESSAGE,
tmpStr,
ToolsUiPluginResourceBundle.HttpRecorderLaunchWizard_RECORDING_BROWSER_CONFIG_ERROR);
throw new RecorderException(ToolsUiPluginResourceBundle.HttpRecorderLaunchWizard_RECORDING_BROWSER_IN_USE_VISTA);
private static void handleInvalidProxySettings(MozillaPrefs prefsInfo) throws RecorderException {