[Nant-users] unsubscribe alchemist31

2004-05-26 Thread erin
-- Erin Sandbrook 06 351 3398 MUSAC Massey University --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http

RE: [Nant-users] xmlpoke request

2004-05-26 Thread Noel Gifford
I didn't get a response, so I'll try sending this request again. Specifically, I want to add my built DLL files to the FxCop configuration file from within Nant. I can't figure out how to accomplish this with the task. Thanks, Noel -Original Message- From: [EMAIL PROTECTED] [mailto

[Nant-users] task not building referenced projects

2004-05-26 Thread Enoch Seward
I’m using a task to build a VS.NET solution that contains multiple projects.  The solution gets built, but all referenced projects are not getting re-built.  However, if I delete the files from the build folder of a referenced project, the referenced project does get re-built.   Also, if I

Re: [Nant-users] Global Properties Problem

2004-05-26 Thread Gert Driesen
Had some connectivity problems uploading a new nightly build, guess you'll have to wait till tomorrow or build from cvs ... Sorry about this ... Gert - Original Message - From: "Gert Driesen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "NAnt Users List" <[EMAIL PROTECTED]> Sent: Wednes

Re: [Nant-users] Global Properties Problem

2004-05-26 Thread Gert Driesen
I just moved support for global properties back in, improved it (you can now also define dynamic properties, use conditions and expressions) and documented it (should appear here http://nant.sourceforge.net/nightly/help/fundamentals/properties.html in a few minutes) ... It should be available in t

[Nant-users] unsubscribe

2004-05-26 Thread Daniel Prévost
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 2:58 AM To: [EMAIL PROTECTED] Subject: Nant-users digest, Vol 1 #836 - 8 msgs Send Nant-users mailing list submissions to [EMAIL PROTECTED] To subscr

RE: [Nant-users] cvs-checkout not working

2004-05-26 Thread Brent R. Matzelle
I tried that before and it worked. I tried it again with cvs.exe just now and also worked. I noticed that the example in the documentation only describes anonymous access. Has anyone tested pserver authentication with a real user? Brent. --- Clayton Harbour <[EMAIL PROTECTED]> wrote: > Hi Br

Re: [Nant-users] cvs-checkout not working

2004-05-26 Thread Martin Gainty
Brent Make sure this in services file cvspserver 2401/tcpThen Drop to command line and trycvs -d pserver -t C:/temp/project1 -f checkout MyProject-M- Original Message - From: "Brent R. Matzelle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 26, 2004 10:48 AM

RE: [Nant-users] cvs-checkout not working

2004-05-26 Thread Clayton Harbour
Hi Brent, Just to rule everything out when you use cvs from the command line and execute: cd C:/temp/project1 cvs -d:pserver:[EMAIL PROTECTED]:/cvs co MyProject password: [validpassword] does this work? If so there may be an issue with sharpcvslib that is causing the hang. Clayt

RE: [Nant-users] cvs-checkout not working

2004-05-26 Thread Brent R. Matzelle
Hello, thanks for the quick response. I tried your suggestions and ended up with the same result. Here is the new entry: I'm using the .84 release version. Brent. --- Clayton Harbour <[EMAIL PROTECTED]> wrote: > Hi Brent, > > There may be an issue with the module attribute specified. Modu

RE: [Nant-users] cvs-checkout not working

2004-05-26 Thread Clayton Harbour
Hi Brent, There may be an issue with the module attribute specified. Modules in cvs should not contain path information and this may be the issue. There may also be an issue with the destination attribute, it should be a path on your local system. So having said that the following should wor

Re: [Nant-users] cvs-checkout not working

2004-05-26 Thread Martin Gainty
Brent- Here is the example straight from NANT doc at http://nant.sourceforge.net/help/tasks/cvs-checkout.html correct your destination to a REAL fully qualified Path module should be the module/folder you are retrieving e.g. accounting, utility, help, nant etc.. Regards, Martin - Original Mess

[Nant-users] cvs-checkout not working

2004-05-26 Thread Brent R. Matzelle
Hello, I have not been able to get the cvs-checkout task to work. My configuration is simple: All that I recieve is a message that says "Connection established". However nothing is actually downloaded. Do you know what's wrong? Brent.

Re: [Nant-users] Global Properties Problem

2004-05-26 Thread Gert Driesen
- Original Message - From: "Dan Pupek" <[EMAIL PROTECTED]> To: "NAnt Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 26, 2004 3:28 PM Subject: RE: [Nant-users] Global Properties Problem > I hate to cause waves. For me the Global Properties seemed very useful when > running a build s

RE: [Nant-users] Global Properties Problem

2004-05-26 Thread Dan Pupek
I hate to cause waves. For me the Global Properties seemed very useful when running a build server with many unique projects from many unique teams. Primarily I used it to specify paths to local resources such as the CVS executable, FTP applications and others. I understand that an include could b

Re: [Nant-users] Global Properties Problem

2004-05-26 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "NAnt Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 26, 2004 8:35 AM Subject: Re: [Nant-users] Global Properties Problem > were framework neutral propertie