Re: Execute the target only if source files have changed

2015-01-02 Thread YuGiOhJCJ Mailing-List
Oh, I have not read correctly the documentation of the task: "multiple target files are specified using a nested element" So this is the correct target: It seems to work :) On Fri, 2 Jan 2015 21:04:25 +0100 YuGiOhJCJ Mailing-L

Re: Execute the target only if source files have changed

2015-01-02 Thread YuGiOhJCJ Mailing-List
dea on why it is always setting > png-uptodate > > On Tue, Dec 30, 2014 at 6:17 PM, YuGiOhJCJ Mailing-List < > yugiohjcj-mailingl...@laposte.net> wrote: > > > Hello, > > > > I have a target that transforms files XCF into PNG by calling the > > "convert

Execute the target only if source files have changed

2014-12-30 Thread YuGiOhJCJ Mailing-List
Hello, I have a target that transforms files XCF into PNG by calling the "convert" command. I would like that this target does not execute if source files (i.e., the XCF files ) have changed. I have tried with the "uptodate" task but it does not work. Each time I run ant, the "convert" command i