RE: [Nant-users] Version Task question

2004-01-08 Thread Waldinger, Jamie
k question This format worked for me in my build.number file 1.0.0.0 Nant also automatically updates the file when I call it. In my nant build file here is the relevant info from my build file: HTH Eric -Original Message----- From: Waldinger, Jamie [mai

RE: [Nant-users] Version Task question

2004-01-08 Thread Waldinger, Jamie
I've tried using the version task... The documentation describes how to call it ok, but doesn't explain what the 'build.number' file should contain... Just a number, a number in a particular format (i.e. 1.0.1), or a number inside of an XML tag. So far I haven't been able to figure out what the tas

[Nant-users] Resolving path to .NET Assembly file

2004-01-05 Thread Waldinger, Jamie
Title: Resolving path to .NET Assembly file Hi, I am using Nant to compile a .NET solution written in C++ (it was upgraded from VS 6.0). It is having a problem when it tries to resolve the path to a .NET assembly file that we are using. In .NET, the directory of this file is specified using

[Nant-users] Nant help

2003-12-31 Thread Waldinger, Jamie
Title: Nant help Hi, I am looking at Nant to automate builds of a .NET project. My question is, can I do checkouts, checkins, and labelling of code that resides in VSS, all from Nant? I don't see any tasks that indicate such is possible. Please reply to: [EMAIL PROTECTED] - I am not subscr

[Nant-users] Nant question

2003-12-31 Thread Waldinger, Jamie
Title: Nant question Hi, I am new to Nant and trying to automate the build for a mostly .NET project. However, there is one component of the project that is written in MS Visual C++ 6.0. Hence instead of a '.sln' file, it has a '.dsw' file. Can I compile this solution in the same way that I