[Yanel-dev] Re: [Yanel-commits] rev 41959 - public/yanel/trunk/src/contributions/resources/policymanager

Guillaume Déflache guillaume.deflache at wyona.com
Tue Mar 17 09:49:43 CET 2009


Hi!

michi at wyona.com schrieb:
> Author: michi
> Date: 2009-03-16 10:50:42 +0100 (Mon, 16 Mar 2009)
> New Revision: 41959
> 
> Modified:
>    public/yanel/trunk/src/contributions/resources/policymanager/build.xml
> Log:
> yanel.home added
> 
> Modified: public/yanel/trunk/src/contributions/resources/policymanager/build.xml
> ===================================================================
> --- public/yanel/trunk/src/contributions/resources/policymanager/build.xml	2009-03-16 09:19:45 UTC (rev 41958)
> +++ public/yanel/trunk/src/contributions/resources/policymanager/build.xml	2009-03-16 09:50:42 UTC (rev 41959)
> @@ -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">
> 

If you are still working on the policy manager, could you use the new 
way of doing things now that I finally drafted tits doc here thanks to 
you ;) 
http://lists.wyona.org/pipermail/yanel-development/2009-March/003265.html
Also please send some feedback anytime you want to use that but some 
feature is missing in the imported file.
Thanks! :)

Cheers,
   Guillaume


More information about the Yanel-development mailing list