Compilation error 2.5.0: class Not found Taglet @ ignite-tools

2018-06-04 Thread Carsten

Hello all,

I am trying to compile 2.5.0 from the source using jdk 1.8-172:

Using the command:

|mvn clean package -DskipTests

I get the following error while compiling the ignite-tools:
|

[ERROR] 
/opt/ignite/apache-ignite-2.5.0-src/modules/tools/src/main/java/org/apache/ignite/tools/javadoc/IgniteLinkTaglet.java:[100,9] 
cannot find symbol

  symbol:   class Taglet
  location: class org.apache.ignite.tools.javadoc.IgniteLinkTaglet
[ERROR] 
/opt/ignite/apache-ignite-2.5.0-src/modules/tools/src/main/java/org/apache/ignite/tools/javadoc/IgniteLinkTaglet.java:[119,5] 
method does not override or implement a method from a supertype
[ERROR] 
/opt/ignite/apache-ignite-2.5.0-src/modules/tools/src/main/java/org/apache/ignite/tools/javadoc/IgniteLinkTaglet.java:[161,5] 
method does not override or implement a method from a supertype

[INFO] 13 errors
[INFO] -
[INFO] 


[INFO] Reactor Summary:
[INFO]
[INFO] ignite-apache-license-gen .. SUCCESS [  
0.634 s]
[INFO] ignite-tools ... FAILURE [  
1.004 s]




Am I missing a library?

I'd appreciate your help.

Thanks,

Carsten



Ignore: Compilation error 2.5.0: class Not found Taglet @ ignite-tools =>Sorry

2018-06-04 Thread Carsten

Hi all,

it is an openjdk issue -> my fault


have a great day