jskeet / unconstrained-melody

Automatically exported from code.google.com/p/unconstrained-melody
131 stars 17 forks source link

Does not build out-of-the-box #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There was one thing about the build I'd like to point out. As it stands (@r2) 
I actually need to build this twice to have the tests build. The reason is 
that the Tests project does not "officially" depend on the 
UnconstrainedMelody project, and instead depends on the rewritten output. 
This means msbuild does not know that the tests must be built after the 
UnconstrainedMelody project. It can be solved by simply forcing the 
dependency (right-click solution > Project Dependencies), so msbuild builds 
in the correct order.

Original issue reported on code.google.com by martinho.fernandes on 11 Sep 2009 at 12:12

GoogleCodeExporter commented 9 years ago
Got a simple patch...

Original comment by martinho.fernandes on 11 Sep 2009 at 2:58

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry for not replying to this earlier. I noticed the same thing a few days 
ago, and 
fixed it in r3.

Original comment by jonathan.skeet on 15 Sep 2009 at 8:04