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
(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
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
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-
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