[Nant-users] CSC Task doesn't work from slingshot generated build file with current nightly build

2004-03-19 Thread Noel Gifford
All, I have a slingshot generated build file that works using 0.84.1455.0. I installed the latest nightly build - 0.85.1538.0 (20040318) Using 0.85.1538.0, I get the following error: An empty string is not a valid value for attribute 'Doc' of

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-19 Thread Bonnett, Evan A
Title: Message Cool, thanks.  I am setting the version #'s to "" globally to start with.  Then, I call an exe using the task.  That outputs the new version # to a txt file.  Using a , I set the properties.  Here is the code.  Let me know what you think.  I am basing this off an example tha

[Nant-users] problem with ASIS attribute on source file list in CSC task

2004-03-19 Thread Hearn, Bruce
Hello,   I would really to use ASIS on the sources/includes attribute of CSC, so that I could catch files that a developer forgot to check in.   I Our build uses an adapted version of Gordon Weakliem’s great nant XSL to transform to the nant build file.  Sometimes, a developer will neg

RE: [Nant-users] Test Cases in NAnt

2004-03-19 Thread Noel Gifford
Title: Test Cases in NAnt There aren’t any “common” Nunit tests to run.   You have to create your Nunit tests manually to verify that each area of your code is working properly. Nunit is designed for Test-Driven Development or Test-First Development.   In XP, determine what task you w

Re: [Nant-users] Problem with resgen task in nightly build

2004-03-19 Thread Gert Driesen
Tom, This looks like a regression to me. Can you package up a zip file containing the minimum set of files necessary to reproduce this issue ? Thanks, Gert On Fri, 2004-03-19 at 22:52, Tom Lathrop wrote: > I'm having trouble with the resgen task in the latest nightly build. My > build file l

[Nant-users] Problem with resgen task in nightly build

2004-03-19 Thread Tom Lathrop
I'm having trouble with the resgen task in the latest nightly build. My build file looks like: [...] My project directory contains 2 .resx files. With the 0.84 build, the resgen task creates 2 files with ".

[Nant-users] Test Cases in NAnt

2004-03-19 Thread Bonnett, Evan A
Title: Test Cases in NAnt All, I have somewhat completed a build file for a portal app.  It's pretty simple but here are the steps: Update version Label VSS Get code by label Compile Package into zip for distribution Clean target area Install (unzip) My question is regarding testing.  Wh

[Nant-users] VSS checkout task question

2004-03-19 Thread Bonnett, Evan A
Title: Message Sorry all, I didn't change the subject on the last email.  Won't happen again. Evan A. Bonnett Reynolds and Reynolds, IT All, Quick question... I am getting this exception when checking out code to label in VSS.  I have come to the conclusion that when checking o

RE: [Nant-users] Properties files

2004-03-19 Thread Bonnett, Evan A
Title: RE: [Nant-users] Properties files All, Quick question... I am getting this exception when checking out code to label in VSS.  I have come to the conclusion that when checking out via the , it will not overwrite and will fail if the files already exist.  Is this accurate? So, if I

RE: [Nant-users] Properties files

2004-03-19 Thread Bill.Martin
Marvellous, that will do the job nicely thanks Jarek. Cheers, Bill -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: 19 March 2004 15:38 To: Bill Martin; [EMAIL PROTECTED] Subject:Re: [Nant-users] Properties files It is possible through task.

Re: [Nant-users] Properties files

