I'm new to NANT so I'm working my way through the examples.
We are very likely to need a use task similar to the usertask
example so I've been concentrating on that one. My problem is I can't
get the sample usertask to build. The first time I
build it (nant with no parameters) I get this
m
What does the verbose output look like? What version of NAnt are you using?
Is perl in your path?
What does your build file look like?
- Original Message -
From: "Nicholas Robinson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 31, 2003 4:23 AM
Subject: [Nant-users] EXE
Hi,
I did a search but didnt find anything so I hope I am not duplication someone elses
recent
question...
I wish to run Perl from within a NANT script, but the problem is when I use the EXEC
task, I get
"The system cannot find the specified file" error. However, putting in the full path
fails