Re: trouble passing args to

2006-07-13 Thread Rich Goldman
Tell me about it, I still don't understand what's going on, but it works, so that's good enough for me. Thanks! rich Matt Benson wrote: >Mappers can be kind of funny. It would probably take >a lot of research to decide whether that is a bug. :) > >-Matt > >

Re: trouble passing args to

2006-07-13 Thread Matt Benson
--- Rich Goldman <[EMAIL PROTECTED]> wrote: > 'ant -v' helped, thanks! > > Here's a snippet of verbosity i received: > > [apply] The ' characters around the executable > and arguments are > [apply] not part of the command. > [apply] Output redirected to > /home/rich/workspace/radar/s

Re: trouble passing args to

2006-07-13 Thread Rich Goldman
'ant -v' helped, thanks! Here's a snippet of verbosity i received: [apply] The ' characters around the executable and arguments are [apply] not part of the command. [apply] Output redirected to /home/rich/workspace/radar/server/webapp/build/webapp/css/register.css [apply] Executin

Re: trouble passing args to

2006-07-13 Thread Alexey N. Solofnenko
Can you try putting both mappers inline? - Alexey. Rich Goldman wrote: Hello, I'm really stuck here, would be very very grateful for some help. I'm using the ant core task successfully to process all the files in a directory, like this:

Re: trouble passing args to

2006-07-13 Thread Matt Benson
--- Rich Goldman <[EMAIL PROTECTED]> wrote: > Hi, no, that's not it, unfortunately. I just noticed > that myself, but it > looks I deleted it by accident in the email, not the > code itself. You can run Ant with the -v "verbose" flag to see the command lines generated. -Matt > > Matt Benson

Re: trouble passing args to

2006-07-13 Thread Rich Goldman
Hi, no, that's not it, unfortunately. I just noticed that myself, but it looks I deleted it by accident in the email, not the code itself. Matt Benson wrote: > >>My output files are empty when I run this. Does >>anyone know what I'm >>doing wrong? >> >> >> >The first thing I notice is that yo

Re: trouble passing args to

2006-07-13 Thread Matt Benson
--- Rich Goldman <[EMAIL PROTECTED]> wrote: > Hello, I'm really stuck here, would be very very > grateful for some help. > > I'm using the ant core task successfully to > process all the > files in a directory, like this: > > > > type="glob" >

trouble passing args to

2006-07-13 Thread Rich Goldman
Hello, I'm really stuck here, would be very very grateful for some help. I'm using the ant core task successfully to process all the files in a directory, like this: Howe