Re: [NAnt-users] question

2011-06-16 Thread Wilson, Brian
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

Re: [NAnt-users] question

2011-06-16 Thread Chris Fouts
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

Re: [NAnt-users] question

2011-06-16 Thread Wilson, Brian
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,

Re: [NAnt-users] question

2011-06-16 Thread Chris Fouts
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

[NAnt-users] question

2011-06-16 Thread Chris Fouts
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

Re: [NAnt-users] Question about task and the failonerror attribute

2010-05-24 Thread Charles Chan
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

Re: [NAnt-users] Question about task and the failonerror attribute

2010-05-24 Thread Gert Driesen
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

Re: [NAnt-users] Question about task and the failonerror attribute

2010-05-24 Thread Simon H
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

Re: [NAnt-users] Question about task and the failonerror attribute

2010-05-23 Thread Simon H
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

Re: [NAnt-users] Question about task and the failonerror attribute

2010-05-23 Thread Gert Driesen
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

[NAnt-users] Question about task and the failonerror attribute

2010-05-23 Thread Simon H
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

[NAnt-users] question or help on ScriptMain(project as Project)

2009-02-06 Thread Zachary B. Wheeler
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

Re: [NAnt-users] Question about Variables

2008-12-16 Thread Bob Archer
@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

[NAnt-users] Question about Variables

2008-12-16 Thread LLCard
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

Re: [NAnt-users] Question: Run certain target after another target fails

2008-03-19 Thread Bob Archer
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

Re: [NAnt-users] Question: Run certain target after another target fails

2008-03-19 Thread Chris Lambrou
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,

[NAnt-users] Question: Run certain target after another target fails

2008-03-19 Thread JulianH
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 “

Re: [NAnt-users] question

2006-08-25 Thread Bob Archer
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

[NAnt-users] question

2006-08-25 Thread Arnette, Bill
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

Re: [NAnt-users] Question on custom NAnt task

2006-07-16 Thread Gary Feldman
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

Re: [NAnt-users] Question on custom NAnt task

2006-07-15 Thread Cong
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

Re: [NAnt-users] Question on custom NAnt task

2006-07-12 Thread Vagmi Mudumbai
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

Re: [NAnt-users] Question on custom NAnt task

2006-07-12 Thread Ramya Niranjan
Hi Shu,   You could try the task to accomplish what custom tasks do. You can find a lot of information on

Re: [NAnt-users] Question on custom NAnt task

2006-07-12 Thread Cong
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,>

Re: [NAnt-users] Question on custom NAnt task

2006-07-12 Thread Gary Feldman
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

[NAnt-users] Question on custom NAnt task

2006-07-12 Thread Cong
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

Re: [NAnt-users] Question on Bill-of-Materials

2006-07-05 Thread Steve Kopp
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

Re: [NAnt-users] Question on Bill-of-Materials

2006-07-04 Thread Shmarya Rubenstein
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

[NAnt-users] Question on Bill-of-Materials

2006-07-03 Thread Steve Kopp
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.

Re: [NAnt-users] Question about accessing the command line arguments passed to nant

2006-02-01 Thread si
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

[NAnt-users] Question about accessing the command line arguments passed to nant

2006-02-01 Thread Partusch, Kevin
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

Re: [NAnt-users] Question about CSC project

2006-01-24 Thread Vagmi Mudumbai
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

Re: [NAnt-users] Question about CSC project

2006-01-24 Thread Eduardo Ferrari
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

Re: [NAnt-users] Question about CSC project

2006-01-24 Thread Vagmi Mudumbai
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

[NAnt-users] Question about CSC project

2006-01-24 Thread Eduardo Ferrari
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/

[Nant-users] Question about using reference tag...

2005-08-24 Thread Nam Seungho
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

Re: [Nant-users] Question on task

2005-06-07 Thread Alejandro Calbazana
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

Re: [Nant-users] Question on task

2005-06-07 Thread Gert Driesen
- 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

[Nant-users] Question on task

2005-06-07 Thread Klaus Lüdenscheidt
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

RE: [Nant-users] Question about task and pre and post build events

