Author: brett
Date: Mon Mar 28 13:10:12 2005
New Revision: 159308

URL: http://svn.apache.org/viewcvs?view=rev&rev=159308
Log:
improve warning until this goes away

Modified:
    
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java

Modified: 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java?view=diff&r1=159307&r2=159308
==============================================================================
--- 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java
 (original)
+++ 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java
 Mon Mar 28 13:10:12 2005
@@ -211,8 +211,7 @@
             if (LOG.isWarnEnabled())
             {
                 LOG.warn(
-                    "Unable to find cvs executable. "
-                        + "Changelog will be empty");
+                    "Unable to find cvs executable. Please check that it is in 
your path, and avoid using spaces in the path name. Changelog will be empty" );
             }
         }
         else



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to