Community
Participate
Working Groups
targetNameText.selectAll();
if (buildCommand != null) {
StringBuffer cmd = new StringBuffer(buildCommand.toOSString());
if (!isDefaultCommand) {
String args = buildArguments;
if (args != null && !args.equals("")) { //$NON-NLS-1$
cmd.append(" "); //$NON-NLS-1$
cmd.append(args);
}
commandText.setText(cmd.toString());