Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make environment variable BOOT_LOCAL_REPO usable on windows #246

Merged
merged 1 commit into from
Jul 9, 2015

Commits on Jul 9, 2015

  1. make environment variable BOOT_LOCAL_REPO usable on windows

    use md5 hash when building path components when the environment variable
    BOOT_LOCAL_REPO is set.
    
    Previously we ended up trying to use illegal filenames like
    C:\home\.boot\cache\boot\customC:\home\.m2\... on windows.
    
    We now use a single directory under boot/custom/ instead of a deep
    directory structure.
    
    The conversion to a hex string is a bit awkward, see
    https://stackoverflow.com/questions/9655181/how-to-convert-a-byte-array-to-a-hex-string-in-java
    for a discussion.
    
    fixes #243
    schmir committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    f890456 View commit details
    Browse the repository at this point in the history