svn commit: r594258 - /ofbiz/trunk/build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r594258 - /ofbiz/trunk/build.xml

jleroux@apache.org
Author: jleroux
Date: Mon Nov 12 11:06:15 2007
New Revision: 594258

URL: http://svn.apache.org/viewvc?rev=594258&view=rev
Log:
Reverted at David's demand

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=594258&r1=594257&r2=594258&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Mon Nov 12 11:06:15 2007
@@ -110,18 +110,6 @@
     <target name="build">
         <echo message="[build] ========== Start Building (Compile) =========="/>
 
-        <!-- ================================================================== -->
-        <!-- Clean the utilcache file else POS shows errors like                -->
-        <!-- org.ofbiz.base.util.cache.CacheLine; local class incompatible:     -->
-        <!-- stream classdesc serialVersionUID = -1660410335854090898,          -->
-        <!-- local class serialVersionUID = -7035478304991053884                -->
-        <!--           More a hack than a definitive solution                   -->
-        <!-- ================================================================== -->
-        
-        <property file="framework/base/config/cache.properties"/>
-        <echo message="NOTICE: deleting ${cache.file.store}.db"/>
-        <delete file="${cache.file.store}.db" verbose="true"/>
-
         <subant inheritall="false">
             <filelist dir="." files="framework/build.xml"/>
         </subant>


Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r594258 - /ofbiz/trunk/build.xml

David E Jones-2

I wasn't aware I made a "demand" for this...

-David


On Nov 12, 2007, at 12:06 PM, [hidden email] wrote:

> Author: jleroux
> Date: Mon Nov 12 11:06:15 2007
> New Revision: 594258
>
> URL: http://svn.apache.org/viewvc?rev=594258&view=rev
> Log:
> Reverted at David's demand
>
> Modified:
>    ofbiz/trunk/build.xml
>
> Modified: ofbiz/trunk/build.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=594258&r1=594257&r2=594258&view=diff
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- ofbiz/trunk/build.xml (original)
> +++ ofbiz/trunk/build.xml Mon Nov 12 11:06:15 2007
> @@ -110,18 +110,6 @@
>     <target name="build">
>         <echo message="[build] ========== Start Building (Compile)  
> =========="/>
>
> -        <!--  
> ================================================================== -->
> -        <!-- Clean the utilcache file else POS shows errors  
> like                -->
> -        <!-- org.ofbiz.base.util.cache.CacheLine; local class  
> incompatible:     -->
> -        <!-- stream classdesc serialVersionUID =  
> -1660410335854090898,          -->
> -        <!-- local class serialVersionUID =  
> -7035478304991053884                -->
> -        <!--           More a hack than a definitive  
> solution                   -->
> -        <!--  
> ================================================================== -->
> -
> -        <property file="framework/base/config/cache.properties"/>
> -        <echo message="NOTICE: deleting ${cache.file.store}.db"/>
> -        <delete file="${cache.file.store}.db" verbose="true"/>
> -
>         <subant inheritall="false">
>             <filelist dir="." files="framework/build.xml"/>
>         </subant>
>
>