Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 42938 invoked from network); 26 Nov 2007 07:44:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2007 07:44:30 -0000 Received: (qmail 97751 invoked by uid 500); 26 Nov 2007 07:44:14 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 97727 invoked by uid 500); 26 Nov 2007 07:44:14 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 97716 invoked by uid 99); 26 Nov 2007 07:44:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Nov 2007 23:44:14 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [66.150.163.135] (HELO eq2.spamarrest.com) (66.150.163.135) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 07:43:52 +0000 Received: from [10.130.87.251] (unknown [80.187.149.127]) by eq2.spamarrest.com (Postfix) with ESMTP id A03111CC412 for ; Sun, 25 Nov 2007 23:43:51 -0800 (PST) Message-Id: From: Douglas Bullard To: "Ant Users List" In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v915) Subject: Re: AW: Tool for documenting Ant scripts Date: Mon, 26 Nov 2007 08:43:49 +0100 References: X-Mailer: Apple Mail (2.915) X-Virus-Checked: Checked by ClamAV on apache.org Thank you for the constructive (and detailed) feedback! I'm =20 recovering from surgery for the next month or so, and will have plenty =20= of time to incorporate your comments. Most of these were things I overlooked (never used , but it's =20= easy to incorporate). The grey icon on the desktop is actually a repeating bitmap, but =20 doesn't show up too well (if you tile it, it's a repeating desktop =20 image of flying wings). I'm going to replace it with a better image. On OS X, PDF output is part of the GraphViz application port for that =20= platform - I've searched around, but still haven't found a really good =20= way of generating PDF in Windows (there's GhostScript, but then that =20 requires still yet another third-party installation routine). Would you like to be notified as I incorporate your changes to see if =20= they help with your scripts? Thanks, Douglas Bullard I really do appreciate the detailed comments - I wish my users at work =20= were this good. :) On Nov 26, 2007, at 07:37, = wrote: > 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? > on command line"/> > > > - dealing with dynamic macros? > > > ... > > > > > > - Some words why no updates are needed: WebStart will check on each =20= > start. > = http://www.nurflugel.com/webstart/AntScriptVisualizer/help/html/html/updat= es.html > > - When reading the infos on the homepage, I havent found any license > > > Ok ... next step. I try starting that > = http://www.nurflugel.com/webstart/AntScriptVisualizer/antscriptVisualizer.= jnlp > > > - Warning of not signed application > - Good: whats new information > -- i am missing a window title > -- reverse order would be better (newest on top) > -- close botton should be outside the textarea so you dont have to =20= > scroll for clicking > - Options dialog is missing a title > -- PDF on OsX only? > > - I try check.xml from Ant's codebase. > - Default settings: include imported, group nodes, concentrate =20 > lines, delete .dot, show macros, show > taskdefs, show ant+antcall, show targets, png, > > - Result: just a note on the buttom: "Operations completed. Check =20 > your directory for graphic files." > What is my directory? I'll have a look at check.xml's directory. Ok =20= > - a "hidden" file (as *.dot are > associated with MSWord templates ;) - check.dot. But no PNG. > > - "Find Dot" Button. Another frame without title. The path shown is =20= > too long for the small text field. > The text field could have the width of the frame. Cancel. > > - Error message: Cant run without Graphiz ... > Ok. When do you try to run this application? Why the =20 > ScriptDependency Visualizer quits after that message? > > > Restart ... > > - "Help" seems to print parts of the homepage as JavaDoc. Just =20 > "Help" as title is not good IMO. You should always include > the application name. > > > Ok, I had "problems" with DOT before. I'll retry the application for =20= > further information, because there is no "requirements" section in =20 > the help. > > Another time: "Operations completed" but only the .dot was created. =20= > (Having a look into that file it seems to be ok for a user usually =20 > not reading these files.) > You shouldnt print "completed" if there are steps missing: the =20 > creation the the PNG failed because of missing DOT-application! > > > > When seeing the main window you dont know when the creation will be =20= > done (it's directly done after selecting the buildfile). > > There are some options deactivated > - Filter from node ... > - Filter through node ... > - Node ordering (Right-to-left + Left+to-right) > > > > Jan > > > > > > > >> -----Urspr=FCngliche Nachricht----- >> Von: Douglas Bullard [mailto:dbullard@nurflugel.com] >> Gesendet: Samstag, 24. November 2007 18:53 >> An: Ant Users List >> Betreff: Re: Tool for documenting Ant scripts >> >> I should have added a link to my earlier post on my Ant tool, >> this is >> the page with sample output from different types of Ant >> scripts: >> http://www.nurflugel.com/webstart/AntScriptVisualizer/help/htm >> l/html/using_ant_script_visualizer.html >> >> Douglas Bullard >> >> >> On Nov 21, 2007, at 08:25, Hans Schwaebli wrote: >> >>> I once seen that there is a tool to document Ant scripts. I >> think it >>> created HTML pages with images showing how the scripts and tasks >>> relate to each other. >>> >>> Can you please tell me the name of that tool so that I can >> download >>> it? >>> >>> >>> --------------------------------- >>> Be a better sports nut! Let your teams follow you with >> Yahoo Mobile. >>> Try it now. >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org