On Mar, 11 de Enero de 2005, 10:55, Geoff Howard dijo:
> odd that this is breaking in different places for everyone.  Do you
> all have different sets of blocks enabled?

Seems like have to do with diferent blocks enabled.... ;-)

In my case (a full build):

BUILD FAILED
/home/agallardo/svn/cocoon-2.2/tools/targets/docs-build.xml:55: Sitemap
component org.apache.cocoon.transformation.IncludeTransformer does not
implement a sitemap component interface.

See below....

>> > BUILD FAILED
>> > /Users/jerm/Development/Checkouts/Apache/Cocoon/trunk/tools/targets/
>> > docs-build.xml:55: Sitemap component
>> > org.apache.cocoon.generation.NekoHTMLGenerator does not implement a
>> > sitemap component interface.
>>
>> I may be at risk of repeating things already known, but...
>>
>> I just did a new svn checkout and got a similar error:
>>
>> Building component docs from blocks.
>> Collecting sitemap components info
>>
>> BUILD FAILED
>> D:\openSource\cocoon\tools\targets\docs-build.xml:55: Sitemap component
>> org.apache.cocoon.template.jxtg.JXTemplateGenerator does not implement a
>> sitemap component interface.

The lastest changes of docs-build.xml (SVN 124702):

http://marc.theaimsgroup.com/?l=xml-cocoon-cvs&m=110523951602586&w=2

from:

<sitemap-components docDir="${build.context}/xdocs/userdocs"
source="${java}"/>

to:

<sitemap-components docDir="${build.context}/xdocs/userdocs" \
source="${blocks}"/>

see the change: from ${java} -> ${block}.

SVN 124701 is compile with 0 Errors. But 124702 is not. I guess there is
the problem. ;-)

I am not sure why this change was done. Can someone review this?

Best Regards,

Antonio Gallardo.

Reply via email to