You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/24 11:54:58 UTC

[jira] [Commented] (IGNITE-4297) .NET: Upgrading NuGet to new version does not clean up jar files in bin folder

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

ASF GitHub Bot commented on IGNITE-4297:
----------------------------------------

GitHub user ptupitsyn opened a pull request:

    https://github.com/apache/ignite/pull/1276

    IGNITE-4297 .NET: Update NuGet uninstall script to clean up jars

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ptupitsyn/ignite ignite-4297

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/1276.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1276
    
----
commit 226278bd748b7598749732a9a4e424147ce98fef
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-24T11:53:29Z

    IGNITE-4297 .NET: Update uninstall script to clean up jars

----


> .NET: Upgrading NuGet to new version does not clean up jar files in bin folder
> ------------------------------------------------------------------------------
>
>                 Key: IGNITE-4297
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4297
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 1.6
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>              Labels: .NET
>             Fix For: 1.8
>
>
> Apache.Ignite.Core NuGet package updates post-build step with a script to copy jar files to the bin directory.
> However, this script does not remove old versions of jar files. This causes a problem when upgrading to a new version of NuGet package: user gets an error like
> {code}
> Failed to initialize JVM. ---> Apache.Ignite.Core.Common.IgniteException: Java class method is not found (did you set IGNITE_HOME environment variable?): binaryProcessor ---> Apache.Ignite.Core.Common.JavaException: java.lang.NoSuchMethodError: binaryProcessor
> {code}



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