jcabi / jcabi-manifests

Java library for convenient reading of MANIFEST.MF files available in classpath
https://manifests.jcabi.com
Other
60 stars 22 forks source link

Build failed on windows with lots of EOL violations #25

Open YamStranger opened 9 years ago

YamStranger commented 9 years ago

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

dmarkov commented 9 years ago

@yegor256 please pay attention to this issue

YamStranger commented 9 years ago

@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 https://github.com/jcabi/jcabi-maven-skin/issues/24 (build failed on Windows) same is here https://github.com/yegor256/takes/issues/148 fix mast be like here https://github.com/jcabi/jcabi-aether/pull/59/files#diff-fc723d30b02a4cca7a534518111c1a66 or like here https://github.com/jcabi/jcabi-dynamo/pull/43