[Yanel-dev] Contradicting statements re compile attribute

Guillaume Déflache guillaume.deflache at wyona.com
Thu May 7 10:14:06 CEST 2009


Michael Wechner schrieb:
> Michael Wechner schrieb:
>> Hi
>>
>> According to
>>
>> conf/resource-types.xml
>>
>> the compile attribute is true by default,
> 
> ok, I have changed/improved the explanation within this config file
> 
> Cheers
> 
> Michi
>> whereas according to
>>
>> src/build/yanel2resources.xsl
>>
>> lines
>>
>>    <xsl:when test="not(@compile)">
>>      <echo>INFO: Do not compile: <xsl:value-of select="@src"/></echo>
>>    </xsl:when>
>>
>> the resource is not compiled if no compile attribute exists.
>>
>> It seems to me rather contradicting?
>>
>> If there are no objections, then I will resolve. WDYT?
>>
>> Thanks
>>
>> Michi
> 

Thanks for the corrections, however I just cannot think of cases where 
one would not want to compile a resource-type: they are Java 
"modules"/building blocks so to speak, so it's always all about 
compiling, isn't it?


More information about the Yanel-development mailing list