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

Doron Cohen updated LUCENE-1090:
--------------------------------

    Attachment: lucene-1090.patch

Trivial patch for benchmark build.xml.
Will commit shortly.

> remove relative paths assumptions from benchmark code
> -----------------------------------------------------
>
>                 Key: LUCENE-1090
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1090
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Doron Cohen
>            Assignee: Doron Cohen
>            Priority: Minor
>             Fix For: 2.4
>
>         Attachments: lucene-1090.patch
>
>
> Also see Eric comments in:
>    http://www.nabble.com/forum/ViewPost.jtp?post=14347924&framed=y
> Benchmark's config.xml relies on relative paths, more or less like this;
> - base-dir
>    -- conf-dir
>    -- work-dir
>        --- docs-dir
>        --- indexes-dir
> These assumptions are also in the Java code, and so it is inconvenient for
> using absolute paths, e.g. for specifying a docs dir that is not under 
> work-dir.
> Relax this by modifying in build.xml to replace "value" and "line" props by 
> "location" and "file" and by requiring absolute paths in the Java code.

-- 
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]

Reply via email to