smurfpandey / morelinq

Automatically exported from code.google.com/p/morelinq
Apache License 2.0
0 stars 0 forks source link

EvenMoreLINQ branch (r119) build is broken #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Check out the branch EvenMoreLINQ:
   https://morelinq.googlecode.com/svn/branches/EvenMoreLINQ
2. Run build.cmd or buildw.cmd in the root of the working copy.

What is the expected output? What do you see instead?

Expected the build to succeed across the entire solution. Instead the test 
project fails with the following extract (see attached file for full 
output) towards the end that highlights the problem:

"C:\EvenMoreLINQ\MoreLinq.sln" (default target) (1) ->
"C:\EvenMoreLINQ\MoreLinq.Test\MoreLinq.Test.csproj" (default target) (3) -
>
(CoreCompile target) ->
  CSC : error CS2001: Source file 'Combinatorics.cs' could not be found

    0 Warning(s)
    1 Error(s)

Original issue reported on code.google.com by azizatif on 17 Jan 2010 at 11:21

Attachments:

GoogleCodeExporter commented 9 years ago
Somehow, Check For Modifications in Tortoise missed this file from the last 
commit.
It has been added and committed as R120. I will pull down the source afresh and 
make
sure it builds.

Original comment by ambientl...@gmail.com on 17 Jan 2010 at 3:47

GoogleCodeExporter commented 9 years ago
R120 builds and all tests run green. I am closing this issue as Done.

Original comment by ambientl...@gmail.com on 17 Jan 2010 at 3:49

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 11 Jun 2013 at 8:16