Re: Error using ant under cygwin like environment

2006-07-18 Thread Rich Goldman
Should your path say "ant" instead of "ants"? Mayuresh Kshirsagar wrote: >I am trying to use ant with cygwin. But I am always getting the error: > > > >mayuresh% ant > >Exception in thread "main" java.lang.NoClassDefFoundError: >org/apache/tools/ant/launch/Launcher > > > >I have set the ANT_HOM

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 Rich Goldman
x27; attribute. I don't know if that's a bug or not? I'm just happy it works now. Matt Benson wrote: >--- Rich Goldman <[EMAIL PROTECTED]> wrote: > > > >>Hi, no, that's not it, unfortunately. I just

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

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