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 2016/09/26 23:29:20 UTC

[jira] [Commented] (REEF-372) All projects that are built as ConsoleApplications do not get added as references by nuget

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

Markus Weimer commented on REEF-372:
------------------------------------

We add them as {{Tools}} to the nuget in our spec. Tools do not get added as references. For instance, our Evaluator nuspec contains the following line:

{code:xml}
<file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.Evaluator\Org.Apache.REEF.Evaluator.exe" target="tools" />
{code}

We probably should change that to

{code:xml}
<file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.Evaluator\Org.Apache.REEF.Evaluator.exe" target="lib" />
{code}


> All projects that are built as ConsoleApplications do not get added as references by nuget
> ------------------------------------------------------------------------------------------
>
>                 Key: REEF-372
>                 URL: https://issues.apache.org/jira/browse/REEF-372
>             Project: REEF
>          Issue Type: Bug
>          Components: NuGet, REEF.NET
>            Reporter: Shravan Narayanamurthy
>
> I hit this issue with Client.exe & Evaluator.exe. I think Client.exe should anyway be converted to a dll. But Evaluator.exe should definitely be automatically added as a reference through the nugget mechanism



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