Re: [NAnt-users] Nant task for Microsoft VSTS Unit testing?

2008-06-11 Thread Tony Selke
> > > > BOb > > > > > > > > *From:* [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] *On Behalf Of *?? > *Sent:* Wednesday, June 11, 2008 1:31 PM > *To:* nant-users@

Re: [NAnt-users] Nant task for Microsoft VSTS Unit testing?

2008-06-11 Thread Bob Archer
: nant-users@lists.sourceforge.net Subject: [NAnt-users] Nant task for Microsoft VSTS Unit testing? Hi I am using Microsoft Visual Studio Team System (VSTS) for unit testing my C# code. I have using Nant for my build, just wondering if there is any Nant task or a Nant plugin that helps me to

[NAnt-users] Nant task for Microsoft VSTS Unit testing?

2008-06-11 Thread சண்முக ராசா
Hi I am using Microsoft Visual Studio Team System (VSTS) for unit testing my C# code. I have using Nant for my build, just wondering if there is any Nant task or a Nant plugin that helps me to invoke my VSTS test class? Any suggestions? Thanks

[NAnt-users] Nant task invoking PVCS

2008-02-28 Thread Shanmmuga Raja
Hi I have installed NantContrib and Nant, trying to write a script that will get the latest from PVCS, create a DLL (I have written the script for it), create a Virtual directory (script written) and deploy it. I require your help/ sample code in getting ther latest version information and create

Re: [NAnt-users] NANT task to rename a directory?

2007-10-01 Thread Alan Guedeney
Nope. Tried it. Had to create a custom task. Subject: RE: [NAnt-users] NANT task to rename a directory?Date: Mon, 1 Oct 2007 09:55:10 -0400From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net You should be able to use the move task to do this. BOb From

Re: [NAnt-users] NANT task to rename a directory?

2007-10-01 Thread Bob Archer
You should be able to use the move task to do this. BOb From: [EMAIL PROTECTED] on behalf of Alan Guedeney Sent: Fri 9/28/2007 2:35 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] NANT task to rename a directory? Anyone have a simple and ez

Re: [NAnt-users] NANT task to rename a directory?

2007-09-28 Thread wangmeng
信中写到: [NAnt-users] NANT task to rename a directory? === Anyone have a simple and ez way to do this? = = = = = = = = = = = = = = = = = = = =        致礼!  wangmeng    [EMAIL PROTECTED]  2007-09-29

[NAnt-users] NANT task to rename a directory?

2007-09-28 Thread Alan Guedeney
Anyone have a simple and ez way to do this? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___

Re: [Nant-users] Nant task Rebuild Solution.

2005-08-10 Thread Matt Trentini
___ > Timmothy C. Posey > Software Engineer > CTS, Inc. > http://www.AskCTS.com > > > > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Xuhui Duan > Sent: Tuesday,

RE: [Nant-users] Nant task Rebuild Solution.

2005-08-09 Thread Tim Posey
PROTECTED] On Behalf Of Xuhui Duan Sent: Tuesday, August 09, 2005 4:53 PM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Nant task Rebuild Solution.   Hi,   Is there any way to set the task to rebuild the whole solution regardless the files timestamps. Because we need this function

[Nant-users] Nant task Rebuild Solution.

2005-08-09 Thread Xuhui Duan
Hi,   Is there any way to set the task to rebuild the whole solution regardless the files timestamps. Because we need this function. Thanks.   ___ HumanArc is the new name of Unicare Corporation as of November 15, 2004. We have changed our n

[Nant-users] Nant task

2005-07-19 Thread Blagassie
Hi,   I’m working on getting Nant to be able to build a simple C# application then run NUnit tests using the task.  I’ve got Nant successfully building the C# application.  When the task is processed, the assembly is recognized and an xml output file is created.  However, the resu

RE: [Nant-users] NAnt task on web project fails

2004-09-28 Thread Matt Hulse
: Tuesday, September 28, 2004 3:22 PM To: [EMAIL PROTECTED] Subject: [Nant-users] NAnt task on web project fails   For the last two months I have been trying to get the NAnt solution task to work with my web project build. However, I always get this message   The data at the root level is

[Nant-users] NAnt task on web project fails

2004-09-28 Thread Shikari Shambu
For the last two months I have been trying to get the NAnt solution task to work with my web project build. However, I always get this message   The data at the root level is invalid. Line 1, position 1. Full details given below. I keep updating to the latest nightly build. But, that does no

[Nant-users] NAnt task to install DNN (DotNetNuke) custom module?

2004-08-16 Thread James Geurts
Out of curiosity, does anyone have an NAnt task/hack to install a custom module for DotNetNuke? --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 5

[Nant-users] nant task problem

2004-05-23 Thread Sascha Andres
Hi, I got a small problem with the nant task. I have those calls: My init looks like this: Straightforward. But ne

