Build.sh cleanup: md5/sha1 on Mac OS X, don't fail hard if build/ exists, and play nice with Forrest ----------------------------------------------------------------------------------------------------
Key: AVRO-318 URL: https://issues.apache.org/jira/browse/AVRO-318 Project: Avro Issue Type: Bug Components: build Reporter: Jeff Hammerbacher Fix For: 1.3.0 I encountered three problems when trying to build Avro today (via "./build.sh dist) to test interop: * md5sum and sha1sum do not exist on Mac (md5 is the replacement for the former) * If "build/" exists, you fail hard with "mkdir: build: File exists" * If you don't have Java 5, Forrest fails with "'java5.home' is not defined. Forrest requires Java 5." and other good stuff. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.