There may be an extra layer here if a build server is running the build with
a special "Compiler" account, then that account will need permission tweaks.
99% of this is getting the Exchange server configured correctly.
If the user account (under which nant is running) already has a mailbox on
One of the more recent editions of ccnet allows prompting the user for
parameters when a build is forced.
http://confluence.public.thoughtworks.org/display/CCNET/CCNet+1.5+CTP+Releas
e+Notes
see the "Dynamic Parameters" section.
From: Ron Grabowski [mailto:rongrabow...@yahoo.com]
Sent
Think of ccnet as the trigger that fires your nant scripts.
Ccnet will continuously watch "something". That something could be the
current time, one or more source control repositories, the filesystem, or
you can write your own code to monitor whatever you want.
When "something" changes (a
You may want to evaluate WiX for this.
http://wix.sourceforge.net/ http://wix.sourceforge.net/
xml based files that are used by various parses/processors/compilers to spit
out MSI/MSP's as the end product.
Includes a visual studio extension (Votive) that gives you some new project
types to su
</code>
Anyway...thanks for the help, problem solved.
-Original Message-
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Monday, August 17, 2009 11:54 AM
To: Phil Sayers; nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] howto: read file last modifi
Hi
I don't see an out-of-the-box nant file function to read the last modified
date/time of a file into a property. The opposite of the 'touch' task.
I checked nantcontrib and I didn't see anything there (unless I missed it)
Is anyone away of an existing library or code snippet I can copy/paste t
Copying list (replied directly by mistake).
Has a closing "double quote" immediately after ${sqlCmd.exe}, which will
terminate the "message" string.
You have another one just in front of ${sqlCmd.scripts.dir} too.
-Original Message-
From: suedeuno [mailto:suede...@yahoo.com]
Sent: We
The nant.settings.currentframework helps nant work out which version of
MSBuild to use.
You need to tell nant to use the 3.5 edition of MSBuild so it will
successfully recognize your .sln file.
When the .Net 3.5 version of MSBuild reads the .sln file it will see the
.Net 2.0 settings in the
This solved it for me.
http://devscape.blogspot.com/2008/03/nant-and-net-framework-35.html
From: Zachary B. Wheeler [mailto:zwhee...@sddmtech.com]
Sent: Friday, February 13, 2009 2:28 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] nant , vs 2008 on 2.0 framework
I am usi
An as always I manage to reply directly instead of to the list.bah
From: Phil Sayers [mailto:p...@cds-am.net]
Sent: Thursday, January 15, 2009 8:37 AM
To: 'Nayan Gowda'
Subject: RE: [NAnt-users] Subversion Copy command throws an error
A quick initial thought..
Do you have
Accidentally replied earlier offlist.
posting here for archives...et
Have you looked at a free product called "Robocopy"?
that may get you moving in the right direction.
-Original Message-
From: Lionel Morrison [mailto:lmorri...@lifeware.com]
Sent: Thursday, December 11, 2008 11:58 A
both machines have the same virus scanner?
both have the virus scanner set to ignore the temp folders used during the
builds?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Collins, Kevin
(GE Healthcare)
Sent: Tuesday, July 22, 2008 11:53 AM
To: nant
I'd agree with bob here.
If the developer doesn't commit their work and it doesn't show up in the
build it's their own fault.
Plus consider that the developer hasn't finished making changse to the
checked out file. forcing them to perform a checkin may cause a failed
build, and break anyone else
looks like vb6.exe is not installed,
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ashish Mittal
Sent: Monday, June 04, 2007 8:27 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] nant error
Hello friends,
w
i'm pretty sure there is a nAntContrib task for this
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Rosy Malhotra
Sent: Monday, May 07, 2007 6:10 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] How to compile vdproj or how create setu
it would appear that the error message tells you exactly what the problem is
here
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Rosy Malhotra
Sent: Monday, April 30, 2007 8:01 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED];
nant-users@lists.source
if nant is running on a build server, or at least a different computer than
your vs 2005. make sure you have installed the ajax toolkit on your build
server.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Iordache
Aurelian
Sent: Thursday, April 12, 200
(blush)
operator error.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Brass
Tilde
Sent: Tuesday, April 10, 2007 10:11 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] passing string delimiters
Phil Sayers <[EMAIL PROTECTED]>
dangit
whadda ya knowi coulda sworn i removed them single quotesoh well.
thanks anywany
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gert
Driesen
Sent: Tuesday, April 10, 2007 9:25 AM
To: Brass Tilde; Phil Sayers; nant-users
AM
To: Phil Sayers; nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] passing string delimiters
Phil Sayers <[EMAIL PROTECTED]> wrote:
>> ok,
>> I'm using the msbuild task from nantContrib, but i'm sure the same
>> principles apply to nant, it's j
ok,
I'm using the msbuild task from nantContrib, but i'm sure the same
principles apply to nant, it's just a syntax issue.
so my msbuild task looks like this
< msbuild project="'${core.source}\Solution 1.sln'" >
< arg line="OutputDir=${core.output}\" />
< arg line="Configuration=Debug" />
we use nant to build our application. it is 4 separate vs.net (2003)
solutions. we just fire them one after the other in a nant script.
after playing with our configuration i've noticed the following.
a decent amount of time is spent copying assemblies between "bin" folders
"up" the reference tr
maybe poke around and look at the sysinternals command line tools.
im sure one of them is a "remote execute", you'd just need an wrapper
around it
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Bob Archer
Sent: Tuesday, February 27, 2007 12:28 PM
To
FW: Licensing Issues with third party Win controlsi had a similar issue when
using FinalBuilder
it seems the lc.exe does not put the license file in the correct
folder...you'll have to poke around to see where it actually drops it...then
copy to the "bin" folder i think
-Original Message
i'd bet there's something in Nantcontrib that'll do the service
start/restart.
i'm about to start using nantContrib to mainpulate our webserver to deploy
builds to our IIS box as a remoting server.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Vee
Harwell
25 matches
Mail list logo