You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2008/12/05 20:50:46 UTC

[jira] Resolved: (ZOOKEEPER-205) Error on version-info when compiling from the tarball distribution

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

Patrick Hunt resolved ZOOKEEPER-205.
------------------------------------

    Resolution: Duplicate

Closing - fixed in ZOOKEEPER-241

> Error on version-info when compiling from the tarball distribution
> ------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-205
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-205
>             Project: Zookeeper
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Flavio Paiva Junqueira
>            Assignee: Mahadev konar
>            Priority: Minor
>             Fix For: 3.1.0
>
>         Attachments: ZOOKEEPER-205.patch
>
>
> When running ant with the code from the release tarball, I get the following messages and stack trace:
> {noformat}
> svn-revision:
>      [exec] svn: '.' is not a working copy
> version-info:
>      [java] All version-related parameters must be valid integers!
>      [java] Exception in thread "main" java.lang.NumberFormatException: For input string: ""
>      [java]     at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
>      [java]     at java.lang.Integer.parseInt(Integer.java:468)
>      [java]     at java.lang.Integer.parseInt(Integer.java:497)
>      [java]     at org.apache.zookeeper.version.util.VerGen.main(VerGen.java:111)
>      [java] Java Result: 1
> {noformat}
> This seems to be because the code is not coming from svn, so it can't find the version information.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.