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/03/27 19:49:53 UTC

[jira] [Created] (REEF-229) Fix warnings about DLL locations in the build of Org.Apache.REEF.All

Markus Weimer created REEF-229:
----------------------------------

             Summary: Fix warnings about DLL locations in the build of Org.Apache.REEF.All
                 Key: REEF-229
                 URL: https://issues.apache.org/jira/browse/REEF-229
             Project: REEF
          Issue Type: Bug
          Components: Build infrastructure, REEF.NET
            Reporter: Markus Weimer
            Priority: Minor


When building REEF.NET, we get the following warnings:

{noformat:title=Warnings during the build}
EXEC : warning : 3 issue(s) found with package 'Org.Apache.REEF.All'. [c:\src\reef\lang\cs\Org.Apache.REEF.All\Org.Apache.REEF.All.csproj]

  Issue: Assembly outside lib folder.
  Description: The assembly 'obj\Debug\Org.Apache.REEF.All.dll' is not inside the 'lib' folder and hence it won't be added as reference when the package is installed into a project.
  Solution: Move it into the 'lib' folder if it should be referenced.

  Issue: Assembly outside lib folder.
  Description: The assembly 'obj\x64\Debug\Org.Apache.REEF.All.dll' is not inside the 'lib' folder and hence it won't be added as reference when the package is installed into a project.
  Solution: Move it into the 'lib' folder if it should be referenced.

  Issue: Assembly outside lib folder.
  Description: The assembly 'obj\x64\Release\Org.Apache.REEF.All.dll' is not inside the 'lib' folder and hence it won't be added as reference when the package is installed into a project.
  Solution: Move it into the 'lib' folder if it should be referenced.
{noformat}



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