Re: Fail to compile apache-ignite-1.7.0

2016-09-02 Thread vkulichenko
Sometimes it's a good idea to clean local Maven repo. This can magically
solve a lot of issues :)

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Fail-to-compile-apache-ignite-1-7-0-tp7458p7497.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Fail to compile apache-ignite-1.7.0

2016-09-02 Thread ewg
The problem was magically solved after removing "ignite-apache-license-gen"
artifact from my local .m2 repo. I guess the problem was created when I run
mave package without unit tests skip flag as the very first thing. I can see
scope hack "hack to have ignite-apache-license-gen at first place at mvn
reactor", but i guess it does not work if the packge has already been
downloaded.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Fail-to-compile-apache-ignite-1-7-0-tp7458p7483.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Fail to compile apache-ignite-1.7.0

2016-09-01 Thread vkulichenko
Hi,

Your Maven tries to access a repo which is not provided by Ignite build. I
guess it's somewhere in your Maven settings.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Fail-to-compile-apache-ignite-1-7-0-tp7458p7467.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Fail to compile apache-ignite-1.7.0

2016-09-01 Thread ewg
Hi,

This is first time I touch apache-ignite. When I try to comply it as by
instractions from https://apacheignite.readme.io/docs/getting-started
(without LGPL dependencies)

I am getting following error:
[INFO] ignite-jta . FAILURE [  7.287
s]
...
[ERROR] Failed to execute goal on project ignite-jta: Could not resolve
dependencies for project org.apache.ignite:ignite-jta:jar:1.7.0: Failed to
collect dependencies at org.ow2.jotm:jotm-core:jar:2.1.9 ->
org.ow2.carol:carol:jar:3.0.6 ->
org.jacorb:jacorb:jar:2.2.3-jonas-patch-20071018: Failed to read artifact
descriptor for org.jacorb:jacorb:jar:2.2.3-jonas-patch-20071018: Could not
transfer artifact org.jacorb:jacorb:pom:2.2.3-jonas-patch-20071018 from/to
central (http://hki-repo01.comptel.com:8081/artifactory/repo/): Access
denied to:
http://hki-repo01.comptel.com:8081/artifactory/repo/org/jacorb/jacorb/2.2.3-jonas-patch-20071018/jacorb-2.2.3-jonas-patch-20071018.pom
, ReasonPhrase:Forbidden. -> [Help 1]

Did anyone else experienced this error ?



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Fail-to-compile-apache-ignite-1-7-0-tp7458.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.