How can i build latex, asy... with ANT

2011-12-15 Thread redspider red
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...@

RE: Property not loaded

2011-12-15 Thread Perrier, Nathan
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

Property not loaded

2011-12-15 Thread Vinodh Kumar
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] $