Author: mbenson
Date: Mon Mar 15 22:14:27 2010
New Revision: 923466

URL: http://svn.apache.org/viewvc?rev=923466&view=rev
Log:
missing space in exception message

Modified:
    ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyReport.java

Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyReport.java
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyReport.java?rev=923466&r1=923465&r2=923466&view=diff
==============================================================================
--- ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyReport.java (original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyReport.java Mon Mar 15 
22:14:27 2010
@@ -164,7 +164,7 @@ public class IvyReport extends IvyTask {
         if (conf == null) {
             throw new BuildException(
                     "no conf provided for ivy report task: "
-                    + "It can either be set explicitely via the attribute 
'conf' or"
+                    + "It can either be set explicitely via the attribute 
'conf' or "
                     + "via 'ivy.resolved.configurations' property or a prior 
call to <resolve/>");
         }
         if (todir == null) {


Reply via email to