Re: *USEFUL* Stylesheet to generate a task-dependency graph for ant

2003-10-31 Thread Alec
Patrick Surry wrote: One promising java-based approach that looks like it might have moved on since I last looked a year or so ago is JGraph: http://jgraph.sourceforge.net/jgraph.shtml If you came up with your own layout algorithm (which perhaps isn't so hard?) which could produce coordinates f

Re: reading stdin from task

2003-10-31 Thread Stefan Bodewig
On Thu, 30 Oct 2003, Johnny Tolliver <[EMAIL PROTECTED]> wrote: > I want to run a simple test client program with a command like "ant > client" to run the "client" target that uses the task. And I > need to read stdin from within the Java client program. Is that > possible? If so, how? Don't for

Re: Accessing FileSet Includes

2003-10-31 Thread Stefan Bodewig
On Thu, 30 Oct 2003, Mike Murray <[EMAIL PROTECTED]> wrote: > Is there any way to access the include patterns that are contained > within a FileSet object? I'm looking for something similar to the > getIncludePatterns() method on PatternSet, but I don't even see an > indirect way to get at them f

Re: FileSet Scanning & Popluation

2003-10-31 Thread Stefan Bodewig
On Thu, 30 Oct 2003, Mike Murray <[EMAIL PROTECTED]> wrote: > Although a FileSet can be defined with an id for reuse, it appears > that every time is is used it performs its scan. Correct. > Is there any way to have it scan and populate once, and then access > it from multiple tasks? Reuse the