You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Anakreon Mejdi <am...@ertonline.gr> on 2002/11/27 13:38:35 UTC

task

I have a preprocessor for java files which I'd like to call only if the 
original files are newer then the produced java files.
I thought using <condition> and <uptodate> nested element.
It works.A property called up.todate is set to true if the files are
uptodate.

My question is what can I do next?
I thought using <antcall> and call a target with an unless condition.
I set inheritall attribute to true also tried passing the value of the 
up.todate as param via antcall.

Both ways failed and I suspect why.
However the problem remains.

Any ideas?

Anakreon


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>