Chazz,
There were quite some changes to that code since the 0.84 release. Can you try using a recent nightly build to see if you can reproduce this issue ?
Thanks !
Gert
----- Original Message ----- From: "ChazZ" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 12, 2004 11:16 PM
Subject: [Nant-users] NANT bug
Hello I forgot all my information on sourceforge and didn't want to go through setting up a new account, just to post this bug. So here it is.
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)
Having to do with the solution Task.
In the resources.cs file as part of the VSNet namespace or what ever. The
outfile gets set to a temp file in the users temp directory. The .resources
file gets generated in that directory and is promptly deleted when Nant
finishes. So the Resources file never gets put in with the build.
The old line: outFile = Project.ProjectSettings.GetTemporaryFilename(outFile);
the new code I wrote to somewhat fix the problem for my build process.
string outpath = Project.GetOutputPath(_solutionTask.Configuration); int li = outpath.LastIndexOf("\\") + 1; //want to keep the last '\' outpath = outpath.Remove(li, outpath.Length - li); outFile = outpath + outFile; //Project.ProjectSettings.GetTemporaryFilename(outFile);
enjoy the bug! __ __ ___ _____ ______ ___ __ / __) \ | | / / \ (___ ) (___ ) | / | \_/ | / \ / / / / | | | _ | / () \ / / / / | \__ | / \ | | __ | / /__ / /__ _\ )_/ |___| \_| (__) |_( )_( )_
------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users