Community
Participate
Working Groups
Build ID: M20080221-1800 Steps To Reproduce: After installing Remote Tools plugin. 1) Open Run Dialog, create a launcher that is implemented on the Remote Tools launcher. Open the "Target" tab, disable "Use default" and leave "Remote directory" empty. The tab will show the error message "The default value for remote working directory is missing in the preferences for Remote Tools Application Launcher". The correct message should be "The value for remote working directory is missing". 2) Close the dialog and open the Remote Tools launcher preferences page. Clear the field "Remote working directory". Open the Run Dialog, open the "Target" tab and re-enable "Use default". The dialog will show the error message "The value for remote working directory is missing" instead of "The default value for remote working directory is missing in the preferences for Remote Tools Application Launcher." More information: The cause is simple: the messages are exchanged the in the messages.properties file.
Created attachment 97267 [details] A patch that fixes the bug. The patch exchanges the two error messages in the messages.properties file.
Applied.
The bug is fixed.