> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Parisot Sophie
> Sent: vrijdag 14 april 2006 12:13
> To: nant-users@lists.sourceforge.net
> Subject: [NAnt-users] Problem with license task
> 
> Hi,
>  
> I want to use the license task : 
>  
> <license input="C:\temp\test_licence\test1.licx" 
> output="test1" target="test.exe" verbose="true">
>                     <assemblies>
>                            <include name="C:\Program 
> Files\Chart FX for Visual Studio  2005\bin\ChartFX.WinForms.dll"/>
>                     </assemblies>
>              </license>

You have an extra space in the include pattern (Visual
Studio<space><space>2005), which means that the specified assembly is not
found by NAnt.

Gert



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to