Re: Parsing directory names

2006-10-06 Thread Marcus Lindblom
How about using that contains a custom script that builds a fileset that can be reffed afterwards? Cheers, /Marcus Suzanne Dorman wrote: The user specifies the version. If they specify 1.1, I need to get the directories of 1.0 and 1.1 but not 1.1.1 and 2.0. If they specify 1.1.1, I have to

Re: Customizable handling of unset properties

2006-09-20 Thread Marcus Lindblom
9/20/06, Marcus Lindblom <[EMAIL PROTECTED]> wrote: Marcus Lindblom wrote: > Dominique Devienne wrote: >>> I am sure other Ant committers will feel differently. I do not see a >>> big urge to implement this. >>> >>> On the other side, why not ? >&g

Re: Customizable handling of unset properties

2006-09-20 Thread Marcus Lindblom
Marcus Lindblom wrote: Dominique Devienne wrote: I am sure other Ant committers will feel differently. I do not see a big urge to implement this. On the other side, why not ? [snip} Righto. I'll see what I can come up with then. :) I got response on the bugzilla issue, that there

Re: Customizable handling of unset properties

2006-09-19 Thread Marcus Lindblom
Dominique Devienne wrote: I am sure other Ant committers will feel differently. I do not see a big urge to implement this. On the other side, why not ? Yes, why not. Referencing an unset property is indeed often a bug in the build, although not always. I have thought myself than an "sh" proper

Re: Customizable handling of unset properties

2006-09-19 Thread Marcus Lindblom
Sorry for bouncing. I'm just wondering if there is somewhere (other than this list) where this is better dicusssed? /Marcus Marcus Lindblom wrote: Hi, I just want to ask a bit something that probably has been discussed to death before: unset properties handling. The latest 1.7 doe

Re: Scripting language recomendation for using

2006-09-17 Thread Marcus Lindblom
David, I have a similar background to you (c++ & java) and I've found Beanshell to be pretty good. It's _very_ much like coding straight java so it'll suit you fine, if you want to get started with a very small learning curve. So, if you can imagine getting your tasks done in Java, you can do

Customizable handling of unset properties

2006-09-09 Thread Marcus Lindblom
Hi, I just want to ask a bit something that probably has been discussed to death before: unset properties handling. The latest 1.7 does not address this (according to the release notes), and I could find no enhancement request discussing it either. So, my simple proposal is: Allow the user

Re: Attempting to write a custom import-task

2006-09-09 Thread Marcus Lindblom
portTask.class); Peter On 9/8/06, Marcus Lindblom <[EMAIL PROTECTED]> wrote: (I couldn't find anything in the mail-archives, nor on google, on this, so I'm asking here. It's my first post to this list and I haven't subscribed it previously either.) Hi all,

Attempting to write a custom import-task

2006-09-08 Thread Marcus Lindblom
(I couldn't find anything in the mail-archives, nor on google, on this, so I'm asking here. It's my first post to this list and I haven't subscribed it previously either.) Hi all, Short version: How to use from a custom task? Long version: I'm trying to make a custom import task that perfo