rdiff with -kk option using ANT cvstagdiff

2008-08-20 Thread Sangal_ak04
Hi All, I want to generate differences between two given tags (i.e. a start tag and end tag). Currently I'm using the following code in build.xml: some code here .. .. some code here ...

Re: Enforcing "depends" order for 3rd-party targets?

2008-08-20 Thread Alexey Solofnenko
Sometimes it is difficult to understand the order even if there are no impossibilities. "^" - intersection, "-" - substruction, "->" ordering, ";" - ordering in dependencies. I tried incrementally processing the ordering rules, but that did not work - implicit dependencies can be reversed by ot