2004-12-09 Thread Gert Driesen
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 &

[Nant-users] Question about task and pre and post build events

2004-12-09 Thread John Sheppard
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

RE: [Nant-users] Question regarding the nunit2 task

2004-11-09 Thread Gert Driesen
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

[Nant-users] Question regarding the nunit2 task

2004-11-09 Thread murty dronamraju
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

RE: [Nant-users] Question about Nant.OnFailure property

2004-11-06 Thread Gert Driesen
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

[Nant-users] Question about Nant.OnFailure property

2004-11-05 Thread Stephen Lewis
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

Re: [Nant-users] Question on MSI Task

2004-08-14 Thread Gert Driesen
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).

Re: [Nant-users] question regarding target executions

2004-08-10 Thread Gert Driesen
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:/

[Nant-users] question regarding target executions

2004-08-10 Thread Felice Vittoria
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

RE: [Nant-users] Question on MSI Task

2004-08-10 Thread John Cole
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'

Re: [Nant-users] Question on MSI Task

2004-08-10 Thread James Geurts
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

[Nant-users] Question on MSI Task

2004-08-09 Thread Steven-S . Hawkes
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

RE: [Nant-users] Question with MSI task

2004-07-24 Thread Gifford, Noel
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

RE: [Nant-users] Question with MSI task

2004-07-24 Thread James Geurts
, 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

[Nant-users] Question with MSI task

2004-07-23 Thread Gifford, Noel
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

[Nant-users] question on nant.onfailure property

2004-06-07 Thread Curtis Zarger
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]  

Re: [Nant-users] Question about style task in latest nightly build

2004-03-22 Thread Gert Driesen
> - 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

Re: [Nant-users] Question about style task in latest nightly build

2004-03-21 Thread Jaroslaw Kowalski
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

RE: [Nant-users] Question about style task in latest nightly build

2004-03-21 Thread Zigomanis, Nick
- 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

Re: [Nant-users] Question about style task in latest nightly build

2004-03-18 Thread Ryan Cromwell
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

Re: [Nant-users] Question about style task in latest nightly build

2004-03-17 Thread Gert Driesen
: "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

[Nant-users] Question about style task in latest nightly build

2004-03-17 Thread Zigomanis, Nick
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

RE: [Nant-users] question about solution tag

2004-02-21 Thread Lori Kettwig
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

RE: [Nant-users] question about solution tag

2004-02-18 Thread Nitin Agarwal
, 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

RE: [Nant-users] question about solution tag

2004-02-18 Thread Nicklas Norling
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

[Nant-users] question about solution tag

2004-02-17 Thread Lori Kettwig
I am having some difficulty using the solution tag.  I have the following build file:                                                      

[Nant-users] question about zipping

2004-02-01 Thread Niklas Dahlman
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

RE: [Nant-users] Question on cvs-checkout task

2003-12-30 Thread Clayton Harbour
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

[Nant-users] Question on cvs-checkout task

2003-12-30 Thread Shiv Natarajan
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

RE: [Nant-users] Question: Build compiling web project that is referenced as virtu al directory.

2003-11-14 Thread David Reed
- > 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

Re: [Nant-users] Question: Build compiling web project that is referenced as virtu al directory.

2003-11-14 Thread Gert Driesen
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? :)

RE: [Nant-users] Question: Build compiling web project that is referenced as virtu al directory.

2003-11-13 Thread David Reed
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

[Nant-users] Question: Build compiling web project that is referenced as virtu al directory.

2003-11-13 Thread COTTER Eric F
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

[Nant-users] RE: [Nant-users] RE : [Nant-users] Question about reference resolution behaviour

2003-09-24 Thread Monsur Hossain
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

[Nant-users] RE : [Nant-users] Question about reference resolution behaviour

2003-09-16 Thread Vincent Labatut
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

[Nant-users] Question about reference resolution behaviour

2003-06-26 Thread Mike Roberts
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

Re: [Nant-users] question on compiling Windows APP using NANT

2003-06-25 Thread Ian MacLean
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

[Nant-users] question on compiling Windows APP using NANT

2003-06-25 Thread Andy Jian Li
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