Michael,

What is the value of ${assembly.name} when you get this exception ?

Can you try to reproduce this using a recent 0.8.4 nightly build
(http://nant.sourceforge.net/nighlty/builds) and send me a zip file
containing the mininum number of files necessary to reproduce this issue ?

Thanks,

Gert

----- Original Message -----
From: "Michael Dang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 25, 2003 4:50 PM
Subject: [Nant-users] License Task & Path Error help


> Hi All,
>
> I am using Nant v0.8.3 and the license task to try and generate a
> .licenses file.  I am getting a "The path is not of a legal form"
> error.  Don't understand why.  Could someone shed some light please?
>
> Here is the output and task code.
>
>
> <license verbose="true"
>
>
input="C:\Projects\WorkArea\ConfigurationManagement\BuildScripts\ICC\Work\HP
.ICC\source\unarchive\licenses.licx"
>
>
output="C:\Projects\WorkArea\ConfigurationManagement\BuildScripts\ICC\Work\H
P.ICC\source\unarchive\${assembly.name}.licenses"
> licensetarget="${assembly.name}">
>       <assemblies>
> <includes
>
name="C:\ReleasedAssemblies\ThirdParty\Infragistics\Win\Infragistics.Win.Ult
raWinListBar.v2.dll"/>
> <includes
>
name="C:\ReleasedAssemblies\ThirdParty\Infragistics\Win\Infragistics.Win.Ult
raWinToolbars.v2.dll"/>
>       </assemblies>
> </license>
>
>
>
>                                                   [license] Compiling
> license file licenses.licx to HP.ICC.exe.licenses using target
> HP.ICC.exe.
>                                                 Total time: 0
> seconds.
>
>                                                 BUILD FAILED
>
>                                                 INTERNAL ERROR
>
>
> System.ArgumentException: The path is not of a legal form.
>    at System.IO.Path.nGetFullPathHelper(String path, Char[]
> invalidPathChars, Char[] whitespaceChars, Char directorySeparator,
> Char altDirectorySeparator, Boolean fullCheck, String& newPath)
>    at System.IO.Path.GetFullPathInternal(String path)
>    at System.IO.Path.GetFullPath(String path)
>    at NAnt.DotNet.Tasks.LicenseTask.ExecuteTask()
>    at NAnt.Core.Task.Execute()
>    at NAnt.Core.Target.Execute()
>    at NAnt.Core.Project.Execute(String targetName)
>    at NAnt.Core.Project.Execute()
>    at NAnt.Core.Project.Run()
>
>
>
> =====
> Michael Dang
>
> __________________________________
> Do you Yahoo!?
> Protect your identity with Yahoo! Mail AddressGuard
> http://antispam.yahoo.com/whatsnewfree
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
>
>



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to