LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Can't build from trunk. #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get the latest source from trunk and try to build the tests, cant find
nunit.framework.dll
2. When fixed #1, I got an ArgumentException due to a incorrect char in a
string.format call {0] should be {0}

Original issue reported on code.google.com by lazy...@gmail.com on 11 Mar 2008 at 3:10

Attachments:

GoogleCodeExporter commented 8 years ago
This appears that the trunk may have this addressed now.  I just pulled a fresh 
copy
from the trunk today and built without issues under VS2005.

Original comment by digsol...@gmail.com on 3 Apr 2008 at 6:46

GoogleCodeExporter commented 8 years ago
I cant see any changes in the trunk, its still revision #28. The problem for me 
was
the reference to nunit.framework.dll in Migrator.Tests_2005.csproj (added a ..\ 
in
the hintpath). 

What happens when you run the unittests?

Original comment by lazy...@gmail.com on 4 Apr 2008 at 6:26

GoogleCodeExporter commented 8 years ago
@lazydev, I can confirm the problem with the hintpath in 
Migrator.Tests_2005.csproj 
as well.

I can submit another patch for this, but its the same as lazydev's minus the 
string.format bug

Original comment by dko...@gmail.com on 20 Apr 2008 at 2:59

Attachments:

GoogleCodeExporter commented 8 years ago
I have fixed the string.Format bug (r29), and applied the 
nunit.framework.reference
patch (r30).

Cheers.

Original comment by nick.h...@gmail.com on 21 Apr 2008 at 5:47