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: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to