Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 59019 invoked from network); 19 Sep 2003 13:37:06 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 19 Sep 2003 13:37:06 -0000 Received: (qmail 63078 invoked by uid 500); 19 Sep 2003 13:37:00 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 62937 invoked by uid 500); 19 Sep 2003 13:36:59 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 62924 invoked from network); 19 Sep 2003 13:36:58 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 19 Sep 2003 13:36:58 -0000 Received: (qmail 16556 invoked by uid 50); 19 Sep 2003 13:39:55 -0000 Date: 19 Sep 2003 13:39:55 -0000 Message-ID: <20030919133955.16555.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 23272] New: - CVS task over ssh blocks execution X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23272 CVS task over ssh blocks execution Summary: CVS task over ssh blocks execution Product: Ant Version: 1.5.3 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: d.neary@phenix.fr Hi, Attaching a bunch of stuff to help reproduce this... When I use ant to run a number of checkouts and build tasks, all is well on linux (as usual), but on windows, the cvs tasks seem to block the operation of the rest of the target. What I mean by that is, when using the ext access method in CVS, with plink as the ssh bridge, with this very simple build.xml (attached as well for easy downloading): ANT file showing problems with ant/wincvs/plink I get the following result: C:\java\build_env>ant -f build_test.xml Buildfile: build_test.xml all: [cvs] cvs server: Updating test1 [cvs] U test1/a And after several minutes, I kill the ant instance. Relevant environment variables, for information: CVSROOT=:ext:user@server:/path/to/repos CVS_RSH=plink ANT_HOME, JAVA_HOME et al are all set to reasonable values. I am also attaching the tarred up repository I was using. You will see it really is just a dummy CVS repository. This script runs as expected (that is, both checkouts proceed to completion, and we get the command line back) on Linux. Also, when run from the command line, the cvs co test1 and tes2 work fine, and return control to the command line when finished. I will attach some more verbose output with cvs -t and ant -v in a minute. Thanks, Dave. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org