[ 
https://issues.apache.org/jira/browse/JENA-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17215478#comment-17215478
 ] 

Martin Pekár commented on JENA-1980:
------------------------------------

[~andy] I am not behind a firewall.

When running 'mvn clean install' as told in BUILD.md, it fails building TDB1 
(Native Triple Store). Another error is "Failed to execute goal 
org.apache.rat:apache-rat-plugin:0.12:check (rat-checks) on project jena-tdb: 
Too many files with unapproved license: 1 See RAT report in: 
C:\<ProjectDir>\jena\jena-tdb\target\rat.txt".

 

When I execute the Jena tests, I get the following error:

"jena\jena-base\src\main\java\org\apache\jena\atlas\lib\cache\CacheGuava.java:27:51
java: package org.apache.jena.ext.com.google.common.cache does not exist"

 

I can see Maven has installed the various correct Google .jar files, but for 
some reason, some Jena Java files, such as the Jena CacheGuava file, has errors 
in it indicating that the the Google files do not exist.

> Error with CacheGuava when compiling source
> -------------------------------------------
>
>                 Key: JENA-1980
>                 URL: https://issues.apache.org/jira/browse/JENA-1980
>             Project: Apache Jena
>          Issue Type: Question
>          Components: Base
>    Affects Versions: Jena 3.16.0
>         Environment: IntelliJ 2020.2 on Windows.
>            Reporter: Martin Pekár
>            Priority: Critical
>              Labels: build
>             Fix For: Jena 3.16.0
>
>
> When running the tests, or compiling the source, an error is returned 
> indicating that package org.apache.jena.ext.com.google.common.cache does not 
> exists. Furthermore, the last 4 plugins in the pom.xml file are not found by 
> Maven. These are the following:
>  
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-checkstyle-plugin</artifactId>
> <version>2.17</version>
>  
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-jxr-plugin</artifactId>
> <version>2.5</version>
>  
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-pmd-plugin</artifactId>
> <version>3.8</version>
>  
> <groupId>com.github.spotbugs</groupId>
> <artifactId>spotbugs-maven-plugin</artifactId>
> <version>3.1.1</version>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to