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\HP.ICC\source\unarchive\${assembly.name}.licenses"
        licensetarget="${assembly.name}">
      <assemblies>
        <includes
name="C:\ReleasedAssemblies\ThirdParty\Infragistics\Win\Infragistics.Win.UltraWinListBar.v2.dll"/>
        <includes
name="C:\ReleasedAssemblies\ThirdParty\Infragistics\Win\Infragistics.Win.UltraWinToolbars.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

Reply via email to