There is a workflow subproject in jakarta-commons sandbox that may be
of interest to you ...

On Fri, 17 Jan 2003, Scott Walters <[EMAIL PROTECTED]> wrote:

> 1)  Can I pipe the xml output of one task into the next task without
> using a file?

Not easily without touching the tasks, but if you are writing them
anyway: You could store the XML output (as a DOM tree?) in a project
reference between tasks.

> 2) Do tasks within a target always run in the order they're
> specified in the build script?

Yes.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to