serenity-bdd / serenity-demos

64 stars 170 forks source link

compolation error #46

Open punkratz312 opened 5 years ago

punkratz312 commented 5 years ago

[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cucumber-webtests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cucumber-webtests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to C:\Users\vpotucek\IdeaProjects\serenity-demos\cucumber-webtests\target\test-classes [INFO] /C:/Users/vpotucek/IdeaProjects/serenity-demos/cucumber-webtests/src/test/java/net/thucydides/showcase/cucumber/steps/PetStoreSteps.java: Some input files use or override a deprecated API. [INFO] /C:/Users/vpotucek/IdeaProjects/serenity-demos/cucumber-webtests/src/test/java/net/thucydides/showcase/cucumber/steps/PetStoreSteps.java: Recompile with -Xlint:deprecation for details. [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /C:/Users/vpotucek/IdeaProjects/serenity-demos/cucumber-webtests/src/test/java/net/thucydides/showcase/cucumber/steps/SearchScenarioSteps.java:[48,39] pluralize(java.lang.Object,int) is not public in net.thucydides.core.uti l.Inflector; cannot be accessed from outside package [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14.383 s [INFO] Finished at: 2019-02-20T15:48:56+01:00 [INFO] Final Memory: 41M/144M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile (default-testCompile) on project cucumber-webtests: Compilation failure [ERROR] /C:/Users/vpotucek/IdeaProjects/serenity-demos/cucumber-webtests/src/test/java/net/thucydides/showcase/cucumber/steps/SearchScenarioSteps.java:[48,39] pluralize(java.lang.Object,int) is not public in net.thucydides.core.uti l.Inflector; cannot be accessed from outside package [ERROR] [ERROR] -> [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/MojoFailureException

C:\Users\vpotucek\IdeaProjects\serenity-demos\cucumber-webtests>

scndel commented 3 years ago

https://github.com/scndel/serenity-demos/pull/1