Author Login
Post Reply
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)