Isn't that always the way. Please let us know if you can reproduce the
error. Its a little strange - I'm fairly sure that nothing in the build
is looking at that file except the section that builds it and the one
that runs it with NUnit. The Nunit part comes later so it shouldn't be
able to do
Also, Process Explorer is a very good GUI tool (sysinternals.com).
Jarek
- Original Message -
From: "Scott Ford" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 15, 2003 8:10 PM
Subject: RE: [Nant-users] Getting errors trying to compile using .Net v1.1
> Handle by
- Original Message -
From: "Ben Lowery" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 15, 2003 5:27 PM
Subject: Re: [Nant-users] Logging failures or successes
> > I actually didn't think about this immediately, but adding zip support
to
> > the MailLogger would a
Handle by Sysinternals is a good free app that will show you what process has the dll
locked (if any). I use this all the time.
(Sorry for the plug, I am in no way affiliated with www.sysinternals.com)
-Scott
-Original Message-
From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED]
Sent: W
I'm putting together a system to use NANT and VSS to build and test a web application.
All the development is done on my system using VS.NET 2003, and all testing is done on
a staging server. The staging server gets the latest pages/code from VSS (using
solution task). However, the solution file
Are you sure your DLL is not locked by some process
(like NUnit or VisualStudio)?
As for the error - ignore it. You have a
functional NAnt in "build\nant-0.8.4-debug" which you can
use.
Jarek
- Original Message -
From:
Vincent Erickson
To: NAnt Users List
([EMAIL PROTE
Nicklas,
A quick and dirty work around for your problem would be set an
environment variable or create and empty file that represents success or
failure. The second nant process could then use that variable/file to
determine whether or not to mail the log.
-Scott
-Original Message-
From:
http://nant.sourceforge.net/help/tasks/foreachtask.html
See the 3rd example in the task documentation
- Original Message -
From: "Lalit Parashar" <[EMAIL PROTECTED]>
> I want to "recursively" loop through all the folders in C:\ using foreach.
> How could I do that?
-
Yes, you can use either the "in" attribute, or the element but not
both.
I think what you want is...
This is actually a little misleading since the fileset works for both files
and folders.
- Original Message -
From: "Nicklas
Vincent,
I'd be interested to see your first error. As longs as the upgrade
didn't remove the 1.0 version of the framework - the build should still
have worked.
As for the error you've posted, I'm not sure. Is it possible that you
have another build running in another console that could have loc
I actually didn't think about this immediately, but adding zip support to
the MailLogger would add a dependency for #ziplib to NAnt.Core, and I'm not
sure if we want that ...
As a different option, could Nick write a custom logger or listener and
have that type take care of writing a compressed fi
I wish to trap when a build fails and execute a command line program. How
can I do this?
---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US
I just upgraded my machine from Visual Studio .Net 2002 to
VS.Net 2003. When my nightly nant script ran, it
failed and implied that it needed to be recompiled using the newer framework. I
downloaded the latest nightly build and ran the following command line: nant /k:net-1.1
It gets mos
I actually didn't think about this immediately, but adding zip support to
the MailLogger would add a dependency for #ziplib to NAnt.Core, and I'm not
sure if we want that ...
Ian and Scott, what do you think ?
Gert
- Original Message -
From: "Nicklas Norling" <[EMAIL PROTECTED]>
To: "'Ge
Hi Gert.
Thanks for the input! Time to get my hands dirty then :)
Can't promise anything, but I'll certainly look into
doing such patches (if I can).
/Nicke
-Original Message-
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: den 15 oktober 2003 16:56
To: Nicklas Norling; [EMAIL PROTECT
- Original Message -
From: "Nicklas Norling" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 15, 2003 4:43 PM
Subject: [Nant-users] Logging failures or successes
> Hi all.
>
> I'm building a number of projects and would like to send
> out feedback from the build using
Hi all.
I'm building a number of projects and would like to send
out feedback from the build using email.
Unfortunately the logs get big and I must zip the logs
before sending them in email. I've understood that leaves
me with the task. (NAnt.Core.MailLogger has no compression).
When the build i
if you want NAnt to pass the parameter to the
program as is, use :
if you want NAnt to convert the filename into a
full path by considering the filename to be specified relative to the project
base directory, use :
Hope this helps,
Gert
hi,
try to
pass the commandline arguments in a nested element. look at the task
reference in the nant manual.
greetz
alex
-Ursprüngliche Nachricht-Von: Steve Taylor
[mailto:[EMAIL PROTECTED]Gesendet: Mittwoch, 15. Oktober
2003 10:39An: [EMAIL PROTECTED]Betreff:
[Na
Hello folks
Normally at the command prompt I would pass a file to be
used by the .exe like so:
filename.exe followed by filename.txt
But how can this be implemented in
the .build file. I.e.
But this does not work
Any help would be appreciated
20 matches
Mail list logo