mff-uk / odcs-dpus

Repository for DPUs (Data processing units) for ETL tool for RDF data
3 stars 2 forks source link

XSLT compile fails #11

Closed jakubklimek closed 10 years ago

jakubklimek commented 10 years ago
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.
1:compile (default-compile) on project Simple_XSLT: Compilation failure: Compila
tion failure:
[ERROR] /C:/Users/Kuba/Documents/GitHub/DPUs/XSLT/src/main/java/cz/cuni/mff/xrg/
intlib/extractor/simplexslt/SimpleXSLTConfig.java:[5,43] package cz.cuni.xrg.int
lib.commons.ontology does not exist
[ERROR] /C:/Users/Kuba/Documents/GitHub/DPUs/XSLT/src/main/java/cz/cuni/mff/xrg/
intlib/extractor/simplexslt/SimpleXSLT.java:[21,47] package cz.cuni.xrg.intlib.c
ommons.module.utils does not exist
[ERROR] /C:/Users/Kuba/Documents/GitHub/DPUs/XSLT/src/main/java/cz/cuni/mff/xrg/
intlib/extractor/simplexslt/SimpleXSLT.java:[22,47] package cz.cuni.xrg.intlib.c
ommons.module.utils does not exist
[ERROR] /C:/Users/Kuba/Documents/GitHub/DPUs/XSLT/src/main/java/cz/cuni/mff/xrg/
intlib/extractor/simplexslt/SimpleXSLTConfig.java:[20,37] cannot find symbol
[ERROR] symbol:   variable OdcsTerms
[ERROR] location: class cz.cuni.mff.xrg.intlib.extractor.simplexslt.SimpleXSLTCo
nfig
[ERROR] /C:/Users/Kuba/Documents/GitHub/DPUs/XSLT/src/main/java/cz/cuni/mff/xrg/
intlib/extractor/simplexslt/SimpleXSLTConfig.java:[21,38] cannot find symbol
[ERROR] symbol:   variable OdcsTerms
[ERROR] location: class cz.cuni.mff.xrg.intlib.extractor.simplexslt.SimpleXSLTCo
nfig
[ERROR] /C:/Users/Kuba/Documents/GitHub/DPUs/XSLT/src/main/java/cz/cuni/mff/xrg/
intlib/extractor/simplexslt/SimpleXSLT.java:[105,28] cannot find symbol
[ERROR] symbol:   variable DataUnitUtils
[ERROR] location: class cz.cuni.mff.xrg.intlib.extractor.simplexslt.SimpleXSLT
[ERROR] /C:/Users/Kuba/Documents/GitHub/DPUs/XSLT/src/main/java/cz/cuni/mff/xrg/
intlib/extractor/simplexslt/SimpleXSLT.java:[156,25] cannot find symbol
[ERROR] symbol:   variable DataUnitUtils
[ERROR] location: class cz.cuni.mff.xrg.intlib.extractor.simplexslt.SimpleXSLT
[ERROR] /C:/Users/Kuba/Documents/GitHub/DPUs/XSLT/src/main/java/cz/cuni/mff/xrg/
intlib/extractor/simplexslt/SimpleXSLT.java:[191,21] cannot find symbol
[ERROR] symbol:   variable DataUnitUtils
[ERROR] location: class cz.cuni.mff.xrg.intlib.extractor.simplexslt.SimpleXSLT
[ERROR] /C:/Users/Kuba/Documents/GitHub/DPUs/XSLT/src/main/java/cz/cuni/mff/xrg/
intlib/extractor/simplexslt/SimpleXSLT.java:[197,21] cannot find symbol
[ERROR] symbol:   variable DataUnitUtils
[ERROR] location: class cz.cuni.mff.xrg.intlib.extractor.simplexslt.SimpleXSLT
[ERROR] /C:/Users/Kuba/Documents/GitHub/DPUs/XSLT/src/main/java/cz/cuni/mff/xrg/
intlib/extractor/simplexslt/SimpleXSLT.java:[214,40] cannot find symbol
[ERROR] symbol:   variable AddTripleWorkaround
[ERROR] location: class cz.cuni.mff.xrg.intlib.extractor.simplexslt.SimpleXSLT
[ERROR] /C:/Users/Kuba/Documents/GitHub/DPUs/XSLT/src/main/java/cz/cuni/mff/xrg/
intlib/extractor/simplexslt/SimpleXSLT.java:[218,16] cannot find symbol
[ERROR] symbol:   variable DataUnitUtils
[ERROR] location: class cz.cuni.mff.xrg.intlib.extractor.simplexslt.SimpleXSLT
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc
eption