[
https://issues.apache.org/jira/browse/LUCENE-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793627#action_12793627
]
Steven Rowe commented on LUCENE-2178:
-------------------------------------
Trivial patch to fix (works with single or multiple locations):
{code}
Index: contrib/benchmark/build.xml
===================================================================
--- contrib/benchmark/build.xml (revision 892657)
+++ contrib/benchmark/build.xml (working copy)
@@ -114,7 +114,7 @@
<path id="run.classpath">
<path refid="classpath"/>
<pathelement location="${build.dir}/classes/java"/>
- <pathelement location="${benchmark.ext.classpath}"/>
+ <pathelement path="${benchmark.ext.classpath}"/>
</path>
<property name="task.alg" location="conf/micro-standard.alg"/>
{code}
> Benchmark contrib should allow multiple locations in ext.classpath
> ------------------------------------------------------------------
>
> Key: LUCENE-2178
> URL: https://issues.apache.org/jira/browse/LUCENE-2178
> Project: Lucene - Java
> Issue Type: Improvement
> Components: contrib/benchmark
> Affects Versions: 3.0
> Reporter: Steven Rowe
> Priority: Minor
>
> When {{ant run-task}} is invoked with the {{-Dbenchmark.ext.classpath=...}}
> option, only a single location may be specified. If a classpath with more
> than one location is specified, none of the locations is put on the classpath
> for the invoked JVM.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]