Re: documentation

From: Andrus Adamchik (andru..bjectstyle.org)
Date: Tue Apr 18 2006 - 04:05:06 EDT

  • Next message: Andrus Adamchik: "Re: Summer of Code"

    On Apr 18, 2006, at 5:38 AM, Cris Daniluk wrote:

    > I have not tied in the ant
    > task yet, as it does add considerable weight to the build time -
    > about 2
    > minutes on my high speed connection. Basically, it would run
    > something like
    > this:
    >
    > <docgen spaceKey="CAYDOC" docBase="${doc.base}"
    > startPage="Documentation" username="${confluenceUser.username}"
    > password="${
    > confluenceUser.password}" />
    > <copy todir="${doc.base}">
    > <fileset dir="../cayenne-other/docs">
    > <include name="**/*"/>
    > </fileset>
    > </copy>

    We can separate the doc generation procedure from the rest of ant tasks:

    * kill current doc sources in CVS
    * rewrite current "doc" target to use docgen
    * remove "doc" target from other target dependencies

    So whoever builds a release will need to rebuild the docs manually.

    Andrus



    This archive was generated by hypermail 2.0.0 : Tue Apr 18 2006 - 04:05:35 EDT