You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2006/08/23 01:18:45 UTC

svn commit: r433796 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ExecTask.java

Author: stevel
Date: Tue Aug 22 16:18:43 2006
New Revision: 433796

URL: http://svn.apache.org/viewvc?rev=433796&view=rev
Log:
better formatting of the error text

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ExecTask.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ExecTask.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ExecTask.java?rev=433796&r1=433795&r2=433796&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ExecTask.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ExecTask.java Tue Aug 22 16:18:43 2006
@@ -157,7 +157,7 @@
      * @ant.attribute ignore="true"
      */
     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.",
             Project.MSG_WARN);
         this.cmdl = cmdl;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org