You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2017/08/30 03:07:00 UTC

[jira] [Resolved] (STORM-2522) examples in package do not build with checkstyle issues

     [ https://issues.apache.org/jira/browse/STORM-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jungtaek Lim resolved STORM-2522.
---------------------------------
       Resolution: Fixed
         Assignee: Jungtaek Lim
    Fix Version/s: 2.0.0

Fixed via https://github.com/apache/storm/pull/2274

> examples in package do not build with checkstyle issues
> -------------------------------------------------------
>
>                 Key: STORM-2522
>                 URL: https://issues.apache.org/jira/browse/STORM-2522
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Robert Joseph Evans
>            Assignee: Jungtaek Lim
>             Fix For: 2.0.0
>
>
> {code}
> $ mvn clean package
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building storm-starter 2.0.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ storm-starter ---
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (cleanup) @ storm-starter ---
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.17:check (validate) @ storm-starter ---
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1.468 s
> [INFO] Finished at: 2017-05-18T15:58:20-05:00
> [INFO] Final Memory: 26M/437M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (validate) on project storm-starter: Failed during checkstyle execution: Unable to find configuration file at location: storm-buildtools/storm_checkstyle.xml: Could not find resource 'storm-buildtools/storm_checkstyle.xml'. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [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 read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)