You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Trejkaz (JIRA)" <ji...@apache.org> on 2012/05/22 04:09:40 UTC

[jira] [Created] (LUCENE-4073) Lucene puts output of svnversion into a property even if svnversion failed

Trejkaz created LUCENE-4073:
-------------------------------

             Summary: Lucene puts output of svnversion into a property even if svnversion failed
                 Key: LUCENE-4073
                 URL: https://issues.apache.org/jira/browse/LUCENE-4073
             Project: Lucene - Java
          Issue Type: Bug
          Components: general/build
    Affects Versions: 3.6
         Environment: Windows 7 x64, Cygwin for tools like svn
            Reporter: Trejkaz


We had a build issue today where Lucene was running svnversion which was failing (the reason for the failure itself is not particularly important.)

As a result, the error text output of running the command ended up in the svnversion property. The build later attempted to insert this into MANIFEST.MF which resulted in an invalid manifest file, causing the build to fail.

A related observation is that even if it works, the svnversion would be the version of our own repository, so the usefulness of it in the context of Lucene's version number is questionable anyway. It would be nice if the build could get the svn version number only if it was checked out from Lucene trunk.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org