Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 48433 invoked from network); 19 Aug 2002 20:50:43 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 19 Aug 2002 20:50:43 -0000 Received: (qmail 8196 invoked by uid 97); 19 Aug 2002 20:51:01 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 8083 invoked by uid 97); 19 Aug 2002 20:50:59 -0000 Mailing-List: contact ant-dev-help@jakarta.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 ant-dev@jakarta.apache.org Received: (qmail 7984 invoked by uid 98); 19 Aug 2002 20:50:58 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Subject: Re: Reentry problems with CVS task (mabye Execute task used by composition) SOLVED To: "Ant Developers List" X-Mailer: Lotus Notes Release 5.0.3 March 21, 2000 Message-ID: From: jlcarpenter@household.com Date: Mon, 19 Aug 2002 13:50:00 -0700 X-MIMETrack: Serialize by Router on PHILNOTESG1/SRV/Household(Release 5.0.10 |March 22, 2002) at 08/19/2002 03:50:13 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I ended up having to apply the patches by hand (I think they were meant for older versions of the PumpStreamHandler and StreamPumper classes) but the fixes work! My 'private static PipedInputStream createCvsLogStream(Cvs cvs, String guideFile)' method works great now, even when called more than once. The critical extra lines of code seem to be the: while (inputThread.isAlive()) { inputThread.interrupt(); inputThread.join(TIMEOUT); } stuff. James Lee Carpenter Software Engineer Household Technical Services 6602 Convoy Court San Diego, CA 92111 ph: 858-609-2461 email: jlcarpenter@household.com "Stephane Bailliez" To: "Ant Developers List" Subject: Re: Reentry problems with CVS task (mabye Execute task used by composition) 08/19/2002 11:32 AM Please respond to "Ant Developers List" ----- Original Message ----- From: > A few questions: > > Which patch, Attachment id=996 for Bug 5003 (the last one)? Looks like so. > How do I easly apply patches in this environment? I have never had a need > to work extensively with patches before. I know there are lots of clever > tools to make this easy but I don't know what they all are. I know that > patches are simply diffs in a particular format but I don't know all the > little details. patch -i -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: