Re: Error using exec to perform symlink on multiple files

2006-11-08 Thread Stefan Bodewig
On Wed, 08 Nov 2006, Chris Mattmann <[EMAIL PROTECTED]> wrote: > Could you be a bit more clear with what you mention below? I'm not > familiar with "apply", > Or perhaps, if I post to the user list, then you'd be more likely > to respond?

Re: Error using exec to perform symlink on multiple files

2006-11-08 Thread Chris Mattmann
Hello, Thanks for your reply. I wasn't sure if the mail should go to the dev list: I'm not sure it's as black and white as you seem to believe in terms of sending it to the user list. If it was an actual * bug * in Ant (which mind you, I wasn't sure of), then I believe that the dev list is in fac

Re: Error using exec to perform symlink on multiple files

2006-11-08 Thread Stefan Bodewig
On Wed, 08 Nov 2006, Chris Mattmann <[EMAIL PROTECTED]> wrote: > # ln -fs /path/to/test/testfiles/* /path/to/test/linkdir/ > > It appropriately creates 2 symlinks, one for each file, in the > linkdir directory. However, when I try to run this command using > Ant's exec task, I can't seem to get i