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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]