Hi Andrus,

The current code (with out my changes) was timing out and other bad behavior probably because of some DOS attack stuff that the infra folks are running on cwiki. That is the only reason I was trying to do something else. If I put in a 250ms delay between getting each page it almost always runs to completion.

I will revert my changes (except for the 250ms wait) and add the documentation generation to the assembly.

TTFN,

-bd-

On Aug 29, 2006, at 8:06 AM, Andrus Adamchik wrote:


On Aug 29, 2006, at 5:37 PM, Bill Dudney wrote:

I'm trying to change the DocGenerator so that it uses the confluence web service's exportSpace instead of having to traverse every page and do the reworking of URL's ourselves. the stuff you find at ~jefft is exported in this fashion. My thinking was that it would be better to invoke one method on Confluence than keep up all the code we have to do the same basic thing.

Ok, now I see why this works differently. This may be a problem for other reasons:

1. We are using custom template to render page.
2. We are using a custom hidden tag to generate multi-level table of contents displayed on the right hand side.

We'll lose both if we simply grab HTML export.

Andrus

Reply via email to