Re: Can not build from source code

2017-11-26 Thread Oleg Ostanin
I've just checked master branch (by the way it's 2.4.0-SNAPSHOT now),
everything works fine on java 1.8 and maven 3.5.0. I've also cleaned maven
local repo.

On Mon, Nov 27, 2017 at 4:17 AM, kcmvp  wrote:

> I still run into the same issue
>
>
>
> --
> Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
>


Re: Can not build from source code

2017-11-26 Thread kcmvp
I still run into the same issue



--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/


Re: Can not build from source code

2017-11-23 Thread kcmvp
Still got the same error
when execute below command follow the instructions from
https://github.com/kcmvp/ignite/blob/master/DEVNOTES.txt
*mvn clean install -Pall-java,all-scala,licenses -DskipTests*





[ERROR] Failed to execute goal on project ignite-core: Could not resolve
dependencies for project org.apache.ignite:ignite-core:jar:2.3.0-SNAPSHOT:
The following artifacts could not be resolved:
org.apache.ignite.binary:test1:jar:1.1,
org.apache.ignite.binary:test2:jar:1.1: Failure to find
org.apache.ignite.binary:test1:jar:1.1 in
http://maven.aliyun.com/nexus/content/groups/public/ was cached in the local
repository, resolution will not be reattempted until the update interval of
nexus has elapsed or updates are forced


Seems it try's to get the *org.apache.ignite.binary:test1:jar:1.1* from
maven central repository




--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/


Re: Can not build from source code

2017-11-23 Thread Denis Magda
Please check up DEVNOTES for the most recent build instructions. The build 
procedure has been tweaked a bit in 2.3.

Let us know if you still can’t overcome the problem.

—
Denis

> On Nov 23, 2017, at 2:44 AM, kcmvp  wrote:
> 
> I forked the latest source code, and try to build the project. but I got
> below error :
> 
> [ERROR] Failed to execute goal on project ignite-core: Could not resolve
> dependencies for project org.apache.ignite:ignite-core:jar:2.3.0-SNAPSHOT:
> The following artifacts could not be resolved:
> org.apache.ignite.binary:test1:jar:1.1,
> org.apache.ignite.binary:test2:jar:1.1: Failure to find
> org.apache.ignite.binary:test1:jar:1.1
> 
> 
> environment:
> 
> jdk 1.8
> maven 3.5.0
> 
> 
> 
> --
> Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/