You mean split a build file in to smaller ones. That is possible. You
can call targets of another build file from one using or
import a build file using
rgds
Antony Paul
On Wed, 16 Mar 2005 06:03:24 +, THUFIR HAWAT <[EMAIL PROTECTED]> wrote:
> a google search on "
can be used outside of a target. It will be evaluated
> before any target is executed.
>
> Ronen.
>
> Antony Paul <[EMAIL PROTECTED]> wrote on 03/15/2005 12:14:07 PM:
>
> > Hi all,
> > I need to check whether two properties are set before executing a
>
Hi all,
I need to check whether two properties are set before executing a
task. I could check for one property using if attribute of target. How
to check for 2 properties are set ?.
I dont want to write another target to check this condition.
--
rgds
Antony Paul
http://www.geocities.com
Hi all,
I have to replace a name in the files in a directory and its
subdirectories. I wrote a task for it. But it is replacing tokens in
the directory which is specified in the dir attribute.
Antony
Paul
I enabled debugging on and it