Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling under Mono breaks stuff #298

Closed
pogzie opened this issue Dec 11, 2015 · 1 comment
Closed

Compiling under Mono breaks stuff #298

pogzie opened this issue Dec 11, 2015 · 1 comment

Comments

@pogzie
Copy link

pogzie commented Dec 11, 2015

Following the guide on the documentation, doing a make after pulling the repo with the dependencies causes a problem regarding Zip with the message Not registered task Zip. I tried getting zip installed on my machine but still getting that error. Only workaround I found by tracing the cause is commenting out a section in src/RiakClient/RiakClient.csproj particularly

    <!-- <ItemGroup>
      <ZipFiles Include="$(OutputPath)*.dll" />
      <ZipFiles Include="$(OutputPath)*.xml" />
      <ZipFiles Include="$(OutputPath)*.pdb" />
    </ItemGroup>
    <Zip Files="@(ZipFiles)" WorkingDirectory="$(OutputPath)" ZipFileName="$(OutputPath)$(AssemblyName)-$(VersionString).zip" ZipLevel="9" /> -->

I dont know up to what extent this would affect running the Riak .Net client since I have zero knowledge in running .Net via mono (just following the guides)

@lukebakken
Copy link
Contributor

What version of Mono are you using? Thanks.

@lukebakken lukebakken self-assigned this Dec 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants