You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Chappell, Simon P" <Si...@landsend.com> on 2002/04/29 18:27:45 UTC

Documentation question

This is not a complaint! :-)

But ...

Is there a PDF of the Ant documentation available anywhere? The individual webpages that describe the usage of Ant and it's tasks are on the whole very good and obviously written by people who care to communicate to others. But it would be very convenient to have a PDF of the documentation gathered into a single document that could be printed or viewed in-situ.

I started experimenting with pulling such a document together at home, but before I go any further, I thought that I'd better ask. How is the current document web constructed? Are there source documents in XML or some equivalent? Is anyone else working on a parallel track? I find ant so useful, that I would gladly help to pull such a document together as a small repayment to the ant community.

Your thoughts please.

Simon

P.S. Still no word on the ant shirts. Can one of the commiters or ASF board members kick someone?! :-)

-----------------------------------------------------------------
Simon P. Chappell                     simon.chappell@landsend.com
Java Programming Specialist                      www.landsend.com
Lands' End, Inc.                                   (608) 935-4526

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Documentation question

Posted by "Kyle R . Burton" <mo...@voicenet.com>.
> Is there a PDF of the Ant documentation available anywhere? The individual webpages that describe the usage of Ant and it's tasks are on the whole very good and obviously written by people who care to communicate to others. But it would be very convenient to have a PDF of the documentation gathered into a single document that could be printed or viewed in-situ.

The Doxygen [http://www.doxygen.org] documentation system supports generation
of PDFs from Javadoc comments, including a graphical class hierarchy.  There 
is even an Ant task for running Doxygen:

  http://www.bgw.org/projects/java/ant/

It has worked very well for me.


Best regards,
Kyle R. Burton


-- 

------------------------------------------------------------------------------
Wisdom and Compassion are inseparable.
        -- Christmas Humphreys
mortis@voicenet.com                            http://www.voicenet.com/~mortis
------------------------------------------------------------------------------

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>