Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

mvn clean install -Pqulice fails under Windows 7 with Java 8 #52

Open
mentiflectax opened this issue Jan 25, 2015 · 1 comment
Open

Comments

@mentiflectax
Copy link

Here's Maven output:

WARNUNG: Could not find class com.jcabi.log.ListDecor, due to: java.lang.Incompa
tibleClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visitors/PMD
ASMVisitor
Jõn 25, 2015 9:31:05 PM net.sourceforge.pmd.lang.java.typeresolution.ClassTypeRe
solver visit
WARNUNG: Could not find class com.jcabi.log.Logger, due to: java.lang.Incompatib
leClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visitors/PMDASM
Visitor
Jõn 25, 2015 9:31:06 PM net.sourceforge.pmd.lang.java.typeresolution.ClassTypeRe
solver visit
WARNUNG: Could not find class com.jcabi.log.MsDecor, due to: java.lang.Incompati
bleClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visitors/PMDAS
MVisitor
Jõn 25, 2015 9:31:06 PM net.sourceforge.pmd.lang.java.typeresolution.ClassTypeRe
solver visit
WARNUNG: Could not find class com.jcabi.log.MulticolorLayout, due to: java.lang.
IncompatibleClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visit
ors/PMDASMVisitor
Jõn 25, 2015 9:31:06 PM net.sourceforge.pmd.lang.java.typeresolution.ClassTypeRe
solver visit
WARNUNG: Could not find class com.jcabi.log.NanoDecor, due to: java.lang.Incompa
tibleClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visitors/PMD
ASMVisitor
Jõn 25, 2015 9:31:07 PM net.sourceforge.pmd.lang.java.typeresolution.ClassTypeRe
solver visit
WARNUNG: Could not find class com.jcabi.log.ObjectDecor, due to: java.lang.Incom
patibleClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visitors/P
MDASMVisitor
Jõn 25, 2015 9:31:07 PM net.sourceforge.pmd.lang.java.typeresolution.ClassTypeRe
solver visit
WARNUNG: Could not find class com.jcabi.log.PreFormatter, due to: java.lang.Inco
mpatibleClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visitors/
PMDASMVisitor
Jõn 25, 2015 9:31:08 PM net.sourceforge.pmd.lang.java.typeresolution.ClassTypeRe
solver visit
WARNUNG: Could not find class com.jcabi.log.SecretDecor, due to: java.lang.Incom
patibleClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visitors/P
MDASMVisitor
Jõn 25, 2015 9:31:08 PM net.sourceforge.pmd.lang.java.typeresolution.ClassTypeRe
solver visit
WARNUNG: Could not find class com.jcabi.log.SizeDecor, due to: java.lang.Incompa
tibleClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visitors/PMD
ASMVisitor
Jõn 25, 2015 9:31:08 PM net.sourceforge.pmd.lang.java.typeresolution.ClassTypeRe
solver visit
WARNUNG: Could not find class com.jcabi.log.TextDecor, due to: java.lang.Incompa
tibleClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visitors/PMD
ASMVisitor
Jõn 25, 2015 9:31:08 PM net.sourceforge.pmd.lang.java.typeresolution.ClassTypeRe
solver visit
WARNUNG: Could not find class com.jcabi.log.TypeDecor, due to: java.lang.Incompa
tibleClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visitors/PMD
ASMVisitor
Jõn 25, 2015 9:31:09 PM net.sourceforge.pmd.lang.java.typeresolution.ClassTypeRe
solver visit
WARNUNG: Could not find class com.jcabi.log.VerboseProcess, due to: java.lang.In
compatibleClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visitor
s/PMDASMVisitor
Jõn 25, 2015 9:31:10 PM net.sourceforge.pmd.lang.java.typeresolution.ClassTypeRe
solver visit
WARNUNG: Could not find class com.jcabi.log.VerboseRunnable, due to: java.lang.I
ncompatibleClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visito
rs/PMDASMVisitor
Jõn 25, 2015 9:31:10 PM net.sourceforge.pmd.lang.java.typeresolution.ClassTypeRe
solver visit
WARNUNG: Could not find class com.jcabi.log.VerboseThreads, due to: java.lang.In
compatibleClassChangeError: net/sourceforge/pmd/lang/java/typeresolution/visitor
s/PMDASMVisitor
[INFO] No PMD violations found in 41 files
[INFO] \src\site\site.xml: to be validated
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-loggable for
 watching of @Loggable annotated methods
[ERROR] JSR-303 validator failed to initialize: Unable to create a Configuration
, because no Bean Validation provider could be found. Add a provider like Hibern
ate Validator (RI) to your classpath. (see http://www.jcabi.com/jcabi-aspects/js
r-303.html)
[INFO] CodeNarc not required since no groovy files in d:\dev\teamed.io\jcabi-log
\src
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:03 min
[INFO] Finished at: 2015-01-25T21:31:51+04:00
[INFO] Final Memory: 26M/123M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.10:check (jcabi-
check) on project jcabi-log: Execution jcabi-check of goal com.qulice:qulice-mav
en-plugin:0.10:check failed: Non-zero exit code 1: -> [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/PluginExecutio
nException
@dmarkov
Copy link

dmarkov commented Jun 15, 2015

@yegor256 please do something about this issue

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

No branches or pull requests

2 participants