Ant 1.7.1 is printing the name of the target like this copyPrepocessingFiles:
for a call to a target copyPrepocessingFiles, which is defined as <target name="copyPrepocessingFiles" if="porting.friendly.enabled"> the target name gets printed as above even when the property porting.friendly.enabled is not defined. in such context, I was expecting it show on the console skipping the target call copyPrepocessingFiles etc. Pl. see if such change makes sense for the next release Regards, Raja Nagendra Kumar, www.tejasoft.com -- View this message in context: http://www.nabble.com/target-call-info%2C-even-when-the-if-condition-not-met-tp24769843p24769843.html Sent from the Ant - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org