Browse Source

better formatting of the error text

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@433796 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 19 years ago
parent
commit
52032432d7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/ExecTask.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/ExecTask.java View File

@@ -157,7 +157,7 @@ public class ExecTask extends Task {
* @ant.attribute ignore="true" * @ant.attribute ignore="true"
*/ */
public void setCommand(Commandline cmdl) { public void setCommand(Commandline cmdl) {
log("The command attribute is deprecated. "
log("The command attribute is deprecated.\n"
+ "Please use the executable attribute and nested arg elements.", + "Please use the executable attribute and nested arg elements.",
Project.MSG_WARN); Project.MSG_WARN);
this.cmdl = cmdl; this.cmdl = cmdl;


Loading…
Cancel
Save