Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix missing libraries when building with Fuseki 2.3.1 #10

Closed
flamingofugang opened this issue Jun 14, 2016 · 5 comments
Closed

Fix missing libraries when building with Fuseki 2.3.1 #10

flamingofugang opened this issue Jun 14, 2016 · 5 comments
Assignees
Labels

Comments

@flamingofugang
Copy link
Contributor

flamingofugang commented Jun 14, 2016

Hi,

I got the following error message when I build the current version with Fuseki 2.3.1

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.1:compile (default-compile) on project hdt-fuseki: Compilation failure: Compilation failure:
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[21,36] error: package org.apache.jena.fuseki does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[21,0] error: static import only from classes and interfaces
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[31,29] error: package org.apache.jena.fuseki does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[32,33] error: package org.apache.jena.fuseki.mgt does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[33,36] error: package org.apache.jena.fuseki.server does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[34,36] error: package org.apache.jena.fuseki.server does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[35,36] error: package org.apache.jena.fuseki.server does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[40,31] error: package org.eclipse.jetty.server does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[46,14] error: package arq.cmd does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[47,18] error: cannot find symbol
[ERROR] 
[ERROR] package arq.cmdline
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[51,28] error: package com.hp.hpl.jena.graph does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[52,28] error: package com.hp.hpl.jena.query does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[53,28] error: package com.hp.hpl.jena.query does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[54,34] error: package com.hp.hpl.jena.sparql.core does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[55,34] error: package com.hp.hpl.jena.sparql.core does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[56,34] error: package com.hp.hpl.jena.sparql.core does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[57,26] error: package com.hp.hpl.jena.tdb does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[58,26] error: package com.hp.hpl.jena.tdb does not exist
[ERROR] 
[ERROR] /home/fug2/hdt-java/hdt-fuseki/src/main/java/org/rdfhdt/hdt/fuseki/FusekiHDTCmd.java:[59,38] error: package com.hp.hpl.jena.tdb.transaction does not exist
[ERROR] 
@artob artob added the bug label Jun 14, 2016
@artob artob changed the title missing libraries when build with Fuseki 2.3.1 Fix missing libraries when building with Fuseki 2.3.1 Jun 14, 2016
@artob
Copy link
Contributor

artob commented Jun 14, 2016

It sounds as though @hinahiroy is having the same issue as well.

@artob
Copy link
Contributor

artob commented Jun 15, 2016

This should be resolved by #11, please report back.

@artob
Copy link
Contributor

artob commented Jun 17, 2016

Closing as this should be resolved now. Please reopen in case not.

@artob artob closed this as completed Jun 17, 2016
@pcechz
Copy link

pcechz commented Sep 15, 2016

i am haviing dis kinda prob too

@flamingofugang
Copy link
Contributor Author

This should be fixed now, try 'git pull' then 'mvn package'

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants