Revision: 14439
          http://gate.svn.sourceforge.net/gate/?rev=14439&view=rev
Author:   valyt
Date:     2011-10-26 08:24:48 +0000 (Wed, 26 Oct 2011)
Log Message:
-----------
more readable message when demo app dir is in the way

Modified Paths:
--------------
    mimir/trunk/build.xml

Modified: mimir/trunk/build.xml
===================================================================
--- mimir/trunk/build.xml       2011-10-26 08:18:27 UTC (rev 14438)
+++ mimir/trunk/build.xml       2011-10-26 08:24:48 UTC (rev 14439)
@@ -113,7 +113,13 @@
   </target>
   
   <target name="fail-ifexists" if="app-exists">
-    <echo>Target directory (${grails-demo-webapp.dir}) already exists! Please 
delete/move it manually and try again.</echo>
+<echo>===========================================================
+
+Target directory already exists:
+  ${grails-demo-webapp.dir}    
+Please delete/move it manually and try again!
+
+===========================================================</echo>
     <fail message="Application already exists."/>
   </target>
   

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to