Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 95494 Details for
Bug 210641
URL Recorder operational messages require cleanup.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Additional patch.
Defect_210641_patch.txt (text/plain), 5.00 KB, created by
Paul Slauenwhite
on 2008-04-10 06:25:28 EDT
(
hide
)
Description:
Additional patch.
Filename:
MIME Type:
Creator:
Paul Slauenwhite
Created:
2008-04-10 06:25:28 EDT
Size:
5.00 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.test.core >Index: src/org/eclipse/hyades/internal/execution/recorder/local/RecorderClient.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.core/src/org/eclipse/hyades/internal/execution/recorder/local/RecorderClient.java,v >retrieving revision 1.33 >diff -u -r1.33 RecorderClient.java >--- src/org/eclipse/hyades/internal/execution/recorder/local/RecorderClient.java 13 Mar 2008 19:38:20 -0000 1.33 >+++ src/org/eclipse/hyades/internal/execution/recorder/local/RecorderClient.java 10 Apr 2008 10:24:48 -0000 >@@ -501,15 +501,15 @@ > String appAdapterInitString = "-1"; > > /* jn - initializing application will now be done locally */ >- String commandMessage = "Init "+theRecorder.getConfigParams(); //$NON-NLS-1$ >+ String commandMessage = "Init (" + theRecorder.getConfigParams() + ")"; //$NON-NLS-1$ > String displayMessage = "Init"; >- sendStatusMessageToControlView(TestCorePluginResourceBundle.RecorderClient_SENDING_COMMAND_STATUS_MESSAGE+displayMessage); >+ sendStatusMessageToControlView(TestCorePluginResourceBundle.RecorderClient_SENDING_COMMAND_STATUS_MESSAGE + " " + displayMessage); > sendMessage(commandMessage); > > > commandMessage = "StartRecording"; //$NON-NLS-1$ > displayMessage = "StartRecording"; >- sendStatusMessageToControlView(TestCorePluginResourceBundle.RecorderClient_SENDING_COMMAND_STATUS_MESSAGE+displayMessage); >+ sendStatusMessageToControlView(TestCorePluginResourceBundle.RecorderClient_SENDING_COMMAND_STATUS_MESSAGE + " " + displayMessage); > sendMessage(commandMessage); > > String appAdapter = theRecorder.getApplicationAdapterID(); >@@ -520,9 +520,9 @@ > } > if(appAdapterAgentClasspath != null && !appAdapterAgentClasspath.equals("-1")) //$NON-NLS-1$ > { >- commandMessage = "StartApp "+appAdapterAgentClasspath+";"+appAdapterInitString; //$NON-NLS-1$ //$NON-NLS-2$ >- displayMessage = "StartApp "+RecorderAppAdapterFactory.getInstance().getAdapterName(appAdapter); >- sendStatusMessageToControlView(TestCorePluginResourceBundle.RecorderClient_SENDING_COMMAND_STATUS_MESSAGE+displayMessage); >+ commandMessage = "StartApp '"+appAdapterAgentClasspath+"' ("+appAdapterInitString+")"; //$NON-NLS-1$ //$NON-NLS-2$ >+ displayMessage = "StartApp '"+RecorderAppAdapterFactory.getInstance().getAdapterName(appAdapter)+"'"; >+ sendStatusMessageToControlView(TestCorePluginResourceBundle.RecorderClient_SENDING_COMMAND_STATUS_MESSAGE + " " + displayMessage); > //sendMessage(commandMessage); > startApplication(RecorderAppAdapterFactory.getInstance().getAdapterConfigElement(theRecorder.getApplicationAdapterID()), > appAdapterInitString); >Index: src/org/eclipse/hyades/test/core/internal/resources/messages.properties >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.core/src/org/eclipse/hyades/test/core/internal/resources/messages.properties,v >retrieving revision 1.12 >diff -u -r1.12 messages.properties >--- src/org/eclipse/hyades/test/core/internal/resources/messages.properties 14 Mar 2008 14:33:34 -0000 1.12 >+++ src/org/eclipse/hyades/test/core/internal/resources/messages.properties 10 Apr 2008 10:24:48 -0000 >@@ -31,13 +31,13 @@ > _EXC_AbstractLaunchConfigurationDelegate_modeNotSupported=IWAT4040E The launch mode "{0}" is not supported for the test specified in the launch configuration > TestExecutionProcess_testProcess=Test > >-RecorderClient_RECORDING_COMPLETE_MESSAGE=Recording completed >+RecorderClient_RECORDING_COMPLETE_MESSAGE=Recording completed. > RecorderClient_Test_generation_started_with_generator___4=Test generation started with generator: > RecorderClient_TEST_TO_BE_GENERATED=Test to be generated: > RecorderClient_TEST_GENERATION_COMPLETE=Test generation completed. > RecorderClient_TEST_GENERATION_ERRORS=IWAT3028E Test generation completed with error(s). > RecorderClient_UNABLE_TO_GENERATE_NO_TRACE_FILE=IWAT3029E Unable to generate test as trace file does not exist. >-RecorderClient_RECORDING_STARTED_STATUS_MESSAGE=Recording Started. >+RecorderClient_RECORDING_STARTED_STATUS_MESSAGE=Recording started. > RecorderClient_START_RECORDING_ABORTED=Start recording aborted. > RecorderClient_RECORDER_ERROR=Recorder Harness Error > RecorderClient_START_RECORDING_ABORTED_DUE_TO_EXCEPTION_STATUS_MESSAGE=IWAT3031E Start Recording aborted due to exception: >@@ -46,7 +46,7 @@ > RecorderClient_RECORDER_JARS_NOT_DEPLOYED=The Recorder Jar files were not deployed and therefore are not on the Classpath of Agent Controller. > RecorderClient_CANT_FIND_RECORDER_JARS_TO_DEPLOY=No Recorder Jar files are available for deployment > >-RecorderClient_SENDING_COMMAND_STATUS_MESSAGE=Sending command >+RecorderClient_SENDING_COMMAND_STATUS_MESSAGE=Sending command: > RecorderClient_CONNECTING_TO_RASERVER_STATUS_MESSAGE=Connecting to Agent Controller on host ''{0}'' and port ''{1}''. > RecorderClient_STATUS_STOPPED=Stopped > RecorderClient_STATUS_INIT=Initializing...
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210641
:
83523
| 95494