Closed ilya-murzinov closed 9 years ago
@ilya-murzinov how about these: https://github.com/allure-framework/allure-cli/releases :)
Sorry, I meant jar with dependencies. Right now dependencies are not included.
@ilya-murzinov they are packed inside the jar if you look attentively. :)
@vania-pooh well, some of them are, but definitely not all of them. I can't generate report with error:
ilya@ilya-Lenovo-V580c:~$ java -jar ./IdeaProjects/allure-cli/target/allure-clstandalone.jar generate ~/asdd -v -1.4.0
org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact ru.yandex.qatools.allure:allure-report-data:jar:-1.4.0 in (http://repo1.maven.org/maven2/)
I can't figure out what is the problem..
@ilya-murzinov -1.4.0
negative version numbers are not supported. :)
@vania-pooh mmm sorry again, dash is just typo. Look inside jar file, there is no allure-report-data dependency, it's downloaded once bat started. And since I have internet access issues I can't start allure-cli.
@ilya-murzinov true, since CLI 1.4.0. If you're using proxy you can use CLI 2.2-preview which supports them.
Ok.
It would be nice to have allure-cli-standalone.jar bundled in .zip release for "one-click" report generation.