On Wed, 11 Jul 2001, Steve Cohen <[EMAIL PROTECTED]> wrote:
> However, the task I am doing aims to "compile" MANY source data
> files into a SINGLE destination file. Apply seems built around the
> one-to-one paradigm, so I don't think it will work.
It will, just use a "merge" mapper and it foll
--- Steve Cohen <[EMAIL PROTECTED]> wrote:
> Thank you for the info about apply.
> However, the task I am doing aims to "compile" MANY source data files
> into a SINGLE destination file. Apply seems built around the one-to-one
> paradigm, so I don't think it will work.
In that case, check out .
Title: RE: timestamp-conditional exec task
Thank you for the info about apply.
However, the task I am doing aims to "compile" MANY source data files into a SINGLE destination file. Apply seems built around the one-to-one paradigm, so I don't thi
--- Steve Cohen <[EMAIL PROTECTED]> wrote:
> How can I make the exec task run conditionally only when some of the
> data files have changed? Or is there another ant task I should be
> using.
Look at the task.
Diane
=
([EMAIL PROTECTED])
_
Title: timestamp-conditional exec task
I have a project that I am developing with ant.
There are two main parts of the project:
1)java code which needs to be compiled
2)data which needs to be "compiled" via running a jython script that "compiles" it.
I currently ha