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

Build failed on windows with lots of EOL violations #34

Closed
YamStranger opened this issue Jun 10, 2015 · 3 comments
Closed

Build failed on windows with lots of EOL violations #34

YamStranger opened this issue Jun 10, 2015 · 3 comments
Labels

Comments

@YamStranger
Copy link
Member

@dmarkov Looks like we need to add .gitattributes to force EOL of the repo.

@dmarkov
Copy link

dmarkov commented Jun 15, 2015

@yegor256 please do something about this issue

@YamStranger
Copy link
Member Author

@yegor256. It is known problem, qulice fail if default system EOF not like in linux. So we need add .attributes to repository for force setting Unix-like end of line to git repository.
AppVeyor use linux like EOF.
This repository will not build successfully if you install git, install maven, clone repo and just build.
Here is some examples of same problem at different repositories:
This is issue same as here jcabi/jcabi-maven-skin#24 (build failed on Windows)
same is here yegor256/takes#148
fix mast be like here https://github.com/jcabi/jcabi-aether/pull/59/files#diff-fc723d30b02a4cca7a534518111c1a66 or like here jcabi/jcabi-dynamo#43

@yegor256
Copy link
Member

@YamStranger fixed in faf7a4e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants