Re: problem with apply task

2005-09-29 Thread Jakob Fix
Matt, On 28/09/05, Matt Benson <[EMAIL PROTECTED]> wrote: > Jakob--the "don't know how to handle it" indicates a > problem with your mapper. ah, that's good to know! I was wondering who was responsible for this message. > Try changing your mapper to > > Yes!!! it does work. great. thanks ev

Re: problem with apply task

2005-09-28 Thread Matt Benson
Jakob--the "don't know how to handle it" indicates a problem with your mapper. Try changing your mapper to If that doesn't work, try HTH, Matt --- Jakob Fix <[EMAIL PROTECTED]> wrote: > Hello Brian, > > thanks for your answer. unfortunately, this doesn't > work either (same > result and

Re: problem with apply task

2005-09-26 Thread Jakob Fix
Hello Brian, thanks for your answer. unfortunately, this doesn't work either (same result and debug messages). On 26/09/05, Dick, Brian E. <[EMAIL PROTECTED]> wrote: > Sometimes the commandline arguments are a bit tricky. Try the following. > > > > > > > > >

RE: problem with apply task

2005-09-26 Thread Dick, Brian E.
Sometimes the commandline arguments are a bit tricky. Try the following. -Original Message- From: Jakob Fix [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 4:36 AM To: Ant Users List Subject: Re: problem with apply task

Re: problem with apply task

2005-09-26 Thread Jakob Fix
Hello Antoine, thanks for taking an interest in this problem. On 23/09/05, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Jakob Fix wrote: > > >Hello, > > > >I am trying to use ant to run ImageMagick's composite command over a > >fileset, like this: > > > > > >The commandline for the composite

Re: problem with apply task

2005-09-23 Thread Antoine Levy-Lambert
Jakob Fix wrote: >Hello, > >I am trying to use ant to run ImageMagick's composite command over a >fileset, like this: > > >The commandline for the composite command is this, which I know works: > > >>composite -dissolve 40% -tile watermark.png in/hsc-c0311d.png >>out/hsc-c0311d.png >> >> >

problem with apply task

2005-09-22 Thread Jakob Fix
Hello, I am trying to use ant to run ImageMagick's composite command over a fileset, like this: The commandline for the composite command is this, which I know works: > composite -dissolve 40% -tile watermark.png in/hsc-c0311d.png > out/