You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2004/11/20 23:05:07 UTC

svn commit: r106015 - cocoon/branches/BRANCH_2_1_X/tools/targets

Author: antonio
Date: Sat Nov 20 14:05:04 2004
New Revision: 106015

Modified:
   cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml
Log:
Add Cocoon version to fail message

Modified: cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml	(original)
+++ cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml	Sat Nov 20 14:05:04 2004
@@ -37,7 +37,7 @@
         </or>
         </not>
     </condition>
-    <fail unless="target.vm">Please use a JVM 1.3 or superior to compile cocoon</fail>
+    <fail unless="target.vm">Please use a JVM 1.3 or superior to compile cocoon ${version}</fail>
 
     <!-- The location of tools.jar, relative to the JAVA_HOME home. -->
     <property name="tools.jar" value="${java.home}/../lib/tools.jar"/>