Hi,

How should I do if I have a licx file with more than 1 licence in it ? 
Thanks for your reply
Sophie


-----Message d'origine-----
De : Gert Driesen [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 14 avril 2006 17:35
À : Parisot Sophie; nant-users@lists.sourceforge.net
Objet : RE: [NAnt-users] Problem with license task

> -----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



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to