Kent,
Can you provide a small repro for this issue ?
Thanks,
Gert
- Original Message -
From: "Kent Boogaart" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 14, 2004 8:21 AM
Subject: [Nant-users] Solution Task problem
Hello,
This problem has been mentioned previously
Tim,
Right now, the task expects "tlbimp.exe" to be on your PATH, we
will change this in the future by using TlbImpTask instead of directly
calling the executable, but for now you'll have to add the Framework SDK bin
directory (eg. C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Bin)
Well, I found my own resolution - I was using the NAntMenu shell extension to
run my script, which does not include the vsvars32.bat call, so the system
could not find tlbimp. When I execute nant from a VS.Net command window
everything works as expected.
Tim
-Original Message-