[Yanel-dev] Re: [Yanel-commits] rev 44115 - public/yanel/trunk/src/resources/odt

Guillaume Déflache guillaume.deflache at wyona.com
Fri Aug 14 10:56:57 CEST 2009


Michael Wechner schrieb:
> Guillaume Déflache schrieb:
>> michi at wyona.com schrieb:
>>> Author: michi
>>> Date: 2009-08-11 11:00:42 +0200 (Tue, 11 Aug 2009)
>>> New Revision: 44115
>>>
>>> Modified:
>>>    public/yanel/trunk/src/resources/odt/build.xml
>>> Log:
>>> allow building odt with -f
>>>
>>> Modified: public/yanel/trunk/src/resources/odt/build.xml
>>> ===================================================================
>>> --- public/yanel/trunk/src/resources/odt/build.xml    2009-08-11 
>>> 08:35:04 UTC (rev 44114)
>>> +++ public/yanel/trunk/src/resources/odt/build.xml    2009-08-11 
>>> 09:00:42 UTC (rev 44115)
>>> @@ -2,6 +2,15 @@
>>>  
>>>  <project name="yanel-resource" default="compile">
>>>  
>>> +  <!-- For example set within build.sh ... -->
>>> +  <property name="yanel.home" value="${yanel.source.home}"/>
>>> +  <!-- See yanel.home ... -->
>>> +  <property file="${user.home}/.ant-global.properties"/>
>>> +  <echo>YANEL_HOME is set to: ${yanel.home}</echo>
>>> +
>>> +  <property file="${yanel.home}/src/build/local.build.properties"/>
>>> +  <property file="${yanel.home}/src/build/build.properties"/>
>>> +
>>>    <import file="src/build/dependencies.xml"/>
>>>  
>>>    <target name="init" description="Initialize build" 
>>> depends="dependencies">
>>
>> Please import the common build file instead, thanks. Cf. 
>> http://lists.wyona.org/pipermail/yanel-development/2009-March/003265.html
>> (I referenced that message from the associated bug in the "URL" and 
>> "Status whiteboard" fields to make it easier to find from there, but 
>> we still need to document that properly somewhere in Yanel.)
> 
> agreed and I am aware of this, but right now I just want to clean this 
> code and I do not have the time to make all the checks that there isn't 
> any special build instruction which might need to be ported, hence I 
> just add the lines which do not hurt and can easily be removed at some 
> later stage.

OK.

Just FYI (as I know you use Vim!) I use `gvimdiff --cmd "set hlsearch" 
-c "set wrap" -c "wincmd w" -c "set wrap" -c "wincmd w" 
src/build/resource-types/resource-type.build.xml 
/path/to/your/resource-type/build.xml` which helps a great deal doing that.


More information about the Yanel-development mailing list