Hey everyone! We are currently setup with a common bin directory that all of our projects and solutions reference from. Each project has a build event that copies its output to the bin folder so other projects can reference it. I had a situation with the <solution> task where nant was locking the reference assemblies in the bin directory and my project build events were failing to copy the output assemblies. To get around this issue, I added a new attribute to the <solution> task called shadowCopy. If this is turned on, it will shadow copy all assemblies when compiling the solution, that way nothing gets locked.
 
I've never contributed to an open source project before and didn't know the protocol. I also wasn't sure if this enhancement was something anyone else would be interested in. An comments would be appreciated.
 
Mike Treadway
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to