[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ozone Doc Project



At 08:47 AM 6/4/01 -0700, you wrote:

I am just starting using Ant, so I cannot provide a clear opinion on that 
topic. Sorry. I am eager to see that Doc How to though; post it as soon as 
it's ready!!! Although I have not been very active on the last few days, I 
will be posting a very general TOC for the dev doc soon.

Yanick

>Hi All,
>Was wondering how people felt about having an install for the docs.
>
>I'm not an ANT expert but here is my idea.
>
>1. Zip up the contents of the stylesheet as they change often.
>2. Zip up the contents of the docbook dtd.
>3. Include both of these in CVS.
>
>Create a target to use the jar task to unzip these either as a separate
>target or as part of a depends. If the target removes the zip file after
>uncompressing we could have a little installed target that looks for the
>zips and recommends to do the install if it is not installed yet.
>
>Is this a good idea?
>
>What is the cvs command to ci binary files? cvs -kb add?
>
>I'm still working on the Doc How to.
>
>One other thing. Do we want to add one target for each document?
>Somebody who has more ant experience may want to look at this. There is
>a call task that could be used. The added target would just set some
>variables for the in and out file and then call the target that does the
>transform. I wanted to use the pattern task but couldn't get it to work.
>
>Eric