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 #244

Closed
wants to merge 1 commit into from

Commits on Jul 8, 2015

  1. make environment variable BOOT_LOCAL_REPO usable on windows

    replace special characters 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.
    
    Since we now also replace the path separators, we use a single directory
    under boot/custom/ instead of a deep directory structure.
    
    This may lead to a single path component being too long. But that is a
    future issue.
    
    see #243 for more information.
    schmir committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    60d92bd View commit details
    Browse the repository at this point in the history