how yo use multiple build.properties file

2007-01-11 Thread ashish shrivastava
can i refer to multiple properties file in those called files. Thanks in Advance Ashish Shrivastava Software Enginner Impetus Inforech Pvt Ltd. Indore India

Re: How to share a database connection betwwen differnet ant (sql) task

2007-01-11 Thread ashish shrivastava
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 >

Re: How to share a database connection betwwen differnet ant (sql) task

2007-01-10 Thread ashish shrivastava
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

How to share a database connection betwwen differnet ant (sql) task

2007-01-10 Thread ashish shrivastava
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

Re: How to share a database connection between Tasks in ANT?

2006-06-12 Thread ashish shrivastava
/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? >

How to share a database connection between Tasks in ANT?

2006-06-12 Thread ashish shrivastava
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