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
Hi steve, this is the output I get in verbose mode, thanks for your reply. C:\Script>ant -verbose Apache Ant version 1.7.0 compiled on December 13 2006 Buildfile: build.xml Detected Java version: 1.5 in: C:\Program Files\Java\jdk1.5.0_07\jre Detected OS: Windows XP parsing buildfile C:\Script\bui

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

problems with ant optional tasks

2007-09-25 Thread Stephen Wilkinson
Hi there, I'm pretty much totally new to linux and am having some build problems with Dspace which I believe is because I don't have my Ant optional tasks working. Basics I'm using Suse Linux Enterprise Server version 10 with sp 1 I downloaded and installed java - jdk-6u2-linux-i586.rpm As well

Re: Modify xml based on a configuration file

2007-09-25 Thread david
Hello Karsten, it appears you have not gotten an answer and you may have already resolved the issue. But, for-whatever-it's-worth here is a custom xml configuration file that is processed during the build and jar targets. for the following XML elements found in my XML config file: @DBPASSWOR

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
Yes ":ext:" wil not make use of .cvspass file. Ant did not hang in your case. Actually it was waiting for the password. Make use of private/public keys when using ":ext:" type of CVS server On 9/25/07, Barry Pape <[EMAIL PROTECTED]> wrote: > > I seem to remember having issues when trying to use pa

Re: A bug with DispatchTask?

2007-09-25 Thread Derek Alexander
Derek Alexander wrote: > > Seems to be a bug in DispatchTask, or am I doing something wrong? > No bug. I'd renamed the action method but not updated the value of the action attribute. The error message shown could perhaps be more useful though. D. -- View this message in context: http://www

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