Yuriy
Yuriy
@davvd PR https://github.com/teamed/qulice/issues/361 is waiting for reviewer for 10 days
@davvd @yegor256 this taks is almost completed (PR merged and released). I think after deploy phase it will be finished. BTW PR was waiting for 15 days for code reviewer.
@petromir this feature was released, tag is 0.12.1. Usage is described here: http://www.qulice.com/qulice-ant/index.html Please check and close.
@petromir this feature was released, tag is 0.12.1. Usage is described here: http://www.qulice.com/qulice-ant/index.html Please check and close.
@petromir have you tested it? I suggest it's better to close this issue and open a new one if you'll find bugs/remarks.
@petromir I think it's better to use something like http://ant.apache.org/ivy/ for dependency management. If you think example is wrong please provide another issue.
@petromir if you don't use any dependency management with ant, the simplest way may be: 1) install maven (or use vm with maven) 2) create file pom.xml like this ```...
@petromir temporary solution: 1) Create pom.xml like this ``` xml 4.0.0 test test 1.0-SNAPSHOT jar com.qulice qulice-ant 0.12.1 ``` 2) Execute from command line `mvn dependency:copy-dependencies` and `mvn dependency:build-classpath` 3)...
@petromir My suggestion - create new issue and close this one (read http://www.yegor256.com/2009/03/04/pdd.html) because temporary solution works, Yes, it's temporary and it's normal. We can improve it for a long...
@yegor256 I think you mean top-leveled issues like this is better to resolve in way like #339 - implement at first external API and proper packaging. My suggestion for current...