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

2015-06-09 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on LUCENE-6277:
-

Commit 1684428 from [~markrmil...@gmail.com] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1684428 ]

LUCENE-6277: Allow Ivy resolutionCacheDir to be overridden by system property.

 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.3

 Attachments: LUCENE-6277.patch, 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-06-09 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on LUCENE-6277:
-

Commit 1684424 from [~markrmil...@gmail.com] in branch 'dev/trunk'
[ https://svn.apache.org/r1684424 ]

LUCENE-6277: Allow Ivy resolutionCacheDir to be overridden by system property.

 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.2

 Attachments: LUCENE-6277.patch, 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-06-08 Thread Steve Rowe (JIRA)

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

Steve Rowe commented on LUCENE-6277:


I'd forgotten about this issue when I ran into similar issues with the ivy 
resolution cache and implemented the same thing (slightly different sysprop 
name) in the parallel all-Lucene/Solr unit test script I use on my Jenkins: 
http://jenkins.sarowe.net/configfiles/show?id=org.jenkinsci.plugins.managedscripts.ScriptConfig1431809910785

bq. I found the problem. It's this LibVersionsCheckTask ant task - it's not 
inheriting the env or anything. I've got it working now.

My fault I'm sure.  Let me know if I can help.

 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.2

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-06-08 Thread Mark Miller (JIRA)

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

Mark Miller commented on LUCENE-6277:
-

Here is one approach - just populating the property like the common.build.dir 
is populated.

bq. slightly different sysprop name

Let me know if you have ideas for better tweaks on naming or anything.

 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.2

 Attachments: LUCENE-6277.patch, 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-06-08 Thread Steve Rowe (JIRA)

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

Steve Rowe commented on LUCENE-6277:


+1 LGTM

 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.2

 Attachments: LUCENE-6277.patch, 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-06-08 Thread Mark Miller (JIRA)

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

Mark Miller commented on LUCENE-6277:
-

I found the problem. It's this LibVersionsCheckTask ant task - it's not 
inheriting the env or anything. I've got it working now.

 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.2

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-03-19 Thread Xin Zheng (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on LUCENE-6277:
-

Commit 1661684 from [~markrmil...@gmail.com] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1661684 ]

LUCENE-6277: Allow Ivy resolutionCacheDir to be overridden by system property.

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on LUCENE-6277:
-

Commit 1661681 from [~markrmil...@gmail.com] in branch 'dev/trunk'
[ https://svn.apache.org/r1661681 ]

LUCENE-6277: Allow Ivy resolutionCacheDir to be overridden by system property.

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-02-23 Thread Mark Miller (JIRA)

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

Mark Miller commented on LUCENE-6277:
-

Thanks, I'll take a look.

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on LUCENE-6277:
-

Commit 1661827 from [~markrmil...@gmail.com] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1661827 ]

LUCENE-6277: Revert for a moment.

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-02-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on LUCENE-6277:
-

Commit 1661826 from [~markrmil...@gmail.com] in branch 'dev/trunk'
[ https://svn.apache.org/r1661826 ]

LUCENE-6277: Revert for a moment.

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-02-23 Thread Hoss Man (JIRA)

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

Hoss Man commented on LUCENE-6277:
--

best guess..

the common.build.dir property is explicitly specified using the location 
syntax for the property/ declaration.  when you introduced your new 
ivy.resolution-cache property, you used the regular value syntax -- which 
probably broke some automatic ant path resolution logic that was previously 
working when ivy was using 
{{resolutionCacheDir=${common.build.dir}/ivy-resolution-cache}}

maybe this will work? ...
{noformat}
property name=ivy.resolution-cache 
location=${common.build.dir}/ivy-resolution-cache/
{noformat}

(wouldn't explain the error message though .. seemed like it didn't resolve the 
ivy.resolution-cache property at all, either as a path or as a literal value)

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-02-22 Thread Mark Miller (JIRA)

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

Mark Miller commented on LUCENE-6277:
-

I'll put together a small patch. You would hope that the 'lockStrategy' would 
make this a non problem, but in my experience I have yet to find one that can 
actually withstand 4-6 of our tests running at the same time.

 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


 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-02-22 Thread Robert Muir (JIRA)

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

Robert Muir commented on LUCENE-6277:
-

+1

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org