[Nant-users] Sample Nunit

2004-07-19 Thread Brian Yeo
Regards, Brian Yeo _ Smart Saving with ING Direct – earn 5.25% p.a. variable rate: http://ad.au.doubleclick.net/clk;7249209;8842331;n?http://www.ingdirect.com.au/burst6offer.asp?id=8 ---

[Nant-users] How to get the vss project work folder inside the nant build?

2004-07-19 Thread Alexander Korchemny
Hi all,   I need to get the VSS project work folder inside my nant build. Maybe somebody knows how can i do that?   Thanks.   Regards, AlexK

RE: [Nant-users] cvs-checkout fails; cvs works

2004-07-19 Thread Clayton Harbour
>It doesn't really make sense that cvs would work where cvs-checkout would >fail, >since I assume cvs-checkout is just cvs with a defaulted command >attribute--but >that's what's happening here. No it doesn't. I sent an email asking for more information on the run and the run. I switched is

RE: [Nant-users] building a directory of executables

2004-07-19 Thread k l
Troy, Thanks a lot, this did help / works great for my purposes. Your message also led me to finding the online docs(http://nant.sourceforge.net/nightly/help/) for the nightly builds -- another useful resource. Cheers, Kamen --- Troy Laurin <[EMAIL PROTECTED]> wrote: > > Is there an elegant

RE: [Nant-users] building a directory of executables

2004-07-19 Thread Troy Laurin
> Is there an elegant way to do this with NAnt? > The csc task seems to have a single target so I was thinking > of using foreach with a File iteration but the filename > property gives me the full path and I just need part of the > full name e.g. RandomName1 . Any suggestions will be appreciate

[Nant-users] building a directory of executables

2004-07-19 Thread k l
Hello, I have a directory of .cs files(each of them has a Main) which I would like to build into corresponding executables as follows: RandomName1.cs should be compiled into RandomName1.exe RandomName2.cs should be compiled into RandomName2.exe etc. Is there an elegant way to do this with NAnt?

RE: [Nant-users] NAntRunner vs. NAnt 0.85

2004-07-19 Thread Morris, Sean [MV]
Thanks Donal, I ended up going to straight to the registry via Scott's advice and setting up the key to the executable. I am not getting the Option you talk about in the Tools Section of VS. But the "Runner" is working beautifully. Thanks for building this tool. Exactly what I was looking

Re: [Nant-users] Force a Target

2004-07-19 Thread Merrill Cornish
Do you always want the target to run, so do you want it to always run as the very last thing? If you want it to run as the last thing, look into the nant.onsuccess and nant.onfailure properties in NAnt 0.85. If specified, those tasks will be the last thing run, pass or fail. Merrill -

[Nant-users] Force a Target

2004-07-19 Thread Dan Pupek
Is there a way to force a target to always run? Something like a Finally.   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Technology, Inc.;TDD TITLE:Sof

Re: [Nant-users] Nant Runner

2004-07-19 Thread Donal McCarthy
Curt, Glad you like it! I'm copying this to the list for reference. AddIns in VS are incredibly fussy. Sometimes if you reinstall one (not just NAntRunner) any items it added to menus or toolbars disappear. Microsoft recommend you run devenv.exe from the command line with the /setup option. Th

Re: [Nant-users] NAntRunner vs. NAnt 0.85

2004-07-19 Thread Merrill Cornish
Interesting. I'll try that. Merrill --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op

Re: [Nant-users] Installing NAnt on a machine with framework 1.1 only

2004-07-19 Thread Gert Driesen
- Original Message - From: "Malcolm MacLucas" <[EMAIL PROTECTED]> To: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: "Gert Driesen" <[EMAIL PROTECTED]> Sent: Monday, July 19, 2004 10:23 PM Subject: Re: [Nant-users] Installing NAnt on a machine with framework 1.1 only >

Re: [Nant-users] NAntRunner vs. NAnt 0.85

2004-07-19 Thread Donal McCarthy
Sean, It sounds like you have not told NAntRunner where to find nant.exe!  You can do this by going to Tools -> Options in VS.Net and clicking into the NAntRunner section.  From here you tell the add-in where the nant executable is.   Regards,Donal - Original Message - From:

Re: [Nant-users] Installing NAnt on a machine with framework 1.1 only

2004-07-19 Thread Malcolm MacLucas
Bingo, that was indeed my problem. Do we have a minimum requirements page? I'm having a problem finding a consistent documentation path, I'm leaning towards the wiki, but my experience has been that all the information is out there, but it's not in any form that is easily accessable. Malcolm

Re: [Nant-users] Installing NAnt on a machine with framework 1.1 only

2004-07-19 Thread Malcolm MacLucas
Sorry I try to avoid armchair quarterback syndrome as much as possible, and I try to make sure that my e-mails are devoid of anything that could sound belittling, insulting or anything else. It seems that I have a handicap when it comes to communicating electronically, a handicap that I am dilige

Re: [Nant-users] Installing NAnt on a machine with framework 1.1 only

2004-07-19 Thread Jaroslaw Kowalski
Are you sure that you have .NET 1.1 SDK too (the one that comes in setup.exe and includes documentation)? If you do, then there must be something wrong with your registry. Jarek - Original Message - From: "Malcolm MacLucas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Gert Driesen" <

Re: [Nant-users] Installing NAnt on a machine with framework 1.1 only

2004-07-19 Thread Gert Driesen
Malcolm, Can you please try a (very) recent nightly build to see if you still have the same issues ? I'll try to send you the unedited change log some time this week ... Gert PS. Please be patient, we are volunteers, don't forget this ;-) - Original Message - From: "Malcolm MacLucas" <

