<exec executable="cmd.exe">
<arg line=" /C svn --force delete pathtofiles\*.dat
--username=username --password=password">
</arg>
</exec>
Showing posts with label wildcards. Show all posts
Showing posts with label wildcards. Show all posts
Friday, 8 April 2011
Ant task with wildcard expansion for svn.
Ant is a popular tool among Java developers but one can use it for some other generic tasks. For example using svn as a task inside an ant script is provided by a library. However wildcard expansion won't work under this task. One way to over come this to use an exec task as follows (in windowz):
Subscribe to:
Posts (Atom)
