[NAnt-users] Version not being stamped for a Web Deployment Project dll

2007-10-11 Thread Abukhader, Joseph (TEK Systems)
I am having an issue regarding versioning a Web Deployment Project dll that is part of a solution. Using the AssemblyInfo.cs and dynamically generated CommonInfo.cs file to version the solutions dll's via Nant. This being a Web Deployment Project I don't see how to link to the common files to app

[NAnt-users] Version number formatting

2006-08-18 Thread Michael Frederick
Hello,   One of the myraid of version number formats that must be accomidated is the DWord format.  This is a 32-bit unsigned value, with each byte getting one of the fields of a full version string, e.g., version 3.5.100.7 in DWord version format would be 0x03056407...   03 = 3 = major ver

Re: [NAnt-users] version/build/deploy environment

2006-08-16 Thread Henning Eiben
magistere schrieb: > I would instead like shared assemblies to exist on a special folder. All > projects will reference dlls from this special shared folder and there will > be no project references. This will allow the nAnt build scripts to place > generated dlls here and other build should be

[NAnt-users] version/build/deploy environment

2006-06-29 Thread magistere
I am putting together some nant build scripts to enable rapid deployment. As well as setting up a version control environment, the tool is Merant version manager or PVCS, but this should not really matter. I want to avoid having binary files checked into source control, thus local .net project

Re: [NAnt-users] Version entire build for a large, distributed system?

2006-03-27 Thread Gary Feldman
Giscard Biamby wrote: Warning you now tha this will be a very long email, but I ...[long email elided]... This question mixes together issues that relate to the source control system, issues that relate to versioning software, and issues that relate to the build. I started to respond in

[NAnt-users] Version entire build for a large, distributed system?

2006-03-24 Thread Giscard Biamby
Warning you now tha this will be a very long email, but I think it's a question that some of you must have dealth with, so hopefully you'll read it. And even if you haven't dealt with this, it's an interesting scenario. I'm creating automated build process for a large, distributed system. There a

RE: [Nant-users] Version task - 0.85 rc 3

2005-10-20 Thread Robert Schneider
Hi Rebecca, There is the value NoIncrement for the buildtype attribute. Unfortunately it does not exists for revisiontype. I'm sure there is a reason for that, but since I'm also new to those build things I cannot tell you that reason. However, for your wish there could be a work around. I assu

[Nant-users] Version task - 0.85 rc 3

2005-10-20 Thread Kedziora, Rebecca
Title: Version task - 0.85 rc 3 Anyone, I am a newbie to Nant and am using the version task. I created a file with the contents:  3.0.0.100 I want the version task to update this file as follows: 3.0.1.100 3.0.2.100 This is what I am doing.

[Nant-users] Version

2005-05-11 Thread Stephen Lewis
Bruce asked about not incrementing the version file In my system, the version file is a source controlled file. I cannot actually increment the version number unless I check it out and check it back in. In the event of a build failure, I undo the checkout of the version number file and it au

RE: [Nant-users] Version

2005-05-10 Thread Aaron Feng
y 08, 2005 8:48 PM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Version I need to get the version number from a txt file _without_ incrementing it. (i.e. without altering the version number). The "version" task is excellent, except that I cannot get it to leave the version

[Nant-users] Version

2005-05-08 Thread Bruce Kinchin
I need to get the version number from a txt file _without_ incrementing it. (i.e. without altering the version number). The "version" task is excellent, except that I cannot get it to leave the version number "as-is". It either increments the BuildNumber or the RevisionNumber. You can specify 'NoI

[Nant-users] Version 1.0?

2005-01-24 Thread Arnette, Bill
Just curious. At what point will you call NAnt mature enough to be a version 1.0? --- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Pu

Re: [Nant-users] Version for Linux,

2004-09-24 Thread Gert Driesen
, September 24, 2004 4:55 PM Subject: [Nant-users] Version for Linux, > > greetings, > > i'm linux user and i did not found a version of the nant for linux > different to debian, and i had install mandrake. > > Some suggestions and how to compile the source under li

[Nant-users] Version for Linux,

2004-09-24 Thread John Sanabria
greetings, i'm linux user and i did not found a version of the nant for linux different to debian, and i had install mandrake. Some suggestions and how to compile the source under linux, i try to compile nant with make linux-bootstrap and i got the next error mcs -target:library -define:MONO

[Nant-users] version stamping thru the solution task

2004-08-24 Thread Steve Burkett
Hello, Does anyone know a good way to (generically) handle version stamping in assemblies thru Nant? Ideally, one would pass in a "version number", and the solution task would insert this into the assemblyinfo.cs (AssemblyVersionAttribute) of each project. Maybe there was s

RE: [Nant-users] Version task to get version without increment/update

