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
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
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
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
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
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 ".
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
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
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
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.
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: <[
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
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
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
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
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"
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
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
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:
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
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
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?
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
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...
24 matches
Mail list logo