Re: containsregex and concat

2006-11-28 Thread George Bills
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,

RE: [help] Search a string in a file

2006-11-28 Thread Rebhan, Gilbert
Hi, installing JRuby = you don't have to install JRuby, means no need for setting JRUBY_HOME and stuff, but for using the

Re: javac compile errors logs with priority="warn"

2006-11-28 Thread Dominique Devienne
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

Re: AW: How to silence javac task?

2006-11-28 Thread Hans Schwaebli
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.

doesnt run on 1.6.x but on 1.7 (WAS: How to silence javac task?)

2006-11-28 Thread Jan.Materne
* 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,