You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "Injun Song (JIRA)" <ji...@apache.org> on 2016/05/04 03:48:12 UTC

[jira] [Updated] (S2GRAPH-71) Missing resolver in plugin settings

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

Injun Song updated S2GRAPH-71:
------------------------------
    Description: 
When the project is built by SBT, it fails because there is no resolvers in project/plugins.sbt.

If you have no corresponding jars in $HOME/.ivy2/cache, sbt will says like:

{quote}
sbt.ResolveException: unresolved dependency:
com.typesafe#jse_2.10;1.0.0: not found
unresolved dependency: com.typesafe#npm_2.10;1.0.0: not found
unresolved dependency: com.typesafe#webdriver_2.10;1.0.0: not found
...
{quote}

This problem will be fixed easily by adding this line into project/plugins.sbt:

resolvers += Resolver.typesafeRepo("releases")

  was:
When the project is built by SBT, it fails because there is no resolvers in project/plugins.sbt.

{quote}
sbt.ResolveException: unresolved dependency:
com.typesafe#jse_2.10;1.0.0: not found
unresolved dependency: com.typesafe#npm_2.10;1.0.0: not found
unresolved dependency: com.typesafe#webdriver_2.10;1.0.0: not found
...
{quote}


> Missing resolver in plugin settings
> -----------------------------------
>
>                 Key: S2GRAPH-71
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-71
>             Project: S2Graph
>          Issue Type: Task
>            Reporter: Injun Song
>            Priority: Trivial
>
> When the project is built by SBT, it fails because there is no resolvers in project/plugins.sbt.
> If you have no corresponding jars in $HOME/.ivy2/cache, sbt will says like:
> {quote}
> sbt.ResolveException: unresolved dependency:
> com.typesafe#jse_2.10;1.0.0: not found
> unresolved dependency: com.typesafe#npm_2.10;1.0.0: not found
> unresolved dependency: com.typesafe#webdriver_2.10;1.0.0: not found
> ...
> {quote}
> This problem will be fixed easily by adding this line into project/plugins.sbt:
> resolvers += Resolver.typesafeRepo("releases")



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