RE: ant script just hang when checking out of CVS [Similar problem with cvstagdiff]

2007-10-15 Thread Anderson, Rob (Global Trade)
> * Saladin Sharif > * e-mail: [EMAIL PROTECTED] > * Visit homepage @ http://gaia.ecs.csus.edu/~sharifs > ** > > > - Original Message > From: Dominique Devienne <[EMAIL PROTECTED]> > To: Ant Users List ; [EMAIL PROTECTED] > Sent: Thursday, September 2

Re: ant script just hang when checking out of CVS [Similar problem with cvstagdiff]

2007-10-11 Thread Saladin Sharif
t homepage @ http://gaia.ecs.csus.edu/~sharifs ** - Original Message From: Dominique Devienne <[EMAIL PROTECTED]> To: Ant Users List ; [EMAIL PROTECTED] Sent: Thursday, September 27, 2007 8:10:50 AM Subject: Re: ant script just ha

Re: ant script just hang when checking out of CVS [Similar problem with cvstagdiff]

2007-09-27 Thread Dominique Devienne
On 9/26/07, Saladin Sharif <[EMAIL PROTECTED]> wrote: > triggered a JVM thread dump on the hanging Ant > process. I have copied and pasted the thread dump at > the end of this e-mail message. Nothing that looks unusual there. The cvs command was forked, and the stream pumper on another thread is

Re: ant script just hang when checking out of CVS [Similar problem with cvstagdiff]

2007-09-26 Thread Saladin Sharif
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > In general, people will help right away > if they know the answer > already, or can find it out easily. If > not, which should someone else > invest time in helping you for free? > Sometimes some question simply > don't interest the community t

Re: ant script just hang when checking out of CVS [Similar problem with cvstagdiff]

2007-09-26 Thread Dominique Devienne
On 9/26/07, Saladin Sharif <[EMAIL PROTECTED]> wrote: > So far I have not received any responses to my > question. Was my question too difficult to answer? Sarcasm really gets you anywhere with people that help other for free. > Why does the cvstagdiff Ant task NOT work when I have > the CVSROOT

Re: ant script just hang when checking out of CVS [Similar problem with cvstagdiff]

2007-09-26 Thread Saladin Sharif
So far I have not received any responses to my question. Was my question too difficult to answer? Let me try to re-phrase my question. Why does the cvstagdiff Ant task NOT work when I have the CVSROOT environment variable set with the password? Is this a bug in Ant? Should I request a fix for

Re: ant script just hang when checking out of CVS

2007-09-25 Thread Ramu Sethu
After making the ssh setup, try to ssh the cvs server from your system. You should be able to login without giving any password. Now when you run your ant script , you wont face any problem in checking out. This is how i did when we faced this problem On 9/26/07, Ramu Sethu <[EMAIL PROTECTED]> wro

Re: ant script just hang when checking out of CVS

2007-09-25 Thread Ramu Sethu
Have a look at the link given by Bary Pape http://www.sshkeychain.org/mirrors/SSH-with-Keys-HOWTO/SSH-with-Keys-HOW TO-4.html Googling will also a help a lot On 9/25/07, Saladin Sharif <[EMAIL PROTECTED]> wrote: > > > > Make use of private/public > > keys when using ":ext:" type of CVS server >

Re: ant script just hang when checking out of CVS [Similar problem with cvstagdiff]

2007-09-25 Thread Saladin Sharif
--- Robert Clark <[EMAIL PROTECTED]> wrote: > > Setting up SSH so that it does not require a > password, yet is still > secure. I just found out from my system admin that I cannot setup private/public key for my machine to connect to the CVS server, due to internal security policies. But anyway

Re: ant script just hang when checking out of CVS

2007-09-25 Thread Theepan. T
failonerror="yes"/> >> >> >> >> OUTPUT: >> cvs-checkout: >> (it just hangs here) > > what happens if you run it in verbose mode? > > -- > Steve Loughran http://www.1060.org/blogxter/publish/5 > Author: Ant i

Re: ant script just hang when checking out of CVS

2007-09-25 Thread Robert Clark
On Tuesday September 25, 2007, Saladin Sharif <[EMAIL PROTECTED]> wrote: > > Make use of private/public > > keys when using ":ext:" type of CVS server > > Can you please elaborate on what you mean by > "private/public keys"? Setting up SSH so that it does not require a password, yet is still sec

Re: ant script just hang when checking out of CVS

2007-09-25 Thread Saladin Sharif
> Make use of private/public > keys when using ":ext:" type of CVS server Can you please elaborate on what you mean by "private/public keys"? Thanks, -Saladin --- Ramu Sethu <[EMAIL PROTECTED]> wrote: > Yes ":ext:" wil not make use of .cvspass file. Ant > did not hang in your > case. Actually

Re: ant script just hang when checking out of CVS [Similar problem wiht cvstagdiff]

2007-09-25 Thread Saladin Sharif
I am actually having a similar problem; when I try to use the cvstagdiff tag in my ANT script it hangs. NOTE: my CVSROOT is set as an environment variable as such set CVSROOT=:ssh;username=MyUserName;password=MyPassword;hostname=some.servername.com:/opt/cvs/edrs I have tried running my ant sc

Re: ant script just hang when checking out of CVS

2007-09-25 Thread Ramu Sethu
; Sent: Monday, September 24, 2007 1:03 PM > To: user@ant.apache.org > Subject: ant script just hang when checking out of CVS > > > I am writing an ant script to checkout a module from the CVS repository. > I > have installed cygwin cvs.exe and ssh.exe client. I also have the > followi

Re: ant script just hang when checking out of CVS

2007-09-25 Thread Steve Loughran
Theepan. T wrote: I am writing an ant script to checkout a module from the CVS repository. I have installed cygwin cvs.exe and ssh.exe client. I also have the following environmental variables set: CVSROOT=:ext:[EMAIL PROTECTED]:/cvsroot CVS_RSH=ssh When I checkout on the command prompt using t

RE: ant script just hang when checking out of CVS

2007-09-24 Thread Barry Pape
, September 24, 2007 1:03 PM To: user@ant.apache.org Subject: ant script just hang when checking out of CVS I am writing an ant script to checkout a module from the CVS repository. I have installed cygwin cvs.exe and ssh.exe client. I also have the following environmental variables set: CVSROOT=:ext

ant script just hang when checking out of CVS

2007-09-24 Thread Theepan. T
have: OUTPUT: cvs-checkout: (it just hangs here) Thanks in advance -- View this message in context: http://www.nabble.com/ant-script-just-hang-when-checking-out-of-CVS-tf4510769.html#a12865005 Sent from the Ant -