On Tue, 6 Apr 2004 11:24:15 +0200 (MEST)
"Stephanie Zohner" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I'm using the cocoon cli with the xconf file for
> configuration. I use an text file to list the uris I want
> to get generated. This text file is set in xconf file. So
> far so good.
> 
> Here's the problem: The urls are not processed in the
> order I set in the text uri file.  However, this is
> importent, because the first uri generates the input file
> for the following uris. How can I ensure that the first
> uri I set in the uri file is generated before the
> following ones? Right now, I call the cocoon cli twice
> (first time with only the first uri and the second time
> with the remaining uris), but isn't there a better way?
> 
> Thanks in advance,
> 
> Stephanie
> 

Hi,

the BeanConfigurator add the uri list line by line, so it
should work.
Maybe you have switched on the "followLinks"-option, then
the CLI crawls through the first uri and all included links.
All the linked pages are generated. 
If that is your problem you can try switch of the
followLink-option or if you need this, place a uri-element
with your first uri before the uri-list element in the
xconf-file with followlink of.
Every uri and uris element can switch on/off the followLink
and confirmExtensions option. And all is processed like the
order in the xconf-file.

Best Regards,

Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to