2004-01-21 Thread Cromwell, Ryan
: [Nant-users] Version task to get version without increment/update   I was going to post a question as to whether or not you could use the version task to get the version without incrementing it, but I decided to be somewhat self sufficient and I opened the source. This feature s should have

[Nant-users] Version task to get version without increment/update

2004-01-21 Thread Cromwell, Ryan
Title: Version task to get version without increment/update I was going to post a question as to whether or not you could use the version task to get the version without incrementing it, but I decided to be somewhat self sufficient and I opened the source. This feature s should have be

RE: [Nant-users] Version Task question

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
PROTECTED] Sent: Thursday, January 08, 2004 10:50 AM To: Landes Eric (RBNA/CIT4.2); [EMAIL PROTECTED] Subject: RE: [Nant-users] Version Task question Geez... That worked. I must've only gone up to 1.0.0 - which doesn't work. Thank you, Jamie -Original Message- From: Landes Eric (RB

RE: [Nant-users] Version Task question

2004-01-08 Thread Waldinger, Jamie
Geez... That worked. I must've only gone up to 1.0.0 - which doesn't work. Thank you, Jamie -Original Message- From: Landes Eric (RBNA/CIT4.2) [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 10:29 AM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] Version Tas

RE: [Nant-users] Version Task question

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
PROTECTED] Sent: Thursday, January 08, 2004 10:11 AM To: Jaroslaw Kowalski; Landes Eric (RBNA/CIT4.2); [EMAIL PROTECTED] Subject: RE: [Nant-users] Version Task question I've tried using the version task... The documentation describes how to call it ok, but doesn't explain what the &#x

RE: [Nant-users] Version Task question

2004-01-08 Thread Waldinger, Jamie
Jamie -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 9:45 AM To: Landes Eric (RBNA/CIT4.2); [EMAIL PROTECTED] Subject: Re: [Nant-users] Version Task question According to the task documenation, the resulting version string

Re: [Nant-users] Version Task question

2004-01-08 Thread Jaroslaw Kowalski
s. Jarek - Original Message - From: "Landes Eric (RBNA/CIT4.2)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 3:31 PM Subject: [Nant-users] Version Task question > Does anyone have an example of how to use this? I want to grab the

[Nant-users] Version Task question

2004-01-08 Thread Landes Eric (RBNA/CIT4.2)
Does anyone have an example of how to use this? I want to grab the next version number to do a label in my sourcesafe repository. I'm thinking from the docs the syntax is But how do I get a value from this. Is it even possible? Since I'm a newbie to all this, I know this is probably a sim

RE: [Nant-users] Version Labeling with NAnt

2003-09-20 Thread Clayton Harbour
great solution (IMO) but it will get you by for now. Thanks for the feedback! Clayton -Original Message- From: Clayton Harbour Sent: September 19, 2003 7:33 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [Nant-users] Version Labeling with NAnt Hi Ed

RE: [Nant-users] Version Labeling with NAnt

2003-09-19 Thread Clayton Harbour
ginal Message- From: Ed Eichman [mailto:[EMAIL PROTECTED] Sent: September 19, 2003 1:47 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Version Labeling with NAnt Hi Guys, How do I label a CVS version from an NAnt script? I checked google and the documentation for the answer, but di

[Nant-users] Version Labeling with NAnt

2003-09-19 Thread Ed Eichman
Hi Guys, How do I label a CVS version from an NAnt script? I checked google and the documentation for the answer, but did not find anything. I also checked the Ant documentation (just in case they could give me a hint), and did not see how to do this for CVS. Thanks, Ed E

Re: [Nant-users] version 7.9 touchtasktest.cs failure

2003-03-04 Thread Ian MacLean
saravanakumar, From your email subject it seems you are using 0.7.9. Try updating to the latest version 0.8.1 and if you still have a problem send the build ouput along with a description of the problem. Ian hi nant users, there seems to be a problem with the touchtasktest.cs file

[Nant-users] version 7.9 touchtasktest.cs failure

2003-03-04 Thread saravana kumar
hi nant users, there seems to be a problem with the touchtasktest.cs file.anybody who has come across this failure when trying to build nant please let me know and also send me the solution to this problem. saravanakumar

Re: [Nant-users] Version of NUnit

2002-09-09 Thread Ian MacLean
NAnt currently runs with NUnit 1.1. Replacing NUnitCore.dll will cause errors right now. We are looking at moving to the newer NUnit version. Ian Daði Ingólfsson wrote: >Hi, > >I was wondering, which version of NUnit does NAnt currently work with? >I was hoping I could use the latest NUnit 2.0

[Nant-users] Version of NUnit

2002-09-09 Thread Daði Ingólfsson
Hi, I was wondering, which version of NUnit does NAnt currently work with? I was hoping I could use the latest NUnit 2.0 version, but I see that the assembly that comes with the latest release of NAnt is 1.1. So I guess my question is, can I substitute NUnitCore.dll with nunit.framework.dll and