0

Is there an Apache Ant equivalent to make rules of the form:

%.object: %.source
    ${TRANSFORMER} $< -o $@

This is a pattern that I find myself using frequently and really miss from make. It would be even better if there is an equivalent that can detect changes to the source files similar to the way make does.

4

0 回答 0