in reply to Re: Re: Ant and Perl
in thread Ant and Perl

The fact that the argument regurgitation says foo.pl instead of c:\mydir\foo.pl is a red-flag that some interpolation is going on. Try c:/mydir/foo.pl or c:\\mydir\\foo.pl. Likewise with the other argument.

Chris
M-x auto-bs-mode

  • Comment on Filename separators (was: Ant and Perl)

Replies are listed 'Best First'.
Re: Filename separators (was: Ant and Perl)
by P0w3rK!d (Pilgrim) on May 31, 2002 at 14:16 UTC
    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
    

      (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