liulee / gurtle

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

AssemblyInfoVersion.cs missing on checkout/export #33

Closed GoogleCodeExporter closed 9 years ago

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

1. Checkout the latest sources
2. Build the solution file in Visual Studio or using MSBuild directly

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

Expected the solution to build. Instead build fails due to error:
error CS1504: Source 
file '...\src\Gurtle\Properties\AssemblyInfoVersion.cs' could not be 
opened ('Unspecified error ')

The first experience with checking out or exporting a project should not 
be one of a build failure, especially if someone just fires up the 
solution in Visual Studio and builds. Otherwise they will be discouraged 
to continue with the project. If one builds from the command-line, chances 
are they will use build.cmd, which does not suffer from this issue.

Additional information:

At the time of reporting this issue, the latest revision was r169.

Original issue reported on code.google.com by azizatif on 8 May 2009 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 8 May 2009 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by tortoisesvn on 9 May 2009 at 6:49

GoogleCodeExporter commented 9 years ago
Fixed in r171

Original comment by tortoisesvn on 9 May 2009 at 6:52

GoogleCodeExporter commented 9 years ago
Thanks

Original comment by azizatif on 9 May 2009 at 10:32