Hi Merrill,
Just letting you know I got this (ISP was down for a couple of days,
fixed now). I will take a look tomorrow and see what I can figure out.
One thing I am curious is if you run NAnt in debug mode (nant -d) what
is the path/ commandline for the cvs binary? Is it the same path as you
a
The three status colors in the GUI that are being used to indicate five
different statuses is problem enough. Now we've got nunit-console.exe's three
return codes (0, 1, and 2) to reflect those five test execution statuses plus a
few of its own (bad command line arguments, internal errors, etc.
Did you mean to send this to the nunit-dev list ?
Merrill Cornish wrote:
Someone sent me mail with a proposal for the use of read, yellow, and
green status indications--but I mananged to delete it before saving
the return address. [Sorry about that.]
The overall problem we have is that we have
Someone sent me mail with a proposal for the use of read, yellow, and green
status indications--but I mananged to delete it before saving the return
address. [Sorry about that.]
The overall problem we have is that we have three colors but at least five
states to distinguish.
* Red means that
I need the vss
project work folder inside my nant script?
Can somebody help me with it?
Thanks.
Hi People,
- Is anyone working on a PVCS task similar to the optional Java Ant one?
- Since NAnt is GPL, does that mean that custom tasks also have to be
GPLed because they link to the NAnt DLLs?
Thanks in advance.
-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/
Hi, Ian!
Em Sex, 2004-07-16 Ãs 06:18, Ian MacLean escreveu:
> I just took a look at boo [1], a new language targetting the clr, for
> the first time. I was pleasantly surprised to see that it uses nant for
> its build and ships with a compiler task for nant.
nant rulez!
Have you seen the boo
Anyone know of a web
stress testing tool that works well with nAnt?
Dan Pupek
Software
Engineer
Advanced Systems
Technology, Inc
[EMAIL PROTECTED]
(850)
475-4038
BEGIN:VCARD
VERSION:2.1
N:Pupek;Daniel
FN:Daniel Pupek
NICKNAME:Dan
ORG:Advanced Systems Technology, Inc.;TDD
TITLE:Software
Scott,
You are the master. Thank you it works perfectly. I should have
checked the source myself.
Later,
s
Scott Hernandez wrote:
Yeah, I didn't look either... I just assumed there was a list...
http://sourceforge.net/mail/?group_id=112475, but there isn't :(
But there is always source...
http:
Yeah, I didn't look either... I just assumed there was a list...
http://sourceforge.net/mail/?group_id=112475, but there isn't :(
But there is always source...
http://cvs.sourceforge.net/viewcvs.py/nantrunner/nantrunner/release/1.0/NAntRunnerAddIn/NAntRunner.cs?rev=1.1&view=markup
I would guess t
Donal,
I think I understood that but do you understand why I am getting the
error I mention in my original message that started this discussion:
=
I apologize in advance if this question has already been answered but I
searched in every archive possible and only found the question but no
Thank you Merrill.
I thought I was going crazy but all I found were the exact same screen
shots and not much else. Maybe someone else out there has some other
information.
Sean
Merrill Cornish wrote:
ask the NantRunner list... http://nantrunner.sf.net
Hi,
NAntRunner is not dependent on the underlying NAnt
builds as it has no binary dependency to NAnt. It is a separate tool which
delegates NAnt builds to NAnt.exe.
Hope that helps,
Donal
>>> ask the NantRunner list... http://nantrunner.sf.net
Scott,
Actually, that link isn't much of a "list". So far as I've been able to find, it is
one page full of screen shots, a little text, and a SourceForge download link. Follow
that link, and you get a SourceForge page with JUST the down
Jean-Michel,
This should be very easy to implement. You might wanna take a stab at this
...
Gert
- Original Message -
From: "Jean-Michel Theriault" <[EMAIL PROTECTED]>
To: "Merrill Cornish" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, July 16, 2004 7:44 PM
Subject: RE: [Nant-u
Please, ask the NantRunner list... http://nantrunner.sf.net
(The nant archive links can be found on http://nant.sf.net/wiki)
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free co
I apologize in advance if this question has already been answered but I
searched in every archive possible and only found the question but no
answer.
I am using VS.NET 2003. Nant is set up fine and works from the command
line. I am tryng to get Nant Runner working but anytime I hit a task I
Could someone tell me why this line of code would build in VS but when
I run the solution task in nant it fails:
For Each key As String In UserList.Keys
To be exact here is the error:
[copy] Copying 26 files to
C:\WINDOWS\TEMP\tmp255B.tmp\bin\.
Right on floks!! I got the email.
Now I'm wondering if there is a way to save the whole content of the email, which is
in fact my build.log file, with the name build.log, and receive it as an attachment. I
read the loggers and listeners page but there is nothing there that permits to send a
fil
Jean-Michel,
-logger:NAnt.Core.MailLogger goes on the NAnt command line, not in the build
script.
Merrill
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA Web
- Original Message -
From: "Jo Vermeulen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 16, 2004 5:41 PM
Subject: [Nant-users] Checking for available assemblies
> Hello,
>
> I was wondering if there is a way to check for available assemblies in
> a nant build file.
At t
I added this to the top of my Nant.build file. But I'm not getting the email at the
end of the build. Does anyone know y
-logger:NAnt.Core.MailLogger
Jean Michel Thériault
Configuration and Installation Application Developer (COOP)
Cactus Commerce
http://www.
Here is a small target which should illustrate the problem I've been having with the
cvs-checkout task. Both the cvs-checkout task and the exec task should do the same
thing using the same cvs.exe since I have sourcecontrol.usesharpcvslib = false. Use
the comment to turn one on and the other of
Hello,
I was wondering if there is a way to check for available assemblies in
a nant build file.
Our application support GTK#, wx.NET and System.Windows.Forms. Hence,
I would like to build only the supported backends. I already looked at
the tag.
Thanks in advance,
--
Jo Vermeulen
Student Comp
Bryan,
This is one way of resetting the readonly property on all files.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bryan D.
Andrews
Sent: Thursday, July 15, 2004 6:29 PM
To: [EMAIL PROTECTED]
Subject:[
Hi,
I'm a new NAnt user. I like it very much ;-))
It works great with .NET but I wonder if there is a way
to use it with VC++ or eMBedded Visual C++ ?
I know WIKi pages about using NAnt to build C++
projects but it is not enough for me.
I would like to do something like this:
1) After development
Thanks a lot for the info guys...i'm trying it out as we speak!!
I'll let you know the results!!!
Cheers,
Jean Michel Thériault
Configuration and Installation Application Developer (COOP)
Cactus Commerce
http://www.cactuscommerce.com
[EMAIL PROTECTED]
-Original Me
Jean-Michel,
You don't CALL MailLogger so much as you ARM it.
You have to add -logger:NAnt.Core.MailLogger to your NAnt command line. That command
line argument tells MailLogger to do its thing, and collect output as it is created.
At the end of the script, pass or fail, the MailLogger is aut
Jean-Michel,
See http://nant.sourceforge.net/nightly/help/fundamentals/listeners.html.
Gert
- Original Message -
From: "Jean-Michel Theriault" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 16, 2004 4:34 PM
Subject: [Nant-users] mailLogger simple question
I'm presently
I’m presently using the mail task to send my email at
the end of my build. But since the mail task won’t send my build.log file
at the end since it’s still writing to it, I heard that maybe the
mailLogger might do this for me. I know I have to put this
: "Nant-Users (E-mail)" <[EMAIL PROTECTED]>
Sent: Friday, July 16, 2004 2:33 PM
Subject: [Nant-users] Nightly builds
Hello,
I was just wondering if there's a change log of some sorts to indicate what
changed in a new nightly build. For example, what changed between
0.85-200407
Hello,
I was just wondering if there's a change log of some sorts to indicate what changed in
a new nightly build. For example, what changed between 0.85-20040711 and
0.85-20040716?
Thanks,
Felice
---
This SF.Net email is sponsor
I just took a look at boo [1], a new language targetting the clr, for
the first time. I was pleasantly surprised to see that it uses nant for
its build and ships with a compiler task for nant. and the task
is written in boo - even cooler. Does anyone know of other nant task
libraries not imple
Hi Brian,
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian Yeo
Sent: Thursday, July 15, 2004 10:56
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [Nant-users] Nunit showing error in NAnt build but not in Nunit-GUI
Hi everyone,
I was able to run
Hi
guys,
I am
executing ss.exe to collect the history with the last 20 check-ins to
a Visual Source Safe and their comments. I redirect the output
to a file, then mail that file as an attachment at the end of the build
script. Now the fun part -- I mail the build output as well. The
o
35 matches
Mail list logo