Re: trunk build broken (Was: how to list all sitemap components)

2005-01-12 Thread David Crossley
Antonio Gallardo wrote: I think I got the source of the problem: some transformers has bad written javadocs that don't use the agreed format. Please do an SVN update to see if it changes in your case too. Now I am getting a diferent one after adding a new tag in the Includetranformer:

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-12 Thread David Crossley
Antonio Gallardo wrote: Hi David: 4:00 a.m. here! :-( I guess I found and fixed the source error. (Am I telling the same again? - lol.). :-) There you go, doing one of your super-human efforts again. Thanks, that is an excellent step forward. --David

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-12 Thread David Crossley
Antonio Gallardo wrote: Hi David: 4:00 a.m. here! :-( I guess I found and fixed the source error. (Am I telling the same again? - lol.). I did some System.out of the process (included in the commit). Made a workaround hack and I will commit. The hack works. :-D No difference for me.

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-12 Thread Antonio Gallardo
On Mie, 12 de Enero de 2005, 7:01, Geoff Howard dijo: On Wed, 12 Jan 2005 16:57:31 +1100, David Crossley [EMAIL PROTECTED] wrote: Antonio Gallardo wrote: Can you post where the problem is showed to you trying a full build? I am trying to get an idea if the problem is truly random or just

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-12 Thread David Crossley
Geoff Howard wrote: David Crossley wrote: Antonio Gallardo wrote: Can you post where the problem is showed to you trying a full build? I am trying to get an idea if the problem is truly random or just because users have diferent blocks configurations in local.blocks.properties. The

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-12 Thread Antonio Gallardo
On Mie, 12 de Enero de 2005, 23:00, David Crossley dijo: David Crossley wrote: Antonio Gallardo wrote: [snip] I did some System.out of the process (included in the commit). Made a workaround hack and I will commit. The hack works. :-D No difference for me. Doing 'build clean, build' still

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-11 Thread Jeremy Quinn
I am getting the same problem, but with : 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. This was after a ./build.sh clean

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-11 Thread Ross Gardler
Jeremy Quinn wrote: I am getting the same problem, but with : 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

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-11 Thread Geoff Howard
odd that this is breaking in different places for everyone. Do you all have different sets of blocks enabled? If not, I'm suspicious of out of memory error or something odd like that. In that case, any chance that the docs build tasks could mask some odd condition like that with such an error?

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-11 Thread David Crossley
Geoff Howard wrote: odd that this is breaking in different places for everyone. Do you all have different sets of blocks enabled? I have all blocks enabled. If not, I'm suspicious of out of memory error or something odd like that. In that case, any chance that the docs build tasks could

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-11 Thread Ross Gardler
David Crossley wrote: Geoff Howard wrote: odd that this is breaking in different places for everyone. Do you all have different sets of blocks enabled? I have all blocks enabled. Mine is an unmodified checkout of SVN head. Ross -- No virus found in this outgoing message. Checked by AVG

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-11 Thread Antonio Gallardo
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

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-11 Thread David Crossley
Antonio Gallardo wrote: The lastest changes of docs-build.xml (SVN 124702): http://marc.theaimsgroup.com/?l=xml-cocoon-cvsm=110523951602586w=2 from: sitemap-components docDir=${build.context}/xdocs/userdocs source=${java}/ to: sitemap-components

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-11 Thread Antonio Gallardo
On Mar, 11 de Enero de 2005, 23:35, David Crossley dijo: It is being done as part of the documentation effort. http://cocoon.apache.org/2.1/plan/review-sitemap-docs.html It is not the cause, it just enables to bug to manifest. OK. Can you post where the problem is showed to you trying a full

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-11 Thread David Crossley
Antonio Gallardo wrote: David Crossley dijo: It is not the cause, it just enables to bug to manifest. OK. Can you post where the problem is showed to you trying a full build? I am trying to get an idea if the problem is truly random or just because users have diferent blocks

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-11 Thread Antonio Gallardo
On Mar, 11 de Enero de 2005, 23:57, David Crossley dijo: I showed that a few messages ago in this thread. Both Ross and i are doing a full build, javadocs and all, with no blocks disabled. It breaks in different places for each of us. Then the problem is somewhere in the Ant task:

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-11 Thread David Crossley
Ralph Goers wrote: David Crossley wrote: I showed that a few messages ago in this thread. Both Ross and i are doing a full build, javadocs and all, with no blocks disabled. It breaks in different places for each of us. Does it fail for you in BRANCH_2_1_X (before you disabled it) in the

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-11 Thread Antonio Gallardo
On Mie, 12 de Enero de 2005, 1:27, David Crossley dijo: Ralph Goers wrote: David Crossley wrote: I showed that a few messages ago in this thread. Both Ross and i are doing a full build, javadocs and all, with no blocks disabled. It breaks in different places for each of us. Does it fail

trunk build broken (Was: how to list all sitemap components)

2005-01-10 Thread David Crossley
The Cocoon SitemapTask in trunk is suddenly throwing a wobbly. - ... Building component docs from blocks. Collecting sitemap components info BUILD FAILED /opt/cocoon-trunk/tools/targets/docs-build.xml:55: Sitemap component org.apache.cocoon.generation.HTMLGenerator does not