You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sisko Vasiliy (JIRA)" <ji...@apache.org> on 2015/03/20 17:19:39 UTC

[jira] [Resolved] (IGNITE-480) Need to update scala examples to use dynamic caches

     [ https://issues.apache.org/jira/browse/IGNITE-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sisko Vasiliy resolved IGNITE-480.
----------------------------------
    Resolution: Fixed
      Assignee: Vasilisa Sidorova  (was: Sisko Vasiliy)

# Link fixed.
# For making ignite-examples.jar with scala classes you should use command: *mvn clean package -P scala*
Making of jar with scala does not working now and wait issue IGNITE-531.
Or you can make ignite-examples.jar if add in examples/pom.xml after </properties> node link to repository (In example link for current last repository version):
{code}
    <repositories>
        <repository>
            <id>Staging</id>
            <url>https://repository.apache.org/content/repositories/orgapacheignite-1025</url>
        </repository>
    </repositories>
{code}
and make JAR by *mvn clean package -P scala* command.

> Need to update scala examples to use dynamic caches
> ---------------------------------------------------
>
>                 Key: IGNITE-480
>                 URL: https://issues.apache.org/jira/browse/IGNITE-480
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: cache
>    Affects Versions: sprint-2
>            Reporter: Alexey Goncharuk
>            Assignee: Vasilisa Sidorova
>             Fix For: sprint-2
>
>         Attachments: #_IGNITE-480_Doc_link,_config_name.patch, #_IGNITE-480_Dynamic_caches_in_examples.patch, #_IGNITE-480_Javadoc,_fixed_popular_number_example.patch, #_IGNITE-480_config_name.patch, scalaCacheQueryExampleFailingLogs.tar.gz
>
>
> Should be done in ignite-45 branch after ignite-459 is merged into ignite-45



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