Re: [NAnt-users] FW: Licensing Issues with third party Win controls

2007-02-20 Thread Bevan Arps
I haven't had your exact issue - but hopefully this will help. I've had some issues with running MSBuild from within NAnt that were resolved by setting the workingdir property on the exec task. Good luck! Bevan. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [NAnt-users] FW: Licensing Issues with third party Win controls

2007-02-20 Thread Phil Sayers
FW: Licensing Issues with third party Win controlsi had a similar issue when using FinalBuilder it seems the lc.exe does not put the license file in the correct folder...you'll have to poke around to see where it actually drops it...then copy to the "bin" folder i think -Original Message

[NAnt-users] FW: Licensing Issues with third party Win controls

2007-02-20 Thread Lattimer, Ryan
> I have seen other posts that relate to the problem I am going to > explain, but I have not found one that duplicates it. So here I go... > I am running Nant 0.85 and CruiseControl.Net 1.2.1 > I am using Infragistics controls which require a license.licx file. I > am using MSBuild in Nant to bu