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

Guillaume Déflache guillaume.deflache at wyona.com
Tue Aug 11 11:40:28 CEST 2009


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.)


More information about the Yanel-development mailing list