RE: Exec Connection Not Closing

2010-02-24 Thread Barry Pape
d.xml file and is executed through an antpublisher in the CruiseControl config file. Thanks, Barry -Original Message- From: Antoine Levy-Lambert [mailto:anto...@gmx.de] Sent: Monday, February 22, 2010 1:17 PM To: Ant Users List Subject: Re: Exec Connection Not Closing Barry Pape wrote

Re: Exec Connection Not Closing

2010-02-22 Thread Antoine Levy-Lambert
Heap > [cc]Feb-22 11:12:14 ScriptRunner - PSYoungGen total 67136K, used > 55220K [0xf3e0, 0xfb00, 0xfb00) > [cc]Feb-22 11:12:14 ScriptRunner - eden space 64640K, 81% used > [0xf3e0,0xf71b52b8,0xf7d2) > [cc]Feb-22 11:12:14 ScriptRunner - from space 2496K, 91% used > [0xf7d2,

RE: Exec Connection Not Closing

2010-02-22 Thread Barry Pape
d [0xbae0,0xbb0e6d80,0xbf20) [cc]Feb-22 11:12:14 ScriptRunner - PSPermGen total 16384K, used 7839K [0xb6e0, 0xb7e0, 0xbae0) [cc]Feb-22 11:12:14 ScriptRunner - object space 16384K, 47% used [0xb6e0,0xb75a7d08,0xb7e0) [cc]Feb-22 11:12:14 ScriptRunner - -

Re: Exec Connection Not Closing

2010-02-13 Thread Antoine Levy Lambert
Barry Pape wrote: Hi Everyone, I seem to have an issue with an exec task not closing the ssh connection it opens. Basically we use CruiseControl and Ant to build and deploy our code. In the CruiseControl build.xml I have an ant task that ssh's to a remote server and starts a shell script.

Exec Connection Not Closing

2010-02-12 Thread Barry Pape
Hi Everyone, I seem to have an issue with an exec task not closing the ssh connection it opens. Basically we use CruiseControl and Ant to build and deploy our code. In the CruiseControl build.xml I have an ant task that ssh's to a remote server and starts a shell script. Once the script comp