GitHub user woolfel opened a pull request: https://github.com/apache/cassandra/pull/30
updated artifacts to strip DOS crlf The change makes it so that people making a build on windows can run cassandra in linux without getting ^M error. added fixcrlf to the beginning of the artifacts task. You can merge this pull request into a Git repository by running: $ git pull https://github.com/woolfel/cassandra trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cassandra/pull/30.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #30 ---- commit 9c9bcc0c3c46cf523d32d1970658507c05052a5d Author: Peter Lin <wool...@gmail.com> Date: 2014-03-04T14:16:16Z added fixcrlf so builds on windows work on linux if you do a build on windows, the .sh scripts have DOS crlf. To fix that, I added ant fixcrlf to the task after the files are copied to the dist.dir commit f894b72374548ff950aafa0695115b80b9cfaf72 Author: Peter Lin <wool...@gmail.com> Date: 2014-03-04T14:48:31Z change fixcrlf to fix the original file just in case, changed the build to fix the original instead of the copy. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---