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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]