You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Scott Anderson <sa...@ttm.com> on 2000/09/25 15:39:13 UTC

Targets run based on file dates?

Hi all,

I think the answer to this is "no" but I want to make sure.

I have a task that runs the WebLogic EJB compiler (ejbc), but I only
want it to run if one file is older than another because it takes a
godawful long time to run. :-)

I didn't see any functionality in the ant docs to support this, but I'm
hoping that I'm wrong...

Regards,

-scott

Re: Targets run based on file dates?

Posted by Stefan Bodewig <bo...@bost.de>.
>>>>> "SA" == Scott Anderson <sa...@ttm.com> writes:

 SA> I think the answer to this is "no" but I want to make sure.

For Ant 1.1 the answer is no, for Ant 1.2alpha3 it is <uptodate>.

Stefan