replace token property expansion

2006-09-18 Thread Chris Chiasson
How does one accomplish the effect of using where the token attribute could, in an alternate universe, do property expansion? Thank you, -- http://chris.chiasson.name/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: numerical comparison of properties.

2006-09-18 Thread Scot P. Floess
You -could- use the ant contrib task and subtract the numbers...if the value starts with a "-" its less, "0" equal else greater... something like: = "${VAR2}/> [EMAIL PROTECTED] wrote: Hello, I would like to have a target compare two properties and set a third property with the value of

Re: Scripting language recomendation for using

2006-09-18 Thread David
Dear Neil, Thanks for your hint, I guess it can be done with Jython script, but do you know exactly if what I want can be done easy? Does it provides a such sort functions and also for extracting certain columns for a file?, Do you know the name of the functions? Thanks in advance,

Re: Scripting language recomendation for using

2006-09-18 Thread David
Thanks for your hint, I guess it can be done with BeanShell script, but do you know exactly if what I want can be done easy? Does it provides a such sort functions and also for extracting certain columns for a file?, Do you know the name of such functions? Thanks in advance, Davi

Re: numerical comparison of properties.

2006-09-18 Thread Dominique Devienne
The problem seems to trivial to write my own task. Right. This is best handled using a

numerical comparison of properties.

2006-09-18 Thread lists
Hello, I would like to have a target compare two properties and set a third property with the value of the greater of the two. I have looked in at ant contrib's tasks but haven't found it. The problem seems to trivial to write my own task. thanks for help. Jacques -

Re: xclude

2006-09-18 Thread Antoine Levy-Lambert
Chris, the xslt task (new name of the style task) supports factory settings and nested xmlcatalogs. Maybe factory settings can be used instead of sysproperties to do what you want to achieve ? factory settings are entered like in this example from http://ant.apache.org/manual/CoreTasks/style.

Re: ANN: xmltask 1.13

2006-09-18 Thread Prashant
Wow, This is very nice work! Specially think cut-paste is very cool. -Prashant Brian Agnew wrote: Version 1.13 of xmltask is out now. This version contains a new instruction, , which permits uncommenting of sections of XML. This allows you to (say) maintain multiple config elements in one fi

Re: xclude

2006-09-18 Thread Chris Chiasson
I think I see what you mean now, I must specify some parameters to make it do the xinclude. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xclude

2006-09-18 Thread Chris Chiasson
strange, i was using a very recent binary ant build on windows, which I think comes with a brand new version of xerces... o well :-[ On 9/18/06, Emmanouil Batsis <[EMAIL PROTECTED]> wrote: Chris Chiasson wrote: > xclude is a task for performing xincludes that is mentioned in the > ant mailing

Re: xclude

2006-09-18 Thread Emmanouil Batsis
Chris Chiasson wrote: xclude is a task for performing xincludes that is mentioned in the ant mailing list archives a few times - it has a project on source forge Ah, i think i wrote that [1] task :-) The namespace to use has nothing to do with the Ant Task, it is up to the underline XML pa

Re: xclude

2006-09-18 Thread Chris Chiasson
I forgot that I already tried this. The style task doesn't support sysproperties. Am I supposed to set these on the command line to ant or something? On 9/18/06, Chris Chiasson <[EMAIL PROTECTED]> wrote: xclude is a task for performing xincludes that is mentioned in the ant mailing list archive