can i refer to multiple
properties file in those called files.
Thanks in Advance
Ashish Shrivastava
Software Enginner
Impetus Inforech Pvt Ltd.
Indore India
Thanks Steve ,
Your inputs are great help.
Regards
Ashish Shrivastava
Software Enginner
Impetus Infotech Pvt Ltd
Indore,India
On 1/11/07, Steve Loughran <[EMAIL PROTECTED]> wrote:
ashish shrivastava wrote:
> I am OK with the complexity. I can not group sql task as there are
>
I am OK with the complexity. I can not group sql task as there are
dependencies on other tasks.
please tell me how to achieve it.
Thanks
Ashish
On 1/11/07, Steve Loughran <[EMAIL PROTECTED]> wrote:
ashish shrivastava wrote:
> I am using ANT for deployment of my product.I ne
I am using ANT for deployment of my product.I need to run different SQL's at
different stages of my deployment, so if i use ANT SQL task it will create a
new DB connection each time.Is there any way i can share the DB connection
between different tasks.(may be putting the connection in Project cla
/trunk/src/main/org/apache/tools/ant/types/DataType.java
Jan
>-Ursprüngliche Nachricht-----
>Von: ashish shrivastava [mailto:[EMAIL PROTECTED]
>Gesendet: Montag, 12. Juni 2006 09:10
>An: user@ant.apache.org
>Betreff: How to share a database connection between Tasks in ANT?
>
I have a set of Tasks all requiring access to the very same class
instance (a db connection in practice). How can I implement that with
ANT?
So far, I have tried to implement this behaviour via a TaskContainer
but I can't get back the TaskContainer instance from a Task, and hence
the reference to