Kirk,

This should be fixed in cvs, and in the nightly builds.

Are you using NAnt 0.8.3 ?  Can you try a recent nighlty build
(http://nant.sourceforge.net/nightly/builds) and get back to us ?

Thanks,

Gert

----- Original Message ----- 
From: "Viehland, Kirk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 17, 2003 10:19 PM
Subject: [nant-dev] solution task and linked VS.Net files.


> Nant developers,
>
> I am getting this error when I compile a VS.Net 2003 solution with an
> ProductInfo file that has been linked from a parent directory.
>
> e.g.
>
>   <File
>                     RelPath = "ProductInfo.cs"
>                     Link = "..\ProductInfo.cs"
>                     SubType = "Code"
>                     BuildAction = "Compile"
>                 />
>
>
> System.IO.IOException: Could not find a part of the path
> "U:\dev\MyProject\ProductInfo.cs".
>    at System.IO.File.GetLastWriteTime(String path)
>    at NAnt.VSNet.Tasks.Project.CheckUpToDate(ConfigurationSettings cs)
>    at NAnt.VSNet.Tasks.Project.Compile(String strConfiguration, ArrayList
> alCSCArguments, String strLogFile, Boolean bVerbose, Boolean
bShowCommands)
>    at NAnt.VSNet.Tasks.Solution.Compile(String strConfiguration, ArrayList
> alCSCArguments, String strLogFile, Boolean bVerbose, Boolean
bShowCommands)
>    at NAnt.VSNet.Tasks.SolutionTask.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()
>
>
> Does the solution task not know how to resolve linked files?
>
> Kirk A. Viehland
>
>
>
> -------------------------------------------------------
> 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-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>
>



-------------------------------------------------------
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-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to