[
https://issues.redhat.com/browse/WFLY-13908?page=com.atlassian.jira.plugi...
]
Richard Chan updated WFLY-13908:
--------------------------------
Steps to Reproduce:
# Download quickstarts 20.0.1.Final
# Import helloworld into Eclipse and use m2e mapping for checkstyle
# Observe: in shell, mvn clean checkstyle:checkstyle should succeed
# Build project in Eclipse: observe checkstyle error
was:
# Download quickstarts 20.0.1.Final
# Import helloworld into Eclipse and use m2e mapping for checkstyle
# Observe: in shell, mvn clean checkstyle:checkstyle should succeed
# Build project in Eclipse
quickstart - wildfly-checkstyle-config update to 1.0.8.Final
------------------------------------------------------------
Key: WFLY-13908
URL:
https://issues.redhat.com/browse/WFLY-13908
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Affects Versions: 21.0.0.Beta1
Reporter: Richard Chan
Assignee: Eduardo Martins
Priority: Trivial
Eclipse m2e mapping for checkstyle uses version 8.35 (non-configurable - vs 8.5 in
pom.xml). As a result, running inside Eclipse has the error (with any checkstyle >=
8.19): TreeWalker has no cacheFile property.
This checkstyle config was updated in wildfly-config-checkstyle 1.0.8.Final to be >=
8.19 compatible.
Summary:
* pom.xml works in maven CLI
* Importing into Eclipse does not work cleanly, due to error messages from newer
checkstyle 8.35 and wildfly-checkstyle-config 1.0.7.Final
--
This message was sent by Atlassian Jira
(v7.13.8#713008)