You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Carsten <ca...@ccmanalysis.de> on 2018/06/04 14:45:30 UTC

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

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