You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Xin Zheng (JIRA)" <ji...@apache.org> on 2015/03/19 22:51:38 UTC

[jira] [Commented] (LUCENE-6277) Allow Ivy resolutionCacheDir to be overriden by system property.

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

Xin Zheng commented on LUCENE-6277:
-----------------------------------

[~hossman] Looks like you have to s/location/value/
  <property name="ivy.resolution-cache" value="${common.build.dir}/ivy-resolution-cache"/>
and remove
  <caches lockStrategy="artifact-lock" resolutionCacheDir="${common.build.dir}/ivy-resolution-cache" />
However, IntelliJ still complains:
    mecab#mecab-ipadic;${/mecab/mecab-ipadic}:	Unrecognized artifact type: .tar.gz, will not add this as a dependency in IntelliJ.
    mecab#mecab-naist-jdic;${/mecab/mecab-naist-jdic}:	Unrecognized artifact type: .tar.gz, will not add this as a dependency in IntelliJ.

I am importing Lucene 4.7.0 into IntelliJ 14. Any beautiful/ugly solution is appreciated!


> Allow Ivy resolutionCacheDir to be overriden by system property.
> ----------------------------------------------------------------
>
>                 Key: LUCENE-6277
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6277
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>            Priority: Minor
>             Fix For: Trunk, 5.1
>
>         Attachments: LUCENE-6277.patch
>
>
> This makes it simpler to run tests in parallel (https://gist.github.com/markrmiller/dbdb792216dc98b018ad) without making any tweaks.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org