in reply to Filename separators (was: Ant and Perl)
in thread Ant and Perl

That appears to work. However, the output from foo.pl goes into hyperspace... Puzzling... Thank you for your help. :)
-P0w3rK!d
Buildfile: build.xml

init:

main:
   mytask Foo...

foo:

BUILD SUCCESSFUL
Total time: 7 seconds
  • Comment on Re: Filename separators (was: Ant and Perl)

Replies are listed 'Best First'.
Re: Re: Filename separators (was: Ant and Perl)
by lachoy (Parson) on May 31, 2002 at 15:53 UTC

    (Veering OT here...)

    Ant has excellent online documentation for all the core tasks. In particular, check out the output argument in the task.

    Chris
    M-x auto-bs-mode