Thanks Gilbert - except that doesn't work when tables span more than one
line. "byline true" splits the text into multiple tokens, and the regex
is applied independently to each token. So if the start of the
expression () is on line one, the middle of the expression
(blah...etc) is on line two,
Hi,
installing JRuby =
you don't have to install JRuby, means no need for setting JRUBY_HOME
and stuff,
but for using the
On 11/27/06, John Norvell <[EMAIL PROTECTED]> wrote:
> The javac task seems to log compile errors using the "warn" logging
> priority level with echo.
Does anyone know if this behavior is a bug or intentional?
Haven't checked the code, but the levels correspond to Ant's log
levels. All output f
The best thing would be if it is build into Ant. Whenever a error occurs and
the script stops, it should print the call stack with Ant file names and target
names, not only the line numbers and file names.
It could really be helpful in some cases for solving what went wrong in a
script.
* is implemented by oata.taskdefs.optional.script.ScriptDef
(according to oata/taskdefs/default.properties).
* ScriptDef's executeScript(Map,Map,ScriptDefBase) method configures the script
runner and starts the script.
* While configuration it adds some global references: attributes, elements,