Re: Best graphing utility for Ant-scripts

2012-01-14 Thread Douglas Bullard
/index.html Hope this is close to what you’re looking for. Douglas Bullard On Aug 30, 2011, at 03:46, Kent Larsson wrote: > Hi! > > We have pretty complex scripts, which I'd like to graph in an automatic way. > > We use which Vizant doesn't seem to support. Grand from

Going to JavaOne this year?

2009-05-27 Thread Douglas Bullard
If you're going to JavaOne this year, I'd really love it if you could attend my session, TS-4166, "Object-Oriented Ant Scripts for the Enterprise". It's Friday, 2:50 - 3:50. See you there! Douglas Bullard ---

Going to JavaOne this year?

2009-04-15 Thread Douglas Bullard
ou'll find it interesting. It's a little early to be announcing it, but they'll start letting people register soon, and if enough folks want to attend, they'll schedule another session. :) See you there! Douglas Bullard ---

Re: How to insert properties into a file?

2008-04-07 Thread Douglas Bullard
ch (typically, you do not want to include binaries or jar files @{file} is the file with the properties @{casesensitive} what you'd expect. Hope this fits your needs. Douglas Bullard On Apr 7, 2008, at 16:25, coltsith wrote: Hi, I have a file of string properties and I need to be able to in

Re: AW: Tool for documenting Ant scripts

2007-11-25 Thread Douglas Bullard
ched 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). Would you like to be notified as I incorporate your changes to see if they help with your scripts?

Re: Tool for documenting Ant scripts

2007-11-24 Thread Douglas Bullard
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/html/html/using_ant_script_visualizer.html Douglas Bullard On Nov 21, 2007, at 08:25, Hans

Re: Tool for documenting Ant scripts

2007-11-24 Thread Douglas Bullard
Try my tool, which I've written to do exactly that: http://www.nurflugel.com/webstart/AntScriptVisualizer This is a little different than most tools, as it deals with multiple scripts (most tools only work with one), custom Ant tasks, macrodefs, etc. Please let me know if you have feedbac

New tool for visualizing Ant build files

2005-01-31 Thread Douglas Bullard
I've written a tool, similar to some of the others (but more powerful in some ways) in the "Tools and Tasks" page which use GraphViz to produce a visual map of your ant build files. What fun is using someone else's tool when you can write your own? Details: Name of the tool: Nurflugel AntS