Hello,
I want to use ant build latex code. 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.
-
To unsubscribe, e-mail: user-unsubscr...@
You can't do that! Double interpolation doesn't work.
Fortunately, you can use a macro to accomplish it:
-Original Message-
From: Vinodh Kumar [mailto:vinoh...@gmail.com]
Sent: Thursday, December 15, 2011 12:23 PM
To: user@ant.apache
Hi,
Can someone let me know why the /${${env}.test} value not printed as
testest1/
*cmd*:ant -f build.xml -Denv=IT1
*build.xml*
${env}
${${env}.test}
*build.properties*
IT1.test=testest1
*OUTPUT:*
task:
[echo] IT1
[echo] $