You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@opennlp.apache.org by oh...@ohiotech.com.br on 2017/01/22 01:15:15 UTC

Build error

Hi,

 

There's an error on building, probably due a lot of  "CRLF line endings are
prohibited" errors

 

Any ideas to work around?

 

[INFO]
------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 42.283 s

[INFO] Finished at: 2017-01-21T22:28:51-02:00

[INFO] Final Memory: 25M/595M

[INFO]
------------------------------------------------------------------------

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (validate) on
project opennlp-tools: You have 80147 Checkstyle violations. -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (validate)
on project opennlp-tools: You have 80147 Checkstyle violations.

        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:2
12)

        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:1
53)

        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:1
45)

        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(Life
cycleModuleBuilder.java:116)

        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(Life
cycleModuleBuilder.java:80)

        at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBui
lder.build(SingleThreadedBuilder.java:51)

        at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarte
r.java:128)

        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)

        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)

        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)

        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)

        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)

        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62
)

        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:43)

        at java.lang.reflect.Method.invoke(Method.java:498)

        at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.ja
va:289)

        at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)

        at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.
java:415)

        at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

Caused by: org.apache.maven.plugin.MojoFailureException: You have 80147
Checkstyle violations.

        at
org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo.execute(Chec
kstyleViolationCheckMojo.java:588)

        at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPl
uginManager.java:134)

        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:2
07)

        ... 20 more

[ERROR]

[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/MojoFailureException

 

 

Best regards.

--
David Ohio

Chief Information Officer

+5511977180721

Skype: davidohiojr

 <http://ohiotech.com.br/> http://ohiotech.com.br 



 


Re: Build error

Posted by William Colen <wi...@gmail.com>.
Hello David,

Are you using an IDE? Did you forked the code and changed it? If yes, you
need to configure your IDE to Unix style line ending.

Regards
William

2017-01-21 23:15 GMT-02:00 <oh...@ohiotech.com.br>:

> Hi,
>
>
>
> There’s an error on building, probably due a lot of  “CRLF line endings
> are prohibited” errors
>
>
>
> Any ideas to work around?
>
>
>
> [INFO] ------------------------------------------------------------
> ------------
>
> [INFO] BUILD FAILURE
>
> [INFO] ------------------------------------------------------------
> ------------
>
> [INFO] Total time: 42.283 s
>
> [INFO] Finished at: 2017-01-21T22:28:51-02:00
>
> [INFO] Final Memory: 25M/595M
>
> [INFO] ------------------------------------------------------------
> ------------
>
> [ERROR] Failed to execute goal org.apache.maven.plugins:
> maven-checkstyle-plugin:2.17:check (validate) on project opennlp-tools:
> You have 80147 Checkstyle violations. -> [Help 1]
>
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check
> (validate) on project opennlp-tools: You have 80147 Checkstyle violations.
>
>         at org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:212)
>
>         at org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:153)
>
>         at org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:145)
>
>         at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> buildProject(LifecycleModuleBuilder.java:116)
>
>         at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> buildProject(LifecycleModuleBuilder.java:80)
>
>         at org.apache.maven.lifecycle.internal.builder.singlethreaded.
> SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>
>         at org.apache.maven.lifecycle.internal.LifecycleStarter.
> execute(LifecycleStarter.java:128)
>
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
>
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
>
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
>
>         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
>
>         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
>
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
>
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>         at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:62)
>
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
>
>         at java.lang.reflect.Method.invoke(Method.java:498)
>
>         at org.codehaus.plexus.classworlds.launcher.Launcher.
> launchEnhanced(Launcher.java:289)
>
>         at org.codehaus.plexus.classworlds.launcher.Launcher.
> launch(Launcher.java:229)
>
>         at org.codehaus.plexus.classworlds.launcher.Launcher.
> mainWithExitCode(Launcher.java:415)
>
>         at org.codehaus.plexus.classworlds.launcher.Launcher.
> main(Launcher.java:356)
>
> Caused by: org.apache.maven.plugin.MojoFailureException: You have 80147
> Checkstyle violations.
>
>         at org.apache.maven.plugin.checkstyle.
> CheckstyleViolationCheckMojo.execute(CheckstyleViolationCheckMojo.
> java:588)
>
>         at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(
> DefaultBuildPluginManager.java:134)
>
>         at org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:207)
>
>         ... 20 more
>
> [ERROR]
>
> [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/
> MojoFailureException
>
>
>
>
>
> Best regards.
>
> --
> David Ohio
>
> Chief Information Officer
>
> +5511977180721 <(11)%2097718-0721>
>
> Skype: davidohiojr
>
> http://ohiotech.com.br
>
> [image: Assinatura]
>
>
>