Tagged Questions
1
vote
2answers
167 views
Include ant modified selector based on condition
I am modifying my exiting ant script to support differential builds. For that I have used modified selector in fileset for finding only modified files. But the problem is when I am doing full build I ...
0
votes
1answer
289 views
Get only modified files using VSSGET ant task
How can i get only modified files using VSSGET ant task? Something like update in SVN.
I try to find this option in the documentation, but i didn“t find.
http://ant.apache.org/manual/Tasks/vss.html
0
votes
2answers
372 views
Use Ant <modified> selector with arbitrary date
As part of a content migration project, I am building content into a CMS on a weekly basis, and I use an Ant script to copy the content files to the build directory. Up until now, we've been wiping ...
0
votes
1answer
690 views
SVN and Ant. How to obtain fileset of modified, non-versioned or deleted files?
Ant fileset and selectors is power feature.
There are any selector for work with files and dirs under SVN?
Something like this
<!-- All modified text files in current working dir -->
...