Re: Frequent java.lang.OutOfMemoryError: Java heap space error

2007-12-11 Thread Stepan Mishura
On 12/10/07, Ravi Roy <[EMAIL PROTECTED]> wrote: > Hello all, > > I am running my product build with cruisecontrol using ant 1.7.0. Our testing infra hit the same problem with ANT 1.6.5. As workaround the infra forks ANT build in a separate process. Thanks, Stepan. I have set > ANT_OPTS=-Xms=153

Re: Stopping a process identified by name

2007-12-04 Thread Stepan Mishura
On 11/28/07, Agarkar, M (Milind) <[EMAIL PROTECTED]> wrote: > Thanks Jan. > Any idea about how to trap a PID on-the-fly ? It would be a script to run > automatically. > In snapshot testing we use the next targets to find and kill hung VMs after a suite run. PROCESSES: ${proccess}

Re: ant regex

2007-06-27 Thread Stepan Mishura
The next works for me: $ ant Buildfile: build.xml doit: [echo] C:\temp\dp\util;C:\temp\dp\util\stack BUILD SUCCESSFUL Total time: 0 seconds Thanks, Stepan. On 6/13/07, snenkov <[EMAIL PROTECTED]> wrote: I am using w