Child processes are randomly killed (occurred with and )

2007-08-02 Thread Alexis de Bernis
Hello, We encountered the following troubling error when dealing with long ant tasks. When the server is heavily loaded, ANT tasks may randomly abort before their natural end. Adding the verbose flag only shows the "[DEBUG] Process finished" log without any exception. This was first occurri

iterate through files

2007-08-02 Thread Mario Madunic
(Running Ant from a bat file triggered by a directory watching app.) Is is possible to iterate through a directory of files (that can have files added while the task is running), one at a time before running the task again? In other words I want to grab a single file parse it with an Ant task, del

Re: Problem with build after method signature change

2007-08-02 Thread Dominique Devienne
On 8/2/07, billf5293 <[EMAIL PROTECTED]> wrote: > > We are experiencing a problem with our build after a method signature change > in one of our classes. A method was changed from non-static to static. > Since the dependant class files would still compile ant did not compile > them. The result is

Problem with build after method signature change

2007-08-02 Thread billf5293
We are experiencing a problem with our build after a method signature change in one of our classes. A method was changed from non-static to static. Since the dependant class files would still compile ant did not compile them. The result is a IncompatibleClassChangeError at runtime saying a non-

Re: AW: multiple regexs against a single doc

2007-08-02 Thread Mario Madunic
Thanks Jan, works basically but am having problems with certain regexs does nothing been trying to place a regex inside the @replace but with no luck. I'm trying to replace the _TAB_ string with an actual tab so one of the following should do something: \t, \u0011, \ (might have the u and x b