Re: [nant-dev] RE: Embed snk

2003-01-16 Thread Gordon Weakliem
This might help you or somebody else, I've written a custom task for generating the AssemblyInfo file from a build script. It uses CodeDOM, so I don't know if it's appropriate for NAnt core, either Core or NAntContrib is welcome to it if it seems useful. -Original Message- To solve

Re: [nant-dev] csproj

2003-01-16 Thread Matthew Mastracci
That would be me - I have a VSProj task that handled .csproj files, but I haven't had a chance to clean it up for NAnt yet. Javier Ochoa Lopez wrote: New to nant, please help... I am trying to have automated builds for my project. I have seen at the forum some ideas about having a csproj task

[nant-dev] NUnit Error With NAnt...

2003-01-16 Thread Sansone, Aaron
All, I have the latest snapshot (1/14) of NAnt and I am trying to create a test build script. Apparently the NUnit2 Testing task is looking for my Assembly in the NAnt installation directory. If I copy my Assembly to the C:\NAnt\bin directory, my test tasks are run. However, I don't belive

Re: [nant-dev] ShadowCopyFiles

2003-01-16 Thread Scott Hernandez
Okay, my initial implementation needed a little work, but is now running much smoother. Here are a few notes that people should consider when calling into nant or changing how this works. NOTE: Draco devs, this probably will affect you for the next release. There is a new entry point class in

Re: [nant-dev] NUnit Error With NAnt...

2003-01-16 Thread Scott Hernandez
We also have, and have had, the same problems with NAntContrib for a while. Here is some background. http://sourceforge.net/mailarchive/message.php?msg_id=2372560 If you find any solution, or have any ideas, please feel free send them around. I'm just now starting to look into it. :) -

[nant-dev] Building and deploying applications with Nant

2003-01-16 Thread Ben Singh
Hi, I was wondering whether I could get some feedback about the scenarios people are using Nant for. The current scenario I am faced with is a data centre operation with high availability requirements. My problem is that making even minor changes requires a full build with Nant and

Re: [nant-dev] NUnit Error With NAnt...

2003-01-16 Thread Brant Carter
You might want to look at this article. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm l/cpconspecifyingassemblyslocation.asp I am pretty sure that the default is for it to look in the GAC and then to look in the current directory. You may have to specify your

[nant-dev] Sourceforge CVS server problems?

2003-01-16 Thread Brian Deacon
Has anyone else been experiencing problems with pserver access to cvs.sourceforge.net? I cant seem to connect to 2401 and traceroutes seem to be dying somewhere near sfs firewalls. And is this related to the nightly code drop still being from the 14th? Brian Deacon