iginal message -
From: "Gopala Krishna"
To: user@ant.apache.org
Date: Tue, 23 Feb 2010 17:48:06 +0530
Subject: Nested import task problem / anttask problem
Hi,
I am trying to execute an ant target through program. I have used import
task and those are nested in each build file. Thi
Brian
- Original message -
From: "Brian Repko"
To: "Ant Users List"
Date: Tue, 23 Feb 2010 07:03:11 -0600
Subject: Re: AW: Nested import task problem / anttask problem
I'm in the process of fixing a similar bug related to imports
and extensionOf/extension-point.
- Original message -
From: jan.mate...@rzf.fin-nrw.de
To: user@ant.apache.org
Date: Tue, 23 Feb 2010 13:53:40 +0100
Subject: AW: Nested import task problem / anttask problem
Not sure about the in b.xml ...
Jan
>-Ursprüngliche Nachricht-
>Von: Gopala Krishna [mailto:go
Not sure about the in b.xml ...
Jan
>-Ursprüngliche Nachricht-
>Von: Gopala Krishna [mailto:gopalakrishna.tani...@applabs.com]
>Gesendet: Dienstag, 23. Februar 2010 13:18
>An: user@ant.apache.org
>Betreff: Nested import task problem / anttask problem
>
>Hi,
&
Hi,
I am trying to execute an ant target through program. I have used import
task and those are nested in each build file. This is working fine when
executed via command line and throwing error when I execute target-a using
ProjectHelper.
The below are my ant build files. Has anyone tried t