Hi, I have an issue where I am building a VS.Net 2003 solution (C#) that contains file references to assemblies located on a mapped network drive. The trouble is that Nant reports that is cannot find the assemblies and fails the build. The output from the Nant log shows the full path to the file, VS.Net does not have any trouble finding these assemblies so why does Nant?
The references assemblies are production versions that a number of developers use in all build stages and cannot be used as project references. Build File Target ----------------- <target name="build"> <solution verbose="true" solution file="${path.solution}\${solution.name}.sln" configuration="${solution.configuration}" /> </target> Nant Log Output (via CruiseControl.Net) --------------------------------------- Assembly "P:\Production\ThirdParty\EnterpriseLibrary\Microsoft.Practices.Enterpri seLibrary.Logging.dll", referenced by project "Logging", does not exist. Adam Jeffery Bell Litho 847-952-3326 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users