2004-03-19 Thread Jaroslaw Kowalski
It is possible through task. You simply have all your properties in a separate buildfile: properties.build And you use it like this: main.build: Hope it helps. Jarek - Original Message - From: <[

[Nant-users] Properties files

2004-03-19 Thread Bill.Martin
Hello folks, I am new to Nant, but have done a bit in Ant compiling Java solutions. My question is, is there any equivalent to the task that existed in Ant? The task in Nant only appears to let me set one property at a time. I would like to set my build properties in a separate file and impor

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-19 Thread Bonnett, Evan A
Title: Message Cool, thanks.  I am setting the version #'s to "" globally to start with.  Then, I call an exe using the task.  That outputs the new version # to a txt file.  Using a , I set the properties.  Here is the code.  Let me know what you think.  I am basing this off an example th

RE: [Nant-users] Solutions Vs Nant?

2004-03-19 Thread Nicklas Norling
Title: Message Anthony,   Create a VS solution and include the common file as link in VS. Set up projects to include the hundreds of files you have, defining dependencies etc. Then use to point out the solution and the build config to build. The taks is made to run a solution, not to incl

Re: [Nant-users] Problem with and

2004-03-19 Thread Giuseppe Greco
You have to specify where nunit.framework.dll is: ... ... Keep also in mind that you have to use nunit.framework.dll shipped with nant. j3d. > I am having a bit of a problem compiling my NUnit test harnesses using > Nant. Bascially it appears that Nant is not passing some the refer

Re: [Nant-users] Removal from nant mailing list

2004-03-19 Thread Ian MacLean
And the webpage where you can do that is at: https://lists.sourceforge.net/lists/listinfo/nant-users Ian Gert Driesen wrote: You have to give a good reason to do so first ;-) lol No serious : enter your email address in the text box in front of the "Edit Options" button, click the "Edit Options"

Re: [Nant-users] Solution Task: Reference to Powerpoint fails.

2004-03-19 Thread Gert Driesen
Can you try this using the latest nightly build of NAnt (http://nant.sourceforge.net/nightly/builds) and report back ? Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 18, 2004 4:40 PM Subject: [Nant-users] Solution Task: Reference to Power

[Nant-users] Internal Error: Assembly System is not marked as Serializable

2004-03-19 Thread Vishal Gupta
Hello All       I am getting an INTERNAL ERROR while making a build using NAnt solution task.. I have a Solution consisting of two Web projects and 10-15 projects. My build file looks like this:                  http://localhost/A/A.vbproj" path="...\A.vbproj"/>  http://localhost/B/B.vbpro

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-19 Thread Noel Gifford
Title: RE: [Nant-users] Getting Code from VSS via NAnt Yes, you just use the syntax.  Of course, the property will now be changed globally – not just in the target.   Noel   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Bonnett, Evan A Sent:

[Nant-users] Referencing specific assembly versions in the GAC

2004-03-19 Thread Dave Bost
I have a project file that references the Crystal DLLs for v1.1 of the Framework.  On our build server, the v1.0 and the v1.1 Crystal assemblies are registered in the GAC.  When we perform a build on the build server, our project DLL is always built with a dependency on the older v1.0 Cryst

[Nant-users] Solutions Vs Nant?

2004-03-19 Thread Anthony Coelho
Hi All,   I have a simple question, I am new to NAnt and was curious to see if anyone has found an easy way of keeping Visual Studio.NET projects and NAnt build files in sync. Sure it's easy enough to include each and every file you want to be in the build in a NAnt build file, but on large

[Nant-users] Possibility of nant running parallel on a network of machines?

2004-03-19 Thread Wong, David
Title: Message Hi all,   As a nant project gets bigger and bigger, and with nant extended to build other data as well as code, the build time can be huge in terms of many many hours (e.g. > 6 hr is not uncommon). I am wondering whether there is any plan to extend nant to do parallel build?

[Nant-users] Solution Task: Reference to Powerpoint fails.

2004-03-19 Thread mm276995
Hi All, Newbie to nant, but not to ant. Am using the solution task to build an asp.net/vb.net project that happens to have a reference to Powerpoint and Office XP. The build fails with : Buildfile: file:///C:/cygwin/home/mike/projects/hotbutton/trunk/sour ce/hotbutton.webapp.build

[Nant-users] Problem with and

2004-03-19 Thread Neil Logan
I am having a bit of a problem compiling my NUnit test harnesses using Nant.  Bascially it appears that Nant is not passing some the reference to nunit.framework.dll unless I full qualify its path.   So my build file looks something like this...