[Nant-users] Installing NAnt on a machine with framework 1.1 only

2004-07-19 Thread Malcolm MacLucas
Looks like my mail to the list is getting bumped as spam, I'm going to try putting the list in the TO field as opposed to the CC field. A couple of things I am trying to get NAnt accepted at a fortune 500 transportation company, and am a bit frustrated. I'm trying to install nant on a win

[Nant-users] cvs-checkout fails; cvs works

2004-07-19 Thread Merrill Cornish
Last week I reported that the cvs-checkout task (using CVSNT in place of the Sharp CVS) failed in that while the checkout itself worked fine, the top-level CVS\Entries file was missing some of the subdirectory names. As a result, the cvs tree checked out by cvs-checkout could not be updated. I

RE: [Nant-users] NDoc problem - 1.1 dependency?

2004-07-19 Thread Bill.Martin
Yup, I've tried it on both 1.2 and 1.3 of NDoc through the GUI and it compiles fine. Interestingly (or maybe not!) the version of the NDoc.Core.dll in NAnt appears to be newer that the version in the latest release of 1.3 My install of 1.3 reports 1.3.1549.0 whereas NAnt (bin\lib\net\1.0) reports

[Nant-users] commandline vs command-line in cvs target

2004-07-19 Thread Merrill Cornish
The document for the cvs target in NAnt 0.85 includes an attribute for "commandline" and another attribute for "command-line". At first, I thought this was another case of accidently documenting the same attribute twice as I had noticed in the documentation of the MailLogger properties. Howe

Re: [Nant-users] NDoc problem - 1.1 dependency?

2004-07-19 Thread Gert Driesen
Bill, Can you reproduce this issue using the NDoc GUI ? Is so, please post submit a bug report at http://ndoc.sourceforge.net with detailed instructions, and a repro (not relying on NAnt). Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 19,

[Nant-users] NDoc problem - 1.1 dependency?

2004-07-19 Thread Bill.Martin
I have been having a few problems with the task where it was generating 1.1 links to framework objects even though I was specifying 1.0 for the framework version. I have had a discussion with ever helpful Gert, and it would appear that this is now fixed, but there appears to be a problem. With

RE: [Nant-users] How to get the vss project work folder in the nant script?

2004-07-19 Thread Felice Vittoria
Alexander,   This is a link to the vssget command ( nightly build version ).   http://nantcontrib.sourceforge.net/nightly/help/tasks/vssget.html   You will need to download the NantContrib Tasks and copy the contents of the \bin folder to your Nant's \bin folder.   Here's the website to the