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

Windows xcopy dir to non-existant dir (re-request) #190

Closed
wants to merge 4 commits into from
Closed

Windows xcopy dir to non-existant dir (re-request) #190

wants to merge 4 commits into from

Conversation

choptastic
Copy link
Contributor

Re-requested from: #187

This also includes a typo fixes in error messages in rebar_templater.

Previously, on windows, would throw an error where
linux would handle it just fine.

Example from a reltool (assuming site/static exists, but is empty):

{copy,  "../deps/nitrogen_core/www", "site/static/nitrogen"},

On linux, this would work, properly copying "../deps/nitrogen_core/www" to "site/static/nitrogen", creating the "nitrogen" directory in the process.  On windows, it would crash because nitrogen didn't exist.  This patch fixes that, and will allow it to more closely simulate the linux experience.
@choptastic choptastic closed this Feb 17, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant