[Nant-users] FYI - Nant build and 2004 copyright in CommonAssemblyInfo.cs

2004-01-09 Thread Michael Dang
This is just an FYI. I tried to build Nant 0.84 this year in 2004. A NUnit test will fail becuase of the copyright attribute in the CommonAssemblyInfo.cs file has 2003. The test is looking for 2004. so just update the following line to include 2004. [assembly: AssemblyCopyright("Copyright (C)

[Nant-users] solution task not picking up localized resx files?

2004-01-09 Thread Ben Lowery
Hi there, I'm using visual studio to build satellite assemblies for a localized application. For my project, I have three .resx files in the root of my c# project: Strings.resx Strings.en-gb.resx String.ja-jp.resx In visual studio, String.resx is compiled using resgen and then embedded into

Re: [Nant-users] CSC Task & mscorlib with 0.84 issue??

2004-01-09 Thread Michael Dang
Gert, I found the problem. I am compiling against the .net 1.1 framework. I was referencing the log4net and nunit.framework assemblies that were provided with the Nant 0.84 release. Those 2 assemblies where compiled under .net 1.0 framework. Since I changed Nant.exe.config default framework

RE: [Nant-users] Defining and Creating a build process

2004-01-09 Thread Damir Simunic
Likwid, Try this link: http://msdn.microsoft.com/library/en-us/dnbda/html/tdlg_ch5.asp?frame=true Cheers, Damir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, January 09, 2004 5:06 PM To: [EMAIL PROTECTED] Subject: [

[Nant-users] Defining and Creating a build process

2004-01-09 Thread likwid
Are there any good books out there for establishing and creating a daily build process. I have been looking on google for a guide to get started, but I haven't found anything extremely compelling. Right now we have 4 developer's working on a single project. Each of the developer's has a specific

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-09 Thread Landes Eric (RBNA/CIT4.2)
Thanks for the info Jason, that makes sense. If you have the time to answer, I have another question related to this. Let's say I've gone to production with my build. It's created the db for me, populated the web app, etc. Now I've been doing some maintainence work, which includes some new s

[Nant-users] temporary files generated by nant.

2004-01-09 Thread pierre . thorey
Hi, I've just found an interessant problem. When you do something like this : In order to generate the resource, nant creates a temporary file name foo.bar.res . And once bar.exe ha