y, June 16, 2011 11:03 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] question
I am, but the "lab machine" I'm running the scripts, even though it's on the
company network, is NOT on the company domain, so the logged-in user is just a
local user, not a
11 11:03 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] question
I am, but the "lab machine" I'm running the scripts, even though it's on the
company network, is NOT on the company domain, so the logged-in user is just a
local user, not a domain use
ursday, June 16, 2011 11:03 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] question
I am, but the "lab machine" I'm running the scripts, even though it's on the
company network, is NOT on the company domain, so the logged-in user is just a
local user,
om]
Sent: Thursday, June 16, 2011 10:25 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] question
I want to test the target, but I need to provide a username/pw to our
mail server and the target does not have provisions for this, at least
not described here
http://nant.s
I want to test the target, but I need to provide a username/pw to our
mail server and the target does not have provisions for this, at least
not described here
http://nant.sourceforge.net/release/0.85-rc2/help/tasks/mail.html. How do I
send emails then?
-chris
***This e-mail message is in
On Mon, 5/24/10, Simon H wrote:
From: Simon H
Subject: Re: [NAnt-users] Question about task and the failonerror
attribute
To: gert.drie...@telenet.be, nant-users@lists.sourceforge.net
Received: Monday, May 24, 2010, 7:07 AM
Perhaps there's one more mystery that you can assist m
lenet.be; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Question about task and the failonerror
attribute
Perhaps there's one more mystery that you can assist me with. For the
compilation of Reports I have the following task:
All reports compile corre
s." I have no idea what
this is referring to and it does not appear to indicate any compilation error.
Any ideas? Thanks in advance!
From: gert.drie...@telenet.be
To: yo...@live.com; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Question about task and the failonerror
attribut
Ahhh, yep that works great. Thanks Gert!
From: gert.drie...@telenet.be
To: yo...@live.com; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Question about task and the failonerror
attribute
Date: Mon, 24 May 2010 08:45:15 +0200
Hey Simon,
You should set “failonerror
Hey Simon,
You should set "failonerror" on the task instead.
Hope this helps,
Gert
From: Simon H [mailto:yo...@live.com]
Sent: maandag 24 mei 2010 8:35
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Question about task and the failonerror
attribute
Hi
Hi guys,
I have made a build file for the automated compilation of Oracle Forms files.
An excerpt of the code is as follows:
...
...
The build file navigates to the directory containing the forms that the user
desires fo compile and attempts to
Has anyonepassed project parameters before if so what is the syntax. The
link to this broken on the Script Task Reference page.
I thought that in the ScriptMain(project as Project) that I could use any of
the available properties in the build file. For instance
Then in
Public Sh
@lists.sourceforge.net
Subject: [NAnt-users] Question about Variables
I have seen some ccnet.config scripts use variables as shown below ( !!{
variablename }!! ) but I am not certain how that is done. I thought it
might be a filterchain with a replace token but I am not certain and if
this
were the case, where
I have seen some ccnet.config scripts use variables as shown below ( !!{
variablename }!! ) but I am not certain how that is done. I thought it
might be a filterchain with a replace token but I am not certain and if this
were the case, where would this filterchain block be placed since this was
i
Set the nant.onfailure property in the beginning of your run target:
BOb
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JulianH
Sent: Wednesday, March 19, 2008 8:55 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users
ant Script
Chris
_
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JulianH
Sent: 19 March 2008 12:55
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Question: Run certain target after another target fails
Hello,
Hello,
We use NAnt in our project and I try to call a certain target if another
target fails.
So, lets say, we have the following simplified - build script:
Nant Script
I want to run a certain target g, when the target named
I think you would only need to do:
BOb
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Arnette,
Bill
Sent: Friday, August 25, 2006 3:27 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] question
I was expecting this statement to
I was expecting this statement to include all files in ${build.stageDir}
as well as all files in all directories beneath ${build.stageDir}.
Instead, I have to do this:
Is that expected behavior?
This is with 0.85 rc4
Vagmi Mudumbai wrote:
> Hi Yuncong,
>
> Actually it is supported by Nant.
>
I'll take your word for it, but I wouldn't call it "supported by NAnt,"
I'd call it escaping out of NAnt.
I'd consider it supported when such an array could be used in the
task, when
${property[index]} gets interpreted
My late thanks are to Ramya and Vagmi. Now I have three solutions to try and compare to the problem I faced.
Yuncong Shu
On 7/13/06, Vagmi Mudumbai <[EMAIL PROTECTED]> wrote:
Hi Yuncong,Actually it is supported by Nant.Suppose you have a task called and you would like to write the task in the
Hi Yuncong,Actually it is supported by Nant.Suppose you have a task called and you would like to write the task in the following way.
Value1Value2This document contains custom XML and the Task has to informed that this task has CustomXMLProcessing. You will have to override the CustomXmlProcessing
Hi Shu,
You could try the task to accomplish what custom tasks do. You can find a lot of information on
Thank you, Gary. Now at least I know this is not supported by NAnt.
Besides creating custom task, is there any easy way I can reuse some code in NAnt? I always found the provided tasks can satisfy our requirements.
Shu
On 7/12/06, Gary Feldman <[EMAIL PROTECTED]> wrote:
Cong wrote:> Hi All,>
Cong wrote:
> Hi All,
>
> I need to pass an array of strings from the XML-base NAnt build file
> to my custom NAnt task. Can someone tell me which attribute I can use
> in the C# class for the custom task? And it will be very helpful if
> you could give me a simple XML example. Hope my questio
Hi All,
I need to pass an array of strings from the XML-base NAnt build file to my custom NAnt task. Can someone tell me which attribute I can use in the C# class for the custom task? And it will be very helpful if you could give me a simple XML example. Hope my question is clear.
BTW, as a be
esday, July 04, 2006
5:24 AMTo: Steve KoppCc:
nant-users@lists.sourceforge.netSubject: Re: [NAnt-users] Question on
Bill-of-Materials
what do you mean by "Bill of Materials"?
On 7/3/06, Steve Kopp
<[EMAIL PROTECTED]
> wrote:
Hi,
I'm new to the nAnt user group an
what do you mean by "Bill of Materials"?On 7/3/06, Steve Kopp <[EMAIL PROTECTED]
> wrote:
Hi,
I'm new to the nAnt user group and would like to know if anyone is creating a Bill of Materials fir a build. Our source repository is StarTeam and am actually looking for member revision/versio
Title: Question on Bill-of-Materials
Hi,
I'm new to the nAnt user group and would like to know if anyone is creating a Bill of Materials fir a build. Our source repository is StarTeam and am actually looking for member revision/version information to be included in a listing of some sort.
Hi Kevin,
> I would like to know the target passed as a command-line argument to the nAnt
> command and use it to as a variable before any of the tasks in my build file
> are called.
Well, there's target::get-current-target() but you've probably
already seen this.
I ended up writing a custom fun
Hi all,
I have a question about getting the arguments passed to the
nAnt command. I would like to know the target passed as a command-line argument
to the nAnt command and use it to as a variable before any of the tasks in my
build file are called. I searched the website as well as the
Hi Eduardo,This does not impact your code in any way. You could still maintain MSI.dll as a reference in the Visual Studio .NET project. If you look at the compiled binaries from Visual Studio .NET, you would most probably find a DLL by the name
Interop.MSILib.dll. This was the interop generated b
Hi
Is that the only solution? Because I'd rather do not change my code
exclusively for using nant. It will be a pain
Thanks!
Eduardo
On 1/24/06, Vagmi Mudumbai <[EMAIL PROTECTED]> wrote:
> Hi Eduardo,
>
> You would have to create a interop to MSI.dll using tlbimp.exe and reference
> the int
Hi Eduardo,You would have to create a interop to MSI.dll using tlbimp.exe and reference the interop instead of refering msi.dll directly.Regards,VagmiOn 1/24/06,
Eduardo Ferrari <[EMAIL PROTECTED]> wrote:
Hi allI have a cs project that contains a reference to the MSI.DLL. If I openthe project manu
Hi all
I have a cs project that contains a reference to the MSI.DLL. If I open
the project manually into the VS.NET it compiles fine, but when it runs
against nant it fails. The error is regarding missing namespaces that
are into the MSI.DLL.
Here is my nant command:
http://nant.sf.net/release/
Dear list,
I'd like to know if there's any difference between specifying the exact
.dll file that some project uses and specifying just the folder where the
.dlls are located...
My projects are using some .dlls from the same folder where all reference
dlls are located. So, if there's no signif
cheidt" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, June 07, 2005 5:01 PM
Subject: [Nant-users] Question on task
Hi,
the task does not support vdproj-files (setup-projects) in the
current version. I talked with some guys, which use an older release of
NAnt
(forgot to ask them
- Original Message -
From: "Klaus Lüdenscheidt" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, June 07, 2005 5:01 PM
Subject: [Nant-users] Question on task
> Hi,
>
> the task does not support vdproj-files (setup-projects) in the
> current version. I talked with s
Hi,
the task does not support vdproj-files (setup-projects) in the
current version. I talked with some guys, which use an older release of NAnt
(forgot to ask them which). They told me that they can build vdproj-files
with the task. Is this feature just disabled for some reasons or
will the tas
december 2004 21:55
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] Question about task and pre
> and post build events
>
> Hi all,
> Question reguarding using pre and post build events defined on VS
> projects with the task. Here is the scenerio. I
> have a remoting
&
Hi all,
Question reguarding using pre and post build events defined on VS
projects with the task. Here is the scenerio. I have a remoting
service that needs to be stopped and uninstalled using installutil on
pre-build event and then installed and started on the post-build event. I
have t
t; [mailto:[EMAIL PROTECTED] On Behalf Of
> murty dronamraju
> Sent: dinsdag 9 november 2004 15:27
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] Question regarding the nunit2 task
>
> Hi Guys:
> I had a question about the nunit2 task.I want my build script to
> continue run
Hi Guys:
I had a question about the nunit2 task.I want my build script to
continue running through all the unit tests even though a particular
unit test fails.
Here is what i have in my build script
vrijdag 5 november 2004 22:31To:
[EMAIL PROTECTED]Subject: [Nant-users] Question about
Nant.OnFailure property
I’ve got a question about the
Nant.OnFailure property. In my build file, I define the OnFailure property for
the main project. The main project executes a set of build files us
I’ve got a question about the Nant.OnFailure property.
In my build file, I define the OnFailure property for the main project.
The main project executes a set of build files using the
task. If one of the subtasks fails, will the OnFailure task in the main
project be called?
Stephe
IL PROTECTED]>
Sent: Tuesday, August 10, 2004 4:53 PM
Subject: RE: [Nant-users] Question on MSI Task
Hello,
I've run into a problem trying to compile the cvs version of NAnt. This
compiles fine at home, where I do not have VS6 installed (or VS7 :-) I
have
the .Net SDK installed there).
AIL PROTECTED]>
Sent: Tuesday, August 10, 2004 10:25 PM
Subject: [Nant-users] question regarding target executions
Hello all,
I have this build file:
When I run this I get:
NAnt 0.85 (Build 0.85.1682.0; net-1.0.win32; nightly; 8/9/2004)
Copyright (C) 2001-2004 Gerry Shaw
http:/
Hello all,
I have this build file:
When I run this I get:
NAnt 0.85 (Build 0.85.1682.0; net-1.0.win32; nightly; 8/9/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sou
Hello,
I've run into a problem trying to compile the cvs version of NAnt. This
compiles fine at home, where I do not have VS6 installed (or VS7 :-) I have
the .Net SDK installed there).
I have VS6 & VS7 installed here at work and I get the following error when
performing a 'bin\nant package'
Hi Steven,
The wiki is probably the best place to look for info on the task. There is
a FAQ for the task located here:
http://nant.sourceforge.net/wiki/index.php/MSITask. If you don't see
something that you're curious about, feel free to add the question to the
FAQ and/or ask it here.
As for ad
Hi,
Could anyone advise me the best way to get up to speed with the MSI
task. I was looking at an example of how to remove an existing dialog
but there seemed to be a large amount of information needed to
perform such a task which I could not find in the MSI task documentation.
For example the c
lto:[EMAIL PROTECTED]
Sent: Saturday, July 24, 2004 2:15 PM
To: Gifford, Noel; 'Gert Driesen'; 'Noel Gifford';
[EMAIL PROTECTED]
Subject: RE: [Nant-users] Question with MSI task
Sorry Noel, the only way to do so, right now, is to manually specify the
directories via the elemen
, etc...
Jim
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gifford, Noel
Sent: Friday, July 23, 2004 6:32 PM
To: James Geurts; Gert Driesen; Noel Gifford;
[EMAIL PROTECTED]
Subject: [Nant-users] Question with MSI task
James,
Is there a way to use th
James,
Is there a way to use the msi element to maintain the
directory structure of files being added? I have a website with many
subdirectories, but it is flattened when the task packages it.
Thanks,
Noel
I have the nant.onfailure property set up as follows, but on
nant failure the target task is not run. What am I doing wrong?
Various targets ...
THX
Curt Zarger
ASM Research, Inc.
703-752-5185
[EMAIL PROTECTED]
> - Original Message -
> From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>
> To: "Zigomanis, Nick" <[EMAIL PROTECTED]>; "Gert Driesen"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Monday, March 22, 2004 8:16 AM
> Subjec
CTED]>
Sent: Monday, March 22, 2004 1:56 AM
Subject: RE: [Nant-users] Question about style task in latest nightly build
> Hi Gert,
>
> Thanks for that.
>
> It seems that it is relative to the included build file (the one that has
the target which runs the style task), and not the
-
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Thursday, 18 March 2004 6:36 PM
To: Zigomanis, Nick; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Question about style task in latest nightly
build
Hi Nick,
The basedir attribute in indeed no longer supported, you should specify the
path to the the
Why was this removed? I would presume that to be a big breaking change.
Original Message Follows
From: "Gert Driesen" <[EMAIL PROTECTED]>
To: "Zigomanis, Nick" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>
Subject: Re: [Nant-users] Question about style t
: "Zigomanis, Nick" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 18, 2004 7:38 AM
Subject: [Nant-users] Question about style task in latest nightly build
Hi all,
In 0.84, the style task had a basedir attribute which specified where to
find a XML file. It seems
Hi all,
In 0.84, the style task had a basedir attribute which specified where to find a XML
file. It seems that in 0.85, support for basedir no longer exists.
All my style tasks (a few) no longer work. It seems that the source xml file is being
searched for in the directory where my build file
age-
From: Nicklas Norling
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 18, 2004
1:19 AM
To: 'Lori Kettwig';
'[EMAIL PROTECTED]'
Cc: Jason Heinz
Subject: RE: [Nant-users] question
about solution tag
I put that error message
in there. It used to just give an inter
, 2004 4:02 PMTo:
'[EMAIL PROTECTED]'Cc: Jason
HeinzSubject: [Nant-users] question about solution
tag
I am having some difficulty using
the solution tag. I have the following
tab to get a file reference. Then it should work as you
want.
Hope
that helps.
/Nicke
-Original Message-From: Lori Kettwig
[mailto:[EMAIL PROTECTED] Sent: den 17 februari 2004
22:02To: '[EMAIL PROTECTED]'Cc: Jason
HeinzSubject: [Nant-users] question about solut
I am having some difficulty using the solution tag. I
have the following build file:
Hi,
I have a problem
with zipping our source code.
Sometimes it works,
sometimes it doesn't.
When it failes it
suddenly claims that the zip files is already in use and then the file is
removed.
we are usign 0.84
release.
I got the feeling it
could be related to the timing issue that wa
date when I get back from holidays.
Cheers,
Clayton
> -Original Message-
> From: Shiv Natarajan [mailto:[EMAIL PROTECTED]
> Sent: December 30, 2003 5:34 AM
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] Question on cvs-checkout task
>
>
> I tried using the
I tried using the task. I want to
issue 'cvs checkout -AP' command. This is how I issue
the command
When I run this, I get the following error
System.NotSupportedException:
Unsupported argument.
name=[-A]
value=[]
at
NAnt.SourceCont
-
> From: Gert Driesen [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 14, 2003 2:13 AM
> To: David Reed; [EMAIL PROTECTED]
> Subject: Re: [Nant-users] Question: Build compiling web project that
is
> referenced as virtu al directory.
>
> Just a small hint : the task no
m: "David Reed" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 14, 2003 5:43 AM
Subject: RE: [Nant-users] Question: Build compiling web project that is
referenced as virtu al directory.
Eric,
Best practices? Dunno. How about working practices instead? :)
guration
to be involved in your continuous integration build process. That's
only way to keep your hair and blood pressure both down.
-Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of COTTER Eric F
Sent: Thursday, November 13, 2003
Title: Message
I'm looking for best
practices here.
I have a web
application that currently is checked out from source control "VSS" and is
integrated into IIS 6.0.
I have been poking
around at the builds files for NantCruiseControl and Draco. And
it appears that the majority are
05 PM
To: Mike Roberts; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: [Nant-users] RE : [Nant-users] Question about
reference resolution behaviour
I have exactly the same problem as you, and it seems not to have been
corrected since then.
I took care of setting the "Copy Local" pro
s in the else part, when the assembly is not in the GAC)
regards,
vincent
Message d'origine
De: Mike Roberts [mailto:[EMAIL PROTECTED]
Date: jeu. 26/06/2003 23:11
À: [EMAIL PROTECTED]
Cc:
Objet: [Nant-users] Question about reference resolution behaviour
Hi,
I'm just starting to use the task and I'm a bit confused by
its behaviour. If a project references a dll in a folder,
seems to copy *all* the dlls from that folder to the build/output
directory, not just the one that was referenced. In my environment, this
leads to my output dirs having
Andy Jian Li wrote:
I am new to NANT. I have some questions while using NANT.
1. I have a Windows application. >From the visual studio, I can have
it compiled successfully. The executable is fine for me to run. But
when I compile it using the NANT build file with NANT, the executable
file
I am new to NANT. I have some questions while
using NANT.
1. I have a Windows application. >From the
visual studio, I can have it compiled successfully. The executable is fine
for me to run. But when I compile it using the NANT build file with NANT,
the executable file compiled from NA
77 matches
Mail list logo