Thank you very much
-----Original Message-----
From: Steve Loughran [mailto:[EMAIL 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to