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

Conversation

schmir
Copy link
Contributor

@schmir schmir commented Jul 8, 2015

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.

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
Copy link
Contributor Author

schmir commented Jul 9, 2015

superseded by #246

@schmir schmir closed this Jul 9, 2015
@micha micha removed the in progress label Jul 9, 2015
@micha micha deleted the issue-243-boot-local-repo branch October 25, 2015 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants