Different logger for a subtask

2005-09-14 Thread Ondrej Svetlik
Hello, is there a way to set a different logger for a subtask? I'd like to use something like: The only way I found is to use , but that's not a good solution. Any ideas? Best regards, Ondrej Svetlik - To unsu

Re: Using properties like variables

2005-12-14 Thread Ondrej Svetlik
Hello, try using from ant contrib. Best regards Ondrej Svetlik [EMAIL PROTECTED] wrote: Hi everyone, I know that properties can't be used as variables. However I'm trying to implement something where I would like to have a behaviour similar to that. For example, let's imagi

Re: Bug in istrue condition?

2005-12-20 Thread Ondrej Svetlik
Hello, the documentation of condition says: istrue Tests whether a string equals any of the ant definitions of true, that is "true","yes", or "on" See http://ant.apache.org/manual/CoreTasks/conditions.html for more information. Best regards, Ondrej Svetlik

Re: Testing multiple values?

2005-12-20 Thread Ondrej Svetlik
Well, how about Best regards, Ondrej Svetlik Rhino wrote: How do I handle three different possible values from an 'exec' task when I want one value to be ignored and each of the other two values to invoke

Re: problem with compiler settings

2006-02-14 Thread Ondrej Svetlik
compiler attribute is ignored when executable is set. You may try to set target attribute, but in my oppinion it is not necessary. Best regards Ondrej Svetlik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: problem with compiler settings

2006-02-14 Thread Ondrej Svetlik
odern I hope it's really what Erik wanted to know. Yes, you are right, that by default, ant uses the same java it is running in for javac/java tasks. That's why the only way to change it is by setting executable to the one desired and fork to true. Best regards

Re: Help with (regexp?) file mapper

2005-06-27 Thread Ondrej Svetlik
k for that now. Many thanks for giving me a head start! Hello, since ant-1.6.3 regexpmapper has handledirsep attribute, set this to "yes" and it will match slashes and backslashes. Best regards, Ondrej Svetlik - To

Another windows problem

2005-06-29 Thread Ondrej Svetlik
like f:\PREFIX\path\to\... But that's all wrong, because I need to map /PREFIX/ to user defined prefix using . There's no such problem in Linux of course. I'd be glad for any help or advice. Best regards, Ondrej Svetlik -

Re: how can I change value of property in runtime?

2005-08-25 Thread Ondrej Svetlik
Hello, cannot change property value, try to use from ant-contrib instead. Best regards, O. Svetlik Taner Diler wrote: Hi, I have a problem with properties that defined in xml. I'm reading a property (has "test-0" value) from properties file and I try to change its value by using ' '.

Re: Test

2005-08-25 Thread Ondrej Svetlik
This list is probably moderated, so a post from unregistered address must be approved by it's moderator. That's why it can take a long time. -oxs Bill Rich wrote: I sometimes have this problem when I post from an email account that is not the one I used to register on the listserv. Many times