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
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
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
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
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
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
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
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,
(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