Re: [Nant-users] nant task

2004-05-20 Thread Martin Gainty
? - Original Message - From: Bob Archer To: Martin Gainty ; [EMAIL PROTECTED] Sent: Thursday, May 20, 2004 9:47 AM Subject: RE: [Nant-users] nant task OK…   I guess you misunderstood my question… let me try again…   I have two build files…   Evolution.build

RE: [Nant-users] nant task

2004-05-20 Thread Bob Archer
PROTECTED] Subject: Re: [Nant-users] nant task   Sure here is an example- NAnt.exe -logger:NAnt.Core.XmlLogger -logfile:buildlog.xml HTH, -M - Original Message - From: Bob Archer To: [EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 5:55 PM Subject

Re: [Nant-users] nant task

2004-05-19 Thread Martin Gainty
Sure here is an example- NAnt.exe -logger:NAnt.Core.XmlLogger -logfile:buildlog.xml HTH, -M - Original Message - From: Bob Archer To: [EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 5:55 PM Subject: [Nant-users] nant task If I use the nant task, with

[Nant-users] nant task

2004-05-19 Thread Bob Archer
If I use the nant task, with the –logger setting for the top level task be passed to the next build file? Or, is there a property I need to set?   Bob  

RE: [Nant-users] NAnt Task Documentation

2004-01-16 Thread Cromwell, Ryan
PROTECTED] Behalf Of Billy Bacon Sent: Friday, January 16, 2004 3:28 PM To: [EMAIL PROTECTED] Subject: [Nant-users] NAnt Task Documentation Could someone point me to the NAnt docs which provide the Core Tasks that are available. I know that NAnt is very similar to Ant but there are missing tasks that

RE: [Nant-users] NAnt Task Documentation

2004-01-16 Thread Landes Eric (RBNA/CIT4.2)
try http://nant.sourceforge.net/help/tasks/index.html . I think you the nant task. Eric L. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Billy Bacon Sent: Friday, January 16, 2004 3:28 PM To: [EMAIL PROTECTED] Subject: [Nant-users] NAnt Task

Re: [Nant-users] NAnt Task Documentation

2004-01-16 Thread Ian MacLean
in NAnt its just see http://nant.sourceforge.net/help/tasks/call.html Ian For instance, I'm trying to using the task and that's not working. I've also tried using and it didn't recognize that either. Thanks in advance. --- The SF.Net ema

Re: [Nant-users] NAnt Task Documentation

2004-01-16 Thread Ian MacLean
http://nant.sourceforge.net/help/tasks/index.html this is linked off the nant home page. It also comes as part of the nant installation. Ian Billy Bacon wrote: Could someone point me to the NAnt docs which provide the Core Tasks that are available. I know that NAnt is very similar to Ant but t

[Nant-users] NAnt Task Documentation

2004-01-16 Thread Billy Bacon
Could someone point me to the NAnt docs which provide the Core Tasks that are available. I know that NAnt is very similar to Ant but there are missing tasks that work in Ant and not Nant. For instance, I'm trying to using the task and that's not working. I've also tried using and it didn't recog

RE: [Nant-users] nant Task with inheritall

2003-08-28 Thread Daya Sharma
PROTECTED] Behalf Of Foley, Cash Sent: Thursday, August 28, 2003 10:12 AM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] nant Task with inheritall I don't think I clearly stated my problem and question. 1) I need a sub-build to set properties that will be available to the calling build. 2)

RE: [Nant-users] nant Task with inheritall

2003-08-28 Thread Foley, Cash
CTED] Sent: Wednesday, August 27, 2003 3:04 PM To: [EMAIL PROTECTED] Subject: [Nant-users] nant Task with inheritall I cannot reproduce the following expected behavior: In a Base NAnt build file set a property value (in my example 'basename') then invoke an NAnt task, using the 'in

[Nant-users] nant Task with inheritall

2003-08-27 Thread Foley, Cash
I cannot reproduce the following expected behavior: In a Base NAnt build file set a property value (in my example 'basename') then invoke an NAnt task, using the 'inheritall' attribute set to 'true', modify the property and have the modification in my Base NAnt process. In my example it changes t

RE: [Nant-users] nant task and basedir property

2002-12-24 Thread Darren Syzling
ECTED] Subject: [Nant-users] nant task and basedir property I'm not sure I understand the relationship between the nant task and the basedir property of the called build file. If a top level build file calls a lower level build file using the nant task and the called build file basedir

[Nant-users] nant task and basedir property

2002-12-23 Thread Darren Syzling
I'm not sure I understand the relationship between the nant task and the basedir property of the called build file. If a top level build file calls a lower level build file using the nant task and the called build file basedir is '.' any operations will be performed in the current directory where