Re: [NAnt-users] cvs task change thoughts

2011-05-30 Thread Ryan Boggs
Hi, I haven't heard any feedback regarding this since I sent this out over a week ago so I am assuming that no one has a problem with this. Just making sure before I start operating. :) Thanks, Ryan On Sun, May 22, 2011 at 1:19 PM, Ryan Boggs wrote: > Hi all, > > This is regarding the cvs task

[NAnt-users] cvs task change thoughts

2011-05-22 Thread Ryan Boggs
Hi all, This is regarding the cvs task in NAnt today. I want to run this by everyone to get everyone's take before anything is done. I am thinking about altering the cvs task to use the command line programs rather than using it's current setup with sharpcvslib for a couple of reasons: * sharpc

Re: [NAnt-users] cvs-update fails with no args; -P option not supported

2006-09-06 Thread Karl Palsson
ginal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Nicholas Duane > Sent: Wednesday, September 06, 2006 3:31 PM > To: NAnt-users@lists.sourceforge.net > Cc: [EMAIL PROTECTED] > Subject: [NAnt-users] cvs-update fails with no args; -P > option not

[NAnt-users] cvs-update fails with no args; -P option not supported

2006-09-06 Thread Nicholas Duane
Not sure if I already sent this as I accidently hit tab and return. At any rate I just added an update target to my build script. The target is shown below: When I execute the target I get the following error: C:\data\build\pom\Eom\src\Eom>nant update NAnt 0.85 (Build 0.85.2344.0; rc4

Re: [Nant-users] CVS checkout and Framework

2005-11-08 Thread Gert Driesen
Joel, The issue has been resolved after rc3. Try using a recent nightly build (http://nant.sourceforge.net/nightly/latest). Gert - Original Message - From: "Joel Gwynn" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 08, 2005 11:08 PM Subject: [Nant-users] CVS checko

[Nant-users] CVS checkout and Framework

2005-11-08 Thread Joel Gwynn
Yeah, I'm just gonna be a pain in the butt for awhile, I guess Using NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005) 1. Using the cvs-checkout task like so: seems to result in this gnarly error about log4net: [cvs-checkout] Unhandled Exception: System.Reflection.TargetInvocationException: Excep

[Nant-users] CVS-Pass and .cvspass

2005-10-24 Thread Kannan, Gajapathi (Genworth)
Title: CVS-Pass and .cvspass Hi All,     Thanks to all those for responding to my earlier question.      As you can see I am build a new Nant script as we moved to cvs from source safe and hence I have questions.     I am having trouble to logon to cvs and get latest module.

Re: [Nant-users] CVS problem: used cvs-pass, cvs-checkout and .cvspass, but "Logging in" never ends

2005-07-06 Thread Clayton Harbour
Hi Pat, could you try specifying the full path to your .cvspass file and let me know if that works. The reason that it is hanging is that it is most likely waiting for you to enter authenitcation information because it can't find the .cvspass file in the current working directory. Pat Lawrenc

[Nant-users] CVS problem: used cvs-pass, cvs-checkout and .cvspass, but "Logging in" never ends

2005-07-05 Thread Pat Lawrence
It's me again. I've read the posts on CVS and they helped me get this far, but now I'm genuinely stuck. I'm trying to pull a module out of our CVS repository.  Here's my build file:     password="" passfile=".cvspass" />   destination="C:..\nant buildfiles\checkouts"   cvsroot="

[Nant-users] CVS problem: used cvs-pass, cvs-checkout and .cvspass, but "Logging in" never ends

2005-07-05 Thread Pat Lawrence
It's me again. I've read the posts on CVS and they helped me get this far, but now I'm genuinely stuck. I'm trying to pull a module out of our CVS repository.  Here's my build file:     password="" passfile=".cvspass" />   destination="C:..\nant buildfiles\checkouts"   cvsroot=":

Re: [Nant-users] cvs-pass problem with WinCVS

2005-06-16 Thread Clayton Harbour
Hi There, There are a few different things going on here. First it looks like the log4net assembly could not be loaded, I believe this is a packaging issue with the rc3 version of nant, please check the mailing list for details on this. Second, you are using the sspi protocol. The sspi doe

RE: [Nant-users] cvs-pass problem with WinCVS

2005-06-16 Thread Gert Driesen
t: donderdag 16 juni 2005 19:49 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] cvs-pass problem with WinCVS > > Hi all! > > I'm relatively new to NAnt and I'm trying to set up my build > script to > get files from CVS. I searched through the a

[Nant-users] cvs-pass problem with WinCVS

2005-06-16 Thread Chris Hansen
Hi all! I'm relatively new to NAnt and I'm trying to set up my build script to get files from CVS. I searched through the archives and saw a post from Merrill Cornish which included: Unfortunately, objects because it can"t find my .cvspass file. Since I"m using WinCvs 1.3, I don"t have a

RE: [Nant-users] CVS Check out

2005-02-15 Thread Richard Poole
CTED] Sent: 15 February 2005 11:40To: Richard Poole; NantSubject: RE: [Nant-users] CVS Check out Im on cvs-1.11.2-5   Would that be a Issue? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Richard PooleSent: Tuesday, February 15, 2005 3:59 PMTo:

RE: [Nant-users] CVS Check out

2005-02-15 Thread Srivathsan K
Im on cvs-1.11.2-5   Would that be a Issue? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Richard PooleSent: Tuesday, February 15, 2005 3:59 PMTo: 'Srivathsan K'; NantSubject: RE: [Nant-users] CVS Check out I'v

RE: [Nant-users] CVS Check out

2005-02-15 Thread Richard Poole
d SmartCVS (the CVS client we use) seem to work fine with that.   I also doubt it helps having the cvs-password task after the cvs-checkout task, but I could be wrong.   Cheers, Richard. From: Srivathsan K [mailto:[EMAIL PROTECTED] Sent: 15 February 2005 10:17To: NantSubject: [Nant-users] CVS

[Nant-users] CVS Check out

2005-02-15 Thread Srivathsan K
Hi All,   I have a windows C# net application in CVS Repo. I need to pull all files related to this project on to a Folder which I created say for e.g. d:\NantBuilds.   Here's my build file. Though I get successfull build I dont see the folder for the Project created under the Directory d:\

RE: [Nant-users] cvs-rtag help

2005-01-29 Thread Clayton Harbour
changes are in cvs and should show up on the next nightly. Cheers, Clayton -Original Message- From: Chris Fewtrell [mailto:[EMAIL PROTECTED] Sent: Fri 28/01/2005 8:08 AM To: nant-users@lists.sourceforge.net Cc: Subject: [Nant-users

[Nant-users] cvs-rtag help

2005-01-28 Thread Chris Fewtrell
Hello   I wonder if someone can help me.   I want to tag some stuff in CVS using cvs rtag. I can create a tag on the main head branch using the task but I also want to be able to create the tag on a branch.    The actual cvs command I want to execute is cvs -d :cvsroot rtag -r BranchName

RE: [Nant-users] cvs-export and .cvspass problem

2004-12-30 Thread Clayton Harbour
have hit Reply instead of Reply To All :-) so I am have cc'd the list on this one. Cheers, Clayton > -Original Message- > From: Ed Howland [mailto:[EMAIL PROTECTED] > Sent: December 30, 2004 8:49 AM > To: Clayton Harbour > Subject: Re: [Nant-users] cvs-export

[Nant-users] cvs-export and .cvspass problem

2004-12-28 Thread Ed Howland
Hello, I'm a newbie to NAnt but a long time Ant user. I'm trying to create a build file that will export a tag from CVS and then build that release. I have determined that Sharpcvslib doesn't support the export command. Therefore, I have determined to use TortoiseCVS command line cvs.exe. This

[Nant-users] [Help][Nant-Users][CVS Check Out Problem.]

2004-11-16 Thread Sanjoy
Dear All, I have nant build file for CVS check out for my build. However it gave some errors and the message displayed "Please send bug report to [EMAIL PROTECTED]" The output log file and NANT build script files are attached. I request you all to provide me with solution for this problem. Thanks S

RE: [Nant-users] CVS task not allowing for certain characters in module name

2004-10-16 Thread Clayton Harbour
ask that works? Please feel free to submit a patch or rewrite the task as you see fit and submit the changes to the nant dev list. Cheers, Clayton > -Original Message- > From: Brenton House [mailto:[EMAIL PROTECTED] > Sent: October 13, 2004 12:04 PM > To: [EMAIL PROTECTED] &

[Nant-users] CVS task not allowing for certain characters in module name

2004-10-13 Thread Brenton House
When I try to use any of the cvs tasks, like this one: I get this error: String shared/src does not match expression ^[A-Za-z0-9][A-Za-z0-9._\-]*$. My question. How am I supposed to checkout a folder underneith a module? This should checkout the "src" folder of the "shared" module. Any ideas

RE: [Nant-users] cvs-checkout task problem

2004-10-08 Thread Clayton Harbour
ctive > login privileges to my cvs server so I could go after it using sspi). > > > Kevin Dickover > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Clayton Harbour > Sent: Thursday, October 07, 2004 12:48 PM > To: Merrill C

RE: [Nant-users] cvs-checkout task problem

2004-10-07 Thread Kevin Dickover
EMAIL PROTECTED] On Behalf Of Clayton Harbour Sent: Thursday, October 07, 2004 12:48 PM To: Merrill Cornish; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Nant-users] cvs-checkout task problem Hi Merrill, Actually when you put it that way I agree. Would you be able to submit a bug report to

RE: [Nant-users] cvs-checkout task problem

2004-10-07 Thread Clayton Harbour
; [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Subject:RE: [Nant-users] cvs-checkout task problem Clayton, >>> What should happen if both of these fail is the cvs task should pass in the >>> password that was specified in the password attribute. That sound like the .c

RE: [Nant-users] cvs-checkout task problem

2004-10-07 Thread Merrill Cornish
Clayton, >>> What should happen if both of these fail is the cvs task should pass in the >>> password that was specified in the password attribute. That sound like the .cvspass file in the filesystem takes precedence over the password attribute of the NAnt task. Is that true? If so, then to

RE: [Nant-users] cvs-checkout task problem

2004-10-07 Thread Clayton Harbour
gt; -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: October 7, 2004 6:24 AM > To: [EMAIL PROTECTED] > Subject: RE: [Nant-users] cvs-checkout task problem > > > > Hi, > > I have just downloaded nant's latest version. > > Bo

RE: [Nant-users] cvs-checkout task problem

2004-10-07 Thread pierre . thorey
To: Pierre THOREY/ress/fr/[EMAIL PROTECTED] | | cc: [EMAIL PROTECTED] | | Subject: RE: [Nan

RE: [Nant-users] cvs-checkout task problem

2004-09-30 Thread Clayton Harbour
layton Harbour; [EMAIL PROTECTED] > Subject: RE: [Nant-users] cvs-checkout task problem > > > > Hi Clayton, > > a fake cvsroot that reproduces the problem is : > cvsroot=":pserver:[EMAIL PROTECTED]:/home/xxx/CVSDIR" > > By doing some tries, I think t

RE: [Nant-users] cvs-checkout task problem

2004-09-29 Thread pierre . thorey
| | To: Pierre THOREY/ress/fr/[EMAIL PROTECTED], [EMAIL PROTECTED] | | cc: | |

RE: [Nant-users] cvs-checkout task problem

2004-09-29 Thread Clayton Harbour
TECTED] [mailto:[EMAIL PROTECTED] > Sent: September 29, 2004 4:45 AM > To: [EMAIL PROTECTED] > Subject: [Nant-users] cvs-checkout task problem > > > Hi, > > I was using nant-0.84 for a long time. > In my build.xml, I have something like this : > >

[Nant-users] cvs-checkout task problem

2004-09-29 Thread pierre . thorey
Hi, I was using nant-0.84 for a long time. In my build.xml, I have something like this : And this worked with the old nant version. I downloaded nant-0.85 latest built 2004-09-28-0.85 . When I launched the same task, I got this message : [cvs-checkout] [Console.ConsoleMain:Except

RE: [Nant-users] cvs-checkout/cvs-update Exception

2004-07-28 Thread Clayton Harbour
Or as an alternative I will take a patch that will provide sspi support to sharpcvslib :-). Cheers, Clayton > -Original Message- > From: Vince Chan [mailto:[EMAIL PROTECTED] > Sent: July 28, 2004 1:29 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [

Re: [Nant-users] cvs-checkout/cvs-update Exception

2004-07-28 Thread Vince Chan
Paul, I had used sspi before and got the same exception too. I then switched to use ":pserver" and it worked. Vince. [EMAIL PROTECTED] wrote: Hello - I'm trying to use a cvs-checkout or cvs-update task and am getting an exception. I'm running against NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32

[Nant-users] cvs-checkout/cvs-update Exception

2004-07-28 Thread pdm2
Hello - I'm trying to use a cvs-checkout or cvs-update task and am getting an exception. I'm running against NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) The .build entry is: The stack trace from nant is: System.NullReferenceException: Object reference not set to an insta

Re: [Nant-users] cvs head not building, again?

2004-07-25 Thread Gert Driesen
> - Original Message - > From: "Troy Laurin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 26, 2004 4:25 AM > Subject: RE: [Nant-users] cvs head not building, again? > > > > > -Original Message- > >

RE: [Nant-users] cvs head not building, again?

2004-07-25 Thread Troy Laurin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Gert Driesen > Sent: Friday, 23 July 2004 10:34 PM > To: John Cole; [EMAIL PROTECTED] > Subject: Re: [Nant-users] cvs head not building, again? > > You should use the

Re: [Nant-users] cvs head not building, again?

2004-07-23 Thread Gert Driesen
CTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 23, 2004 4:29 PM Subject: RE: [Nant-users] cvs head not building, again? > Gert, > It appears that I have a version 12 of cl first in my path. > > C:\Documents and Settings\jcole>cl /? > Microsoft (R) 32-bit C/C++ Opt

RE: [Nant-users] cvs head not building, again?

2004-07-23 Thread John Cole
ohn Cole; [EMAIL PROTECTED] Subject: Re: [Nant-users] cvs head not building, again? John, We are aware of this issue, and I'll fix it some time this weekend. Can you tell me if you have an older version (< 13.xx.) of cl.exe in your PATH ? Gert - Original Message - From:

Re: [Nant-users] cvs head not building, again?

2004-07-23 Thread Gert Driesen
Friday, July 23, 2004 4:07 PM Subject: [Nant-users] cvs head not building, again? > Hey guys, > I'm having difficulty building the NAnt cvs HEAD again. I get the > following error: > > [exec] [nant] C:\src\NAnt\tests\NAnt.VSNet\NAnt.VSNet.build test

[Nant-users] cvs head not building, again?

2004-07-23 Thread John Cole
Hey guys, I'm having difficulty building the NAnt cvs HEAD again. I get the following error: [exec] [nant] C:\src\NAnt\tests\NAnt.VSNet\NAnt.VSNet.build test [exec] [exec] Buildfile: file:///C:/src/NAnt/tests/NAnt.VSNet/NAnt.VSNet.

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

2004-07-20 Thread Merrill Cornish
Clayton, >>> The password is found in a file called .cvspass, Yes, I know about .cvspass. But I can't find it on my machine. I think that WinCvs may be using the Repository. Merrill --- This SF.Net email is sponsored by BEA Weblogic Worksh

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

2004-07-19 Thread Clayton Harbour
lto:[EMAIL PROTECTED] Sent: Mon 7/19/2004 10:50 AM To: [EMAIL PROTECTED] Cc: Subject:[Nant-users] cvs-checkout fails; cvs works 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

[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] cvs-checkout Test Case

2004-07-16 Thread Clayton Harbour
are using in your tests? Clayton > -Original Message- > From: Merrill Cornish [mailto:[EMAIL PROTECTED] > Sent: July 16, 2004 8:54 AM > To: [EMAIL PROTECTED] > Subject: [Nant-users] cvs-checkout Test Case > > > Here is a small target which should illustrate

[Nant-users] cvs-checkout Test Case

2004-07-16 Thread Merrill Cornish
Here is a small target which should illustrate the problem I've been having with the cvs-checkout task. Both the cvs-checkout task and the exec task should do the same thing using the same cvs.exe since I have sourcecontrol.usesharpcvslib = false. Use the comment to turn one on and the other of

[Nant-users] cvs-checkout -- The Smoking Gun :-)

2004-07-15 Thread Merrill Cornish
I complained about the cvs-update task on 0.84 refusing to update some directories in the CVS tree, but working just fine on other directories. With 0.85, I'm still having cvs-update problems. Now, I've found the smoking gun. [ominous music swells in the background] When NAnt 0.85, nightly bu

Re: [Nant-users] CVS HEAD not compiling...

2004-07-14 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "John Cole" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 14, 2004 9:21 AM Subject: Re: [Nant-u

Re: [Nant-users] CVS HEAD not compiling...

2004-07-14 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "John Cole" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 14, 2004 8:42 AM Subject: Re: [Nant-users] CVS HEAD not compiling... John Cole wrote:

Re: [Nant-users] CVS HEAD not compiling...

2004-07-14 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "John Cole" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 14, 2004 8:42 AM Subject: Re: [Nant-users] CVS HEAD not compiling... > John Cole wrote: > > >H

Re: [Nant-users] CVS HEAD not compiling...

2004-07-13 Thread Ian MacLean
John Cole wrote: Hello, Is the CSV HEAD Compilable for everyone else? I'm getting the following error: I get the same test failue. It may be connected to the recent fileset changes. I haven't had a chance to look into it. Ian [nant] C:\src\NAnt\tests\NAnt.VSNet\NAnt.VSNet.build test

[Nant-users] CVS HEAD not compiling...

2004-07-13 Thread John Cole
Hello, Is the CSV HEAD Compilable for everyone else? I'm getting the following error: [nant] C:\src\NAnt\tests\NAnt.VSNet\NAnt.VSNet.build test Buildfile: file:///C:/src/NAnt/tests/NAnt.VSNet/NAnt.VSNet.build

RE: [Nant-users] CVS Tasks

2004-07-08 Thread Dan Pupek
[EMAIL PROTECTED] Behalf Of Clayton Harbour Sent: Thursday, July 08, 2004 3:18 PM To: [EMAIL PROTECTED]; NAnt Users List Subject: RE: [Nant-users] CVS Tasks Hi Dan, Sharpcvslib does not support local or sspi protocols (yet...) but there are changes in the nightly builds to override the use

RE: [Nant-users] CVS Tasks

2004-07-08 Thread Clayton Harbour
you can specify the full path to your cvs executable (please see the documentation). Cheers, Clayton -Original Message- From: Dan Pupek [mailto:[EMAIL PROTECTED] Sent: Thu 7/8/2004 10:42 AM To: NAnt Users List Cc: Subject:[Nant-users] CVS Tasks Do the CVS tasks

[Nant-users] CVS Tasks

2004-07-08 Thread Dan Pupek
Do the CVS tasks really not support the sspi or local protocols?   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:Software Eng

RE: [Nant-users] CVS

2004-06-11 Thread Clayton Harbour
e [mailto:[EMAIL PROTECTED] Sent: June 10, 2004 9:48 PMTo: [EMAIL PROTECTED]Subject: [Nant-users] CVS I am using the latest nightly build and I am getting the following error while trying to run the example cvs-checkout task.     An exception ‘System.MissingMethodExceptio

[Nant-users] CVS

2004-06-10 Thread Nick Van Matre
I am using the latest nightly build and I am getting the following error while trying to run the example cvs-checkout task.     An exception ‘System.MissingMethodException’ has occurred in scvs.exe.   destination="c:\src\nant\" cvsroot=":pserver:[EMAIL PROTECTED]:/cvsroot

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

2004-05-26 Thread Brent R. Matzelle
sharpcvslib that > is causing the hang. > > > Clayton > > > -Original Message- > From: Brent R. Matzelle [mailto:[EMAIL PROTECTED] > Sent: Wed 5/26/2004 7:48 AM > To: [EMAIL PROTECTED] > Cc: > Subject: RE: [Nant-users] cvs-checkout n

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

2004-05-26 Thread Martin Gainty
ay, May 26, 2004 10:48 AM Subject: RE: [Nant-users] cvs-checkout not working > Hello, thanks for the quick response. > > I tried your suggestions and ended up with the same result. Here is > the new entry: > > destination="C:/temp/project1" >cvsroot=":ps

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

2004-05-26 Thread Clayton Harbour
. Clayton -Original Message- From: Brent R. Matzelle [mailto:[EMAIL PROTECTED] Sent: Wed 5/26/2004 7:48 AM To: [EMAIL PROTECTED] Cc: Subject:RE: [Nant-users] cvs-checkout not working Hello, thanks for the quick response. I tried your suggestions and ended up with the same

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

2004-05-26 Thread Brent R. Matzelle
e recently added > validation to check the module attribute. > > > Clayton > > > -Original Message- > From: Brent R. Matzelle [mailto:[EMAIL PROTECTED] > Sent: Wed 5/26/2004 6:57 AM > To: [EMAIL PROTECTED] > Cc: > Subject: [Nant-users] cvs-ch

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

2004-05-26 Thread Clayton Harbour
: Subject:[Nant-users] cvs-checkout not working 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'

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

2004-05-26 Thread Martin Gainty
Message - From: "Brent R. Matzelle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 26, 2004 9:57 AM Subject: [Nant-users] cvs-checkout not working > Hello, > > I have not been able to get the cvs-checkout task to work. My > configura

[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] cvs update issues

2004-05-25 Thread Clayton Harbour
rpcvs library by default but if there are issues with this then you can specify a different cvs binary.     Cheers,     Clayton -Original Message-From: steve gupta [mailto:[EMAIL PROTECTED] Sent: May 25, 2004 5:54 AMTo: [EMAIL PROTECTED]Subject: [Nant-users] cvs update issues

[Nant-users] cvs update issues

2004-05-25 Thread steve gupta
My issue with the cvs update functions this week is that if I am trying to do an update on a module and there is an empty non cvs directory or empty cvs directory the update fails.   Any workarounds or is this fix in a newer build than the one I am using?   Thanks!

[Nant-users] CVS Update issues

2004-05-17 Thread steve gupta
I am having issues doing a cvs update.   I can't figure out why this isn't working right.   this cmd works fine cvs update -P -r addataaccess_1_0_5 c:\cvs_ams\adsystems_dotnet\Common\AdDataAccess\bin\Release     this part of my script does not      destination="c:\cvs_ams\" 

[Nant-users] cvs update issues

2004-05-17 Thread steve gupta
I am having issues doing a cvs update.   I can't figure out why this isn't working right.   this cmd works fine cvs update -P -r addataaccess_1_0_5 c:\cvs_ams\adsystems_dotnet\Common\AdDataAccess\bin\Release     this part of my script does not      destination="c:\cvs_ams\" 

RE: [Nant-users] cvs updating

2004-05-11 Thread Clayton Harbour
Subject: RE: [Nant-users] cvs updating >From the documentation -- http://nant.sourceforge.net/nightly/help/tasks/cvs-update.html Update your NAnt revision named your_favorite_revision_here in the folder c:\src\nant\replacement_for_module_directory_name. Noel -Original Message-

RE: [Nant-users] cvs updating

2004-05-11 Thread Noel Gifford
D]On Behalf Of steve gupta Sent: Tuesday, May 11, 2004 11:00 AM To: [EMAIL PROTECTED] Subject: [Nant-users] cvs updating   hi folks, I was trying to create nant script to update from cvs a just one particular file rather than the whole project.   A few years ago I was able to do this with a j

[Nant-users] cvs updating

2004-05-11 Thread steve gupta
hi folks, I was trying to create nant script to update from cvs a just one particular file rather than the whole project.   A few years ago I was able to do this with a java program using window shell. This was the command I came up with to do this. cvs.exe -d :pserver:cvsroot:/cvs

[Nant-users] CVS Nant with CVS Mono (Part 2)

2004-03-30 Thread Raúl Romero
Now I use 'export MONO_NO_UNLOAD=1', and I recompiled mono with ICU suport (as explain me Gert Driesen in his email. The email is attached). Now, Nant compile right, but every time that I execute Nant.exe, It works fine, but at the end it crash with a Segmentation fault. Look this output when I

Re: [Nant-users] CVS NANT with CVS Mono Framework

2004-03-30 Thread Gert Driesen
, 2004 3:41 AM Subject: [Nant-users] CVS NANT with CVS Mono Framework Hi people, I have one question. I was compiling NANT on GNU/Linux with Mono 0.31 (CVS Release), and it compiled fine but when it try to use nant.exe with mono to use nant.build, it return to me this message: -

Re: [Nant-users] CVS NANT with CVS Mono Framework

2004-03-30 Thread Jaroslaw Kowalski
]> Sent: Wednesday, March 31, 2004 3:41 AM Subject: [Nant-users] CVS NANT with CVS Mono Framework > Hi people, > > I have one question. I was compiling NANT on GNU/Linux with Mono 0.31 > (CVS Release), and it compiled fine but when it try to use nant.exe with >

[Nant-users] CVS NANT with CVS Mono Framework

2004-03-30 Thread Raúl Romero
Hi people, I have one question. I was compiling NANT on GNU/Linux with Mono 0.31 (CVS Release), and it compiled fine but when it try to use nant.exe with mono to use nant.build, it return to me this message: --- Entering directory `/usr/src/mono-dev/nant' mono bin/NAnt.exe -bui

Re: [Nant-users] CVS update

2004-03-17 Thread Ian MacLean
Gert Driesen wrote: I actually have to agree with Clayton in some way ... Verbose is not always bad, I would prefer this : over this any day ... Why ? The ability to have conditions I can see but y

Re: [Nant-users] CVS update

2004-03-17 Thread Gert Driesen
Message - From: "Clayton Harbour" <[EMAIL PROTECTED]> To: "Nicklas Norling" <[EMAIL PROTECTED]>; "Ian MacLean" <[EMAIL PROTECTED]>; "Jaroslaw Kowalski" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004

RE: [Nant-users] CVS update

2004-03-17 Thread Clayton Harbour
] > Subject: RE: [Nant-users] CVS update > > > I vote for the most simple form. Number 2 seems like it for > me. But I want the "normal" parameters to be turned on by > default. But my vote may not count, as I have not yet done my > homework :) /Nicke > > &g

Usesharpcvslib = false; was RE: [Nant-users] CVS update

2004-03-17 Thread Clayton Harbour
nt release. Cheers, Clayton > -Original Message- > From: Kevin Dickover [mailto:[EMAIL PROTECTED] > Sent: March 17, 2004 6:41 AM > To: Clayton Harbour; 'Jaroslaw Kowalski'; 'Gert Driesen'; > 'Scott Hernandez'; 'Ian MacLean'; [EMAIL PR

RE: [Nant-users] CVS update

2004-03-17 Thread Nicklas Norling
> Sent: den 17 mars 2004 15:34 > To: Ian MacLean; Jaroslaw Kowalski > Cc: [EMAIL PROTECTED] > Subject: RE: [Nant-users] CVS update > > > Hi, > > Honestly I wouldn't really see a problem with using the same > syntax for the task and that is one of the reasons

RE: [Nant-users] CVS update

2004-03-17 Thread Kevin Dickover
Sent: Tuesday, March 16, 2004 9:55 PM To: Jaroslaw Kowalski; Kevin Dickover; Gert Driesen; Scott Hernandez; Ian MacLean; [EMAIL PROTECTED] Subject: RE: [Nant-users] CVS update Hi, -1000 for the framework idea :-). Okay I am going to try to put my bruised ego aside and pull something constructive

RE: [Nant-users] CVS update

2004-03-17 Thread Clayton Harbour
Message- > From: Ian MacLean [mailto:[EMAIL PROTECTED] > Sent: March 17, 2004 1:45 AM > To: Jaroslaw Kowalski > Cc: Clayton Harbour; [EMAIL PROTECTED] > Subject: Re: [Nant-users] CVS update > > > I'd have to say 2 also. Forcing users to use the nested > > a

Re: [Nant-users] CVS update

2004-03-17 Thread Ian MacLean
tt Hernandez" <[EMAIL PROTECTED]>; "Ian MacLean" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004 3:55 AM Subject: RE: [Nant-users] CVS update Hi, -1000 for the framework idea :-). Okay I am going to try to put my bruised ego aside an

Re: [Nant-users] CVS update

2004-03-16 Thread Jaroslaw Kowalski
ED]>; "Gert Driesen" <[EMAIL PROTECTED]>; "Scott Hernandez" <[EMAIL PROTECTED]>; "Ian MacLean" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004 3:55 AM Subject: RE: [Nant-users] CVS update > Hi, > > -1000

RE: [Nant-users] CVS update

2004-03-16 Thread Clayton Harbour
Hi, -1000 for the framework idea :-). Okay I am going to try to put my bruised ego aside and pull something constructive from this :-). Framework aside for now the issue is: what syntax do you prefer: 1) option collections (current):

Re: [Nant-users] CVS update

2004-03-16 Thread Ian MacLean
Clayton Harbour wrote: I like the nested command and it looks like it would be easy to extend something like this into some sort of pluggable version control task. Why do you want to do it? The last thing we need here is abstraction. I would like to do this because it p

RE: [Nant-users] CVS update

2004-03-16 Thread Clayton Harbour
> > I like the nested command and it looks like it would be > easy to extend > > something like this into some sort of pluggable version > control task. > > Why do you want to do it? The last thing we need here is abstraction. I would like to do this because it provides a framework to add more

Re: [Nant-users] CVS update

2004-03-16 Thread Jaroslaw Kowalski
> I like the nested command and it looks like it would be easy to extend > something like this into some sort of pluggable version control task. Why do you want to do it? The last thing we need here is abstraction. CVS is simple. Ultra simple. Various VCSes have different concepts and features so

RE: [Nant-users] CVS update

2004-03-15 Thread Clayton Harbour
ion of cvs, sorry for the ctrl-c/ctrl-v error from the 1st post. So...where do we go from here? Clayton > -Original Message- > From: Kevin Dickover [mailto:[EMAIL PROTECTED] > Sent: March 15, 2004 6:18 AM > To: [EMAIL PROTECTED] > Subject: RE: [Nant-users] CVS update

Re: [Nant-users] CVS update

2004-03-15 Thread Jaroslaw Kowalski
> > > > > > > There doesn't really seem to be an elegant way to do this... What's wrong with the following syntax (modulo attribute names)? Why do you require the separation of global vs command options? Why would you want to enclose multiple cvs operations inside a single task? Typically

RE: [Nant-users] CVS update

2004-03-15 Thread Kevin Dickover
I am a NAnt 0.84 user and cannot use the CVS tasks because they do not currently support sspi (sspi support would be a compelling reason to move to a nightly build, otherwise we will stick to official releases). However, I would like to see the -P -d -R options turned on by default when the tasks

RE: [Nant-users] CVS update

2004-03-14 Thread Clayton Harbour
mportant this is before I change it. I don't want to spend a lot of my free time on this if it is not an issue. Cheers, Clayton > -Original Message- > From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] > Sent: March 14, 2004 11:38 AM > To: Clayton Harbour; [EMAIL PROTECT

Re: [Nant-users] CVS update

2004-03-14 Thread Jaroslaw Kowalski
<[EMAIL PROTECTED]> Sent: Sunday, March 14, 2004 8:23 PM Subject: RE: [Nant-users] CVS update > Jarek, > > Splitting the option sets into a global option set and a command specific option set is something done in cvs already, not something I am introducing. If you are unsure of what I

RE: [Nant-users] CVS update

2004-03-14 Thread Clayton Harbour
March 14, 2004 10:01 AM > To: Clayton Harbour; [EMAIL PROTECTED] > Subject: Re: [Nant-users] CVS update > > > Why do you want to split options into "global" and "command" > ? This introduces a new class of problem: "which option is > global and whi

Re: [Nant-users] CVS update

2004-03-14 Thread Jaroslaw Kowalski
MAIL PROTECTED]> To: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>; "Narendra Kulkarni" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, March 14, 2004 6:37 PM Subject: RE: [Nant-users] CVS update > Hi Jarek, > > I don't really like the idea of sp

RE: [Nant-users] CVS update

2004-03-14 Thread Clayton Harbour
ski [mailto:[EMAIL PROTECTED] > Sent: March 14, 2004 8:54 AM > To: Clayton Harbour; Narendra Kulkarni; > [EMAIL PROTECTED] > Subject: Re: [Nant-users] CVS update > > > I don't think it's a problem. > > Users don't usually think in terms of command line optio

Re: [Nant-users] CVS update

2004-03-14 Thread Jaroslaw Kowalski
in a single attribute): What do you think? Jarek - Original Message - From: "Clayton Harbour" <[EMAIL PROTECTED]> To: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>; "Narendra Kulkarni" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> S

RE: [Nant-users] CVS update

2004-03-14 Thread Clayton Harbour
ur; Narendra Kulkarni; > [EMAIL PROTECTED] > Subject: Re: [Nant-users] CVS update > > > Clayton, > > Wouldn't it be better to implement some meaningful attributes > for this? > > > > (BTW. I believe -Pd are so common that they should be on by > defa

  1   2   >