On Thu, Dec 15, 2011 at 11:06 PM, redspider red <[email protected]> wrote:
> Hello,
>  I want to use ant build latex code. <pdflatex demo.tex> the destination
> file is demo.pdf, but ANT can not compare the time stamp between tex
> and pdf, so ANT build pdf always.
>
> How can I resolve it.

Timestamp comparison is something typically handled internally to a
given task.  If the task you want to use doesn't support this, try
http://ant.apache.org/manual/Tasks/uptodate.html .

HTH,
Matt

>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to