On Thu, Dec 15, 2011 at 11:06 PM, redspider red <reds...@gmail.com> 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: user-unsubscr...@ant.apache.org > For additional commands, e-mail: user-h...@ant.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org