You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2015/04/30 21:50:06 UTC

[jira] [Commented] (REEF-238) Build unstable in Visual Studio

    [ https://issues.apache.org/jira/browse/REEF-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522125#comment-14522125 ] 

Markus Weimer commented on REEF-238:
------------------------------------

The changes made as part of [REEF284] have slightly changes the nature of the issue. The initial build in Visual Studio now always succeeds, but subsequent rebuilds sometimes fail:

{noformat}
Error	2	Metadata file 'C:\src\reef\lang\cs\bin\x64\Release\Org.Apache.REEF.Client\Org.Apache.REEF.Client.exe' could not be found	C:\src\reef\lang\cs\Org.Apache.REEF.Examples.HelloREEF\CSC	Org.Apache.REEF.Examples.HelloREEF
Error	3	Metadata file 'C:\src\reef\lang\cs\bin\x64\Release\Org.Apache.REEF.Client\Org.Apache.REEF.Client.exe' could not be found	C:\src\reef\lang\cs\Org.Apache.REEF.Network.Examples.Client\CSC	Org.Apache.REEF.Network.Examples.Client
Error	5	Metadata file 'C:\src\reef\lang\cs\bin\x64\Release\Org.Apache.REEF.Client\Org.Apache.REEF.Client.exe' could not be found	C:\src\reef\lang\cs\Org.Apache.REEF.Tests\CSC	Org.Apache.REEF.Tests
Error	1	Metadata file 'C:\src\reef\lang\cs\bin\x64\Release\Org.Apache.REEF.Examples\Org.Apache.REEF.Examples.dll' could not be found	C:\src\reef\lang\cs\Org.Apache.REEF.Client\CSC	Org.Apache.REEF.Client
Error	6	Metadata file 'C:\src\reef\lang\cs\bin\x64\Release\Org.Apache.REEF.Examples\Org.Apache.REEF.Examples.dll' could not be found	C:\src\reef\lang\cs\Org.Apache.REEF.Tests\CSC	Org.Apache.REEF.Tests
Error	4	Metadata file 'C:\src\reef\lang\cs\bin\x64\Release\Org.Apache.REEF.Network.Examples\Org.Apache.REEF.Network.Examples.dll' could not be found	C:\src\reef\lang\cs\Org.Apache.REEF.Network.Examples.Client\CSC	Org.Apache.REEF.Network.Examples.Client
Error	7	Metadata file 'C:\src\reef\lang\cs\bin\x64\Release\Org.Apache.REEF.Network.Examples\Org.Apache.REEF.Network.Examples.dll' could not be found	C:\src\reef\lang\cs\Org.Apache.REEF.Tests\CSC	Org.Apache.REEF.Tests
{noformat}

> Build unstable in Visual Studio
> -------------------------------
>
>                 Key: REEF-238
>                 URL: https://issues.apache.org/jira/browse/REEF-238
>             Project: REEF
>          Issue Type: Bug
>          Components: MSBuild, REEF.NET
>            Reporter: Markus Weimer
>
> When building the {{Release}} configuration in Visual Studio, the build is unreliable. It frequently fails when either building the first time or when doing a rebuild. A second build usually succeeds.
> When the build fails, it is because one oft he {{nuspec}} files can't be found. However, the file exists *after* the build exits, which points to a timing issue. We create the {{nuspec}} files as part of the build, and this looks like a race condition in our build.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)