You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/10/15 05:58:44 UTC

svn commit: r321284 - in /lenya/trunk/src/targets: init-build.xml properties-build.xml

Author: gregor
Date: Fri Oct 14 20:58:38 2005
New Revision: 321284

URL: http://svn.apache.org/viewcvs?rev=321284&view=rev
Log:
Improved error message and fixed a typo

Modified:
    lenya/trunk/src/targets/init-build.xml
    lenya/trunk/src/targets/properties-build.xml

Modified: lenya/trunk/src/targets/init-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/init-build.xml?rev=321284&r1=321283&r2=321284&view=diff
==============================================================================
--- lenya/trunk/src/targets/init-build.xml (original)
+++ lenya/trunk/src/targets/init-build.xml Fri Oct 14 20:58:38 2005
@@ -61,7 +61,7 @@
     <condition property="local.blocks.properties.in.sync">
       <equals arg1="${lenya.blocks.properties.version}" arg2="290647"/>
     </condition>
-    <fail unless="local.blocks.properties.in.sync" message="It seems that your ${cocoon.src.dir}/local.blocks.properties is NOT in sync with ${src.cocoon.properties.dir}/local.blocks.properties! The file ${src.cocoon.properties.dir}/local.blocks.properties has probably been modified by some Apache Lenya developer. Re-build your Cocoon with the ${src.cocoon.properties.dir}/local.blocks.properties file. Please apologize for any inconvenience."/>
+    <fail unless="local.blocks.properties.in.sync" message="It seems that your ${cocoon.src.dir}/local.blocks.properties is NOT in sync with ${src.cocoon.properties.dir}/local.blocks.properties! The file ${src.cocoon.properties.dir}/local.blocks.properties has probably been modified by some Apache Lenya developer. Issue a build clean in your Cocoon directory and rebuild Lenya."/>
   </target>
 
   <!-- Copy the bulk of the cocoon webapp to our destination -->

Modified: lenya/trunk/src/targets/properties-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/properties-build.xml?rev=321284&r1=321283&r2=321284&view=diff
==============================================================================
--- lenya/trunk/src/targets/properties-build.xml (original)
+++ lenya/trunk/src/targets/properties-build.xml Fri Oct 14 20:58:38 2005
@@ -35,7 +35,7 @@
     <equals arg1="${build.properties.version}" arg2="240218"/>
   </condition>
 
-  <fail unless="local.properties.in.sync" message="It seems that your local.build.properties is NOT in sync with build.properties! The file build.properties has probably been modified by some Apache Lenya developer. Re-copy build.properties to local.build.properties and re-set your local properties to get the two files back in sync. Please apologoize any inconvenience."/>
+  <fail unless="local.properties.in.sync" message="It seems that your local.build.properties is NOT in sync with build.properties! The file build.properties has probably been modified by some Apache Lenya developer. Re-copy build.properties to local.build.properties and re-set your local properties to get the two files back in sync. Please apologize any inconvenience."/>
 
   <!-- cocoon build properties directory -->
   <property name="src.cocoon.properties.dir" value="src/cocoon"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org