I take it I need to write a little plugin :) BTW, for any who are curious, the purpose is that because some of our components are C++, they deliver both dlls and headers for the interface, so unlike C# and other languages where interfaces are binary too, we have the problem where we might accidentally modify a header file not realizing it came from a dependency, and never find out about it until it breaks someone else. Hence, the idea we came up with was to automatically flag the dependency files as read-only after unpacking.
Phillip On Mon, Aug 29, 2011 at 12:22 PM, Phillip Hellewell <[email protected]>wrote: > When using dependency:unpack-dependencies, I would like to flag all the > unpacked files as read-only. I don't see a parameter to do that. Is there > a separate plugin out there that I could use? So after unpacking it would > flag all files below target\dependency as read-only. > > Well, if worst comes to worst, I know I can write my own little plugin to > do this quite easily... > > Thanks, > Phillip >
