Nicola Ken Barozzi wrote:
> Peter Donald wrote:
> 
>> At 09:11 AM 7/11/2002 -0400, you wrote:
>>
>>> Someone was kind enough to make some alterations to the docbook to FOP
>>> stylesheets, so I started to integrate them.  There has been a lot of
>>> change in the doc setup.  One of which I want to address.
>>>
>>> Cocoon is one of our major users, and it helps us by generating our
>>> docs.
>>> However, one of the things we had to ensure we did not kill Cocoon was
>>> to
>>> automatically place the last released jar file for LogKit, Framework,
>>> and
>>> Excalibur in the tools/ext folder.  Now we have dated versions of them.
>>> I want to know before I make a release that it doesn't break anything.
>>> If
>>> we break Cocoon, then we have to fix it.
>>
>> All doc generation that still uses Cocoon is broken except for 
>> jakarta-avalon or Tweety. I think I am the only one going through and 
>> fixing things but I would love to get some help.
> 
> 
> Ok, got the message ;-)
> 
> BTW, the compress stuff is already in commons, so I won't be fixing those.

ATM fixed and updated Tweety, Merlin, Fortress (the containers), baxter, 
cache.
More to come ASAP.
Then I will move other common targets out in a similar way.

Anyone who wants to use cocoon docs build in an excalibur project can 
just do

         <ant antfile="${basedir}/../cocoonbuild.xml"/>

and the documentation will be created.
The broken links will be listed in the file {build.dir}/brokenlinks.txt

It's also possible to disable Cocoon crawling the docs and use instead a 
list of docs to generate, ala anakia.
In this case, create a file in the xdocs dir called doc.uris and invoke 
cocoon via:

      <ant antfile="${basedir}/../cocoonbuild.xml"
           target="cocoon:html-listed-docs"/>

I haven't seen major speed increase, but who knows ;-)

Also, I've put the io and compress stuff in commons, so I won't be 
making the docs work for them.

Finally, I remember that there is also the basic skins available.

   ant docs -Duse.skin=basic

The skins are in the skin dir of jakarta-avalon.

I don't know what to do about the projects now on anakia...

-- 
Nicola Ken Barozzi                   [EMAIL PROTECTED]
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------


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

Reply via email to