From: SourceForge.net <no...@so...> - 2008-05-09 21:09:15
|
Bugs item #1958183, was opened at 2008-05-05 12:22 Message generated for change (Comment added) made by akornev You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1008544&aid=1958183&group_id=209147 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: server Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Erik Hetzner (egh) Assigned to: Andrew Kornev (akornev) Summary: tar.gz does not build ; relies on revision number Initial Comment: If ant is run on code from .tar.gz distribution, the version-info task does not do what is supposed to do (generate a Info.java) because the revision number is empty. Additionally, the version-info task does not fail, it continues on its way, so the notification that something is wrong is not known until the build fails due to a missing Info.java file. Additionally, the VerGen class gives us the following error message: All version-related parameters must be invalid integers! I think that valid is the word you want here. :) ---------------------------------------------------------------------- >Comment By: Andrew Kornev (akornev) Date: 2008-05-09 14:09 Message: Logged In: YES user_id=1926652 Originator: NO Fixed (see patch [1956499]) ---------------------------------------------------------------------- Comment By: Patrick Hunt (phunt) Date: 2008-05-05 15:59 Message: Logged In: YES user_id=12853 Originator: NO Andrew mentioned that he's going to address this issue as part of the dist packaging change. Reassigning to him. ---------------------------------------------------------------------- Comment By: Patrick Hunt (phunt) Date: 2008-05-05 15:49 Message: Logged In: YES user_id=12853 Originator: NO I noticed the same issue when using GIT to manage local repositories of ZooKeeper. The build fails because it assumes that the code is contained within a svn repository. I will look into resolving this (specifically version gen being tied to svn, not the other distro issues). ---------------------------------------------------------------------- Comment By: Andrew Kornev (akornev) Date: 2008-05-05 12:38 Message: Logged In: YES user_id=1926652 Originator: NO Erik, thanks for catching that. I think we released the source tar a bit prematurely. While we're working on the fix, you're advised to either use the binary server tar or build from the SVN repository. Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1008544&aid=1958183&group_id=209147 |