Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

RE: about ant sql connection being pulled out , into a property file

Chaohua Wang

2008-03-13

Replies:

Author LoginPost Reply

Thank you very much
-----Original Message-----
From: Steve Loughran [mailto:stevel@(protected)]
Sent: Thursday, March 13, 2008 3:52 AM
To: Ant Users List
Subject: Re: about ant sql connection being pulled out , into a property
file

Chaohua Wang wrote:
> Folks,
>
> I am using ant sql,
>
>
>
> <sql
>
>         driver="net.sourceforge.jtds.jdbc.Driver"
>
>         url="jdbc:jtds:sqlserver://10.3.1.201/Test"
>
>         userid="settle"
>
>         password="settle"
>
>         print="yes"
>
>         classpathref="webtest.path.id"
>
>         output="${tmp.dir}/dbModification.txt"
>
>         >
>
>
>
> Because I have a few of ant sql statements, could you tell me how to
put
> above part into a property file. So there is no duplicate code.

Look at <presetdef> to define a template you can use and reuse

--
Steve Loughran            http://www.1060.org/blogxter/publish/5
Author: Ant in Action       http://antbook.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.