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"/>