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

Michael Wechner michael.wechner at wyona.com
Tue Mar 17 10:06:56 CET 2009


Guillaume Déflache schrieb:
> 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

agreed, but this policy manger resource has some regex calls within the 
build.xml and I first need to understand them ;-)
and hence I wanted to first test it with the "old way", but it doesn't 
work btw :-(
> Also please send some feedback anytime you want to use that but some 
> feature is missing in the imported file.
> Thanks! :)

I will continue working on it this afternoon and will probably send then 
a couple of questions if I don't manage to get it running

Cheers

Michi


>
> Cheers,
>   Guillaume



More information about the Yanel-development mailing list