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