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

Shai Erera closed LUCENE-1159.
------------------------------

    Resolution: Not A Problem

This seems to be fixed already. From common-build.xml:

{noformat}
<!-- If possible, include the svnversion -->
<exec dir="." executable="${svnversion.exe}"
       outputproperty="svnversion" failifexecutionfails="false">
    <arg line="."/>
</exec>
 {noformat}

> jarify target gives misleading message when svnversion doesn't exist
> --------------------------------------------------------------------
>
>                 Key: LUCENE-1159
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1159
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Build
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Trivial
>
> The jarify command in common-build.xml seems to indicate failure when it 
> can't find svnversion, but this is, in fact, just a warning.  We should check 
> to see if svnversion exists before attempting the command at all, if possible.
> The message looks something like:
>  [exec] Execute failed: java.io.IOException: java.io.IOException: svnversion: 
> not found
> Which is understandable, but it is not clear what the ramifications are of 
> this missing.

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

Reply via email to