Re: exclusive execution scheduling

2021-02-05 Thread Lasse Lindqvist
Hi. It should already be possible for you to build a dependency graph or execution order the way you need for multi-threaded builds. Example: A and B are required executions for C and D can then be executed after all, A, B and C. So just package every execution into a separate Maven submodule and

Re: exclusive execution scheduling

2021-02-05 Thread Delany
I completely get what you're saying, in fact it hasn't been 48hrs since I've had to reboot an NTFS machine to unlock a file. But here the problem as it manifests is with msbuild itself (if you're interested https://github.com/dotnet/sdk/issues/9585) That might be where we leave it. But I think

Re: exclusive execution scheduling

2021-02-05 Thread Tommy Svensson
I would say this is a windows problem rather than a maven problem. I have had  similar problems trying to build simpler things where only solution is to reboot windows to unlock NTFS (NoT a File System).  I'm very seriously considering getting VMWare and installing a Linux Mint 20 and  work in