Hello,
I'm intrigued about the ModificationReader and wondering whether I
would be able to use it for a specific use in my project. I'll start
with a little background. I'm looking to create a cc project (I'll
refer to it as "B") that would be dependent on a different project
("A") that involves checking out some database schema code. "A" is
already setup with the ModificationWriter task. What I want "B" to be
able to do is read in these modifications and then, depending on the
files that were modified, apply the changes to a particular database.
My question is how are the results of ModificationReader visible to
other tasks in the project? Is what I am proposing feasible to do?
Thanks for the great tool and the informative group.