How about passing a param to the task you're writing, to choose the
procedure you'd like to run and then run it via RMI?
> -Original Message-
> From: 1800 tbsfunny [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 08, 2006 6:54 PM
> To: user@ant.apache.org
> Sub
> Original-Nachricht
> Datum: Thu, 8 Jun 2006 13:14:21 -0400
> Von: 1800 tbsfunny <[EMAIL PROTECTED]>
> An: Ant Users List
> Betreff: Re: Methods inside Java ant task
>
> Thanks Antonie.
>
> I created a wrapper class.
>
>
L PROTECTED]>
> An: user@ant.apache.org
> Betreff: Methods inside Java ant task
>
> Hi Ant gurus,
>
> I am trying to write an Ant task that looks something like that -
>
>
> fork="no"
> failonerror="no">
>
>
8 Jun 2006 12:54:04 -0400
> Von: 1800 tbsfunny <[EMAIL PROTECTED]>
> An: user@ant.apache.org
> Betreff: Methods inside Java ant task
>
> Hi Ant gurus,
>
> I am trying to write an Ant task that looks something like that -
>
>
Hi Ant gurus,
I am trying to write an Ant task that looks something like that -
This fails on me because we cannot run methods directly. Any suggesstions?