Re: AW: Tool for documenting Ant scripts

2007-11-26 Thread Major shao
Fyi, i am looking for this kind of tool also. Tried the AntScriptVisualizer, correct me if i am wrong, it does not support outside property file? Thanks On Nov 26, 2007 3:26 AM, Hans Schwaebli <[EMAIL PROTECTED]> wrote: > Hi, thanks. > > I was looking more for a tool which documents the relatio

Re: AW: Tool for documenting Ant scripts

2007-11-26 Thread Martin Gainty
which work well in constructing PDF's http://apache.mirror.facebook.com/xmlgraphics/fop/ Martin- - Original Message - From: "Bill Rich" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Monday, November 26, 2007 12:08 PM Subject: Re: AW: Tool for documenting An

Re: AW: Tool for documenting Ant scripts

2007-11-26 Thread Bill Rich
You might want to look at PDFCreator (http://www.pdfforge.org/products/pdfcreator). It is a printer driver that installs just like a printer so that you can print a document to PDF from any application. I have been using it on Windows for several years. It has some minor annoyances on Windows V

Re: AW: Tool for documenting Ant scripts

2007-11-26 Thread Hans Schwaebli
Hi, thanks. I was looking more for a tool which documents the relationships of script files and not the sequences of targets within one script. I mean something similiar to a class diagram instead of an sequence diagram for Ant scripts. [EMAIL PROTECTED] wrote: My first few cents:

AW: AW: Tool for documenting Ant scripts

2007-11-26 Thread Jan.Materne
> On OS X, PDF output is part of the GraphViz application port for that > platform - I've searched around, but still haven't found a really good > way of generating PDF in Windows (there's GhostScript, but then that > requires still yet another third-party installation routine). You could che

Re: AW: Tool for documenting Ant scripts

2007-11-25 Thread Douglas Bullard
Thank you for the constructive (and detailed) feedback! I'm recovering from surgery for the next month or so, and will have plenty of time to incorporate your comments. Most of these were things I overlooked (never used , but it's easy to incorporate). The grey icon on the desktop is ac

AW: Tool for documenting Ant scripts

2007-11-25 Thread Jan.Materne
rg > Betreff: AW: Tool for documenting Ant scripts > > My first few cents: > - seems to be good > > - doesnt handle > > http://www.nurflugel.com/webstart/AntScriptVisualizer/help/htm > l/html/what_exactly_is_ant_script_vis.html > > - good idea of handlin

AW: Tool for documenting Ant scripts

2007-11-25 Thread Jan.Materne
My first few cents: - seems to be good - doesnt handle http://www.nurflugel.com/webstart/AntScriptVisualizer/help/html/html/what_exactly_is_ant_script_vis.html - good idea of handling multiple buildfiles - can it deal with dynamic imports? - dealing with dynamic macros? .