cucumber / cucumber-java-skeleton

This is the simplest possible setup for Cucumber-JVM using Java.
MIT License
460 stars 615 forks source link

JDK 1.8 issue ? #1

Closed pvdyck closed 10 years ago

pvdyck commented 10 years ago

Since I installed JDK 1.8 on osx, none of my tests are found - they are all ignored !

Is it a directory issue ? Could someone test mvn -X test & check if something missing ?

Any clue ? Thks !

mvn -X test Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 17:22:22+0200) Maven home: /usr/local/Cellar/maven/3.1.1/libexec Java version: 1.8.0, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre Default locale: fr_FR, platform encoding: UTF-8 OS name: "mac os x", version: "10.9.2", arch: "x86_64", family: "mac" [INFO] Error stacktraces are turned on. [DEBUG] Reading global settings from /usr/local/Cellar/maven/3.1.1/libexec/conf/settings.xml [DEBUG] Reading user settings from /Users/pvdyck/.m2/settings.xml [DEBUG] Using local repository at /Users/pvdyck/.m2/repository [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/pvdyck/.m2/repository [INFO] Scanning for projects... [DEBUG] Extension realms for project cucumber:cucumber-java-skeleton:jar:0.0.1: (none) [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] === REACTOR BUILD PLAN ================================================ [DEBUG] Project: cucumber:cucumber-java-skeleton:jar:0.0.1 [DEBUG] Tasks: [test] [DEBUG] Style: Regular [DEBUG] ======================================================================= [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building Cucumber-Java Skeleton 0.0.1 [INFO] ------------------------------------------------------------------------ [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: cucumber:cucumber-java-skeleton:0.0.1 [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [central (http://repo.maven.apache.org/maven2, releases)] [DEBUG] Repositories (plugins) : [central (http://repo.maven.apache.org/maven2, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${encoding} ${maven.resources.escapeString} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} ${maven.resources.supportMultiLineFiltering}

[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${maven.compiler.compilerId} ${maven.compiler.compilerReuseStrategy} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${maven.compiler.debuglevel} ${encoding} ${maven.compiler.executable} ${maven.compiler.failOnError} ${maven.compiler.fork} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.skipMultiThreadWarning} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose}

[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${encoding} ${maven.resources.escapeString} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} ${maven.test.skip} ${maven.resources.supportMultiLineFiltering}

[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${maven.compiler.compilerId} ${maven.compiler.compilerReuseStrategy} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${maven.compiler.debuglevel} ${encoding} ${maven.compiler.executable} ${maven.compiler.failOnError} ${maven.compiler.fork} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.test.skip} ${maven.compiler.skipMultiThreadWarning} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.testSource} ${maven.compiler.testTarget} ${maven.compiler.verbose}

[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${argLine} ${childDelegation} ${maven.surefire.debug} ${disableXmlReport} ${enableAssertions} ${excludedGroups} ${surefire.failIfNoSpecifiedTests} ${failIfNoTests} ${forkMode} ${surefire.timeout} ${groups} ${junitArtifactName} ${jvm} ${objectFactory} ${parallel} ${perCoreThreadCount} ${plugin.artifactMap} ${surefire.printSummary} ${project.artifactMap} ${maven.test.redirectTestOutputToFile} ${surefire.reportFormat} ${surefire.reportNameSuffix} ${maven.test.skip} ${maven.test.skip.exec} ${skipTests} ${test} ${maven.test.failure.ignore} ${testNGArtifactName} ${threadCount} ${trimStackTrace} ${surefire.useFile} ${surefire.useManifestOnlyJar} ${surefire.useSystemClassLoader} ${useUnlimitedThreads} ${basedir}

[DEBUG] ======================================================================= [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=1, ConflictMarker.nodeCount=12, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=8, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4, ConflictResolver.conflictItemCount=10, DefaultDependencyCollector.collectTime=47, DefaultDependencyCollector.transformTime=8} [DEBUG] cucumber:cucumber-java-skeleton:jar:0.0.1 [DEBUG] info.cukes:cucumber-java:jar:1.1.6:test [DEBUG] info.cukes:cucumber-core:jar:1.1.6:test [DEBUG] info.cukes:cucumber-html:jar:0.2.3:test [DEBUG] info.cukes:cucumber-jvm-deps:jar:1.0.3:test [DEBUG] info.cukes:gherkin:jar:2.12.2:test [DEBUG] info.cukes:cucumber-junit:jar:1.1.6:test [DEBUG] junit:junit:jar:4.11:test [DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cucumber-java-skeleton --- [DEBUG] Created new class realm maven.api [DEBUG] Importing foreign packages into class realm maven.api [DEBUG] Imported: org.apache.maven.cli < plexus.core [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [DEBUG] Imported: org.apache.maven.repository < plexus.core [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [DEBUG] Imported: org.apache.maven.usability < plexus.core [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [DEBUG] Imported: javax.enterprise.inject.* < plexus.core [DEBUG] Imported: org.apache.maven.* < plexus.core [DEBUG] Imported: org.apache.maven.project < plexus.core [DEBUG] Imported: org.apache.maven.exception < plexus.core [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [DEBUG] Imported: org.apache.maven.plugin < plexus.core [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [DEBUG] Imported: org.apache.maven.profiles < plexus.core [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [DEBUG] Imported: org.apache.maven.monitor < plexus.core [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [DEBUG] Imported: javax.inject.* < plexus.core [DEBUG] Imported: org.apache.maven.model < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [DEBUG] Imported: org.apache.maven.artifact < plexus.core [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [DEBUG] Imported: org.apache.maven.settings < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [DEBUG] Imported: org.apache.maven.reporting < plexus.core [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [DEBUG] Imported: org.slf4j.* < plexus.core [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [DEBUG] Imported: org.apache.maven.configuration < plexus.core [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [DEBUG] Imported: org.eclipse.aether.* < plexus.core [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [DEBUG] Imported: org.apache.maven.execution < plexus.core [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [DEBUG] Imported: org.eclipse.aether.version < plexus.core [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [DEBUG] Populating class realm maven.api [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=1, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=103, DefaultDependencyCollector.transformTime=5} [DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6: [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile [DEBUG] commons-cli:commons-cli:jar:1.0:compile [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile [DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile [DEBUG] classworlds:classworlds:jar:1.1:compile [DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [DEBUG] junit:junit:jar:3.8.1:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile [DEBUG] org.apache.maven.shared:maven-filtering:jar:1.1:compile [DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6 [DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6 [DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7 [DEBUG] Included: commons-cli:commons-cli:jar:1.0 [DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 [DEBUG] Included: junit:junit:jar:3.8.1 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5 [DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.1 [DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13 [DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6 [DEBUG] Excluded: classworlds:classworlds:jar:1.1 [DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.6 [DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@2503dbd3] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator --> DEBUG buildFilters = [] DEBUG escapeWindowsPaths = true DEBUG includeEmptyDirs = false DEBUG outputDirectory = /private/tmp/cucumber-java-skeleton/target/classes DEBUG overwrite = false DEBUG project = MavenProject: cucumber:cucumber-java-skeleton:0.0.1 @ /private/tmp/cucumber-java-skeleton/pom.xml DEBUG resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /private/tmp/cucumber-java-skeleton/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] DEBUG session = org.apache.maven.execution.MavenSession@3e10dc6 DEBUG supportMultiLineFiltering = false DEBUG useBuildFilters = true DEBUG useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {java.vendor=Oracle Corporation, env.CHECKFIX1436934=1, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.SECURITYSESSIONID=186a5, os.name=Mac OS X, sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/classes, env.TMPDIR=/var/folders/bm/3m1cs65j3tqc0vz_hlhvmt8c0000gn/T/, env.PWD=/tmp/cucumber-java-skeleton, user.country.format=BE, env.LANG=fr_BE.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0-b132, env.Apple_PubSub_Socket_Render=/tmp/launch-5Mc1Gd/Render, env.DISPLAY=/tmp/launch-C8YY5F/org.macosforge.xquartz:0, user.name=pvdyck, maven.build.version=Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 17:22:22+0200), env.USER=pvdyck, env.SHELL=/bin/bash, env.CF_USER_TEXTENCODING=0x1F5:0:1, env.PATH=/usr/local/bin:/usr/local/sbin:/usr/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/local/MacGPG2/bin, user.language=fr, sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib, classworlds.conf=/usr/local/Cellar/maven/3.1.1/libexec/bin/m2.conf, java.version=1.8.0, user.timezone=Europe/Paris, sun.arch.data.model=64, http.nonProxyHosts=local|.local|169.254/16|_.169.254/16, java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.CATALINA_OPTS=-XX:MaxPermSize=256m -Xmx1024M -server -Xms512M, env.SHLVL=2, file.separator=/, java.specification.name=Java Platform API Specification, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=FR, java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre, java.vm.info=mixed mode, env.LOGNAME=pvdyck, os.version=10.9.2, env.TERM_PROGRAM_VERSION=326, env.CLICOLOR=1, path.separator=:, java.vm.version=25.0-b70, env.JAVAHOME=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, env.TERM=xterm-256color, sun.io.unicode.encoding=UnicodeBig, awt.toolkit=sun.lwawt.macosx.LWCToolkit, socksNonProxyHosts=local|.local|169.254/16|.169.254/16, ftp.nonProxyHosts=local|.local|169.254/16|_.169.254/16, env.LSCOLORS=GxFxCxDxBxegedabagaced, user.home=/Users/pvdyck, env.OLDPWD=/tmp/cucumber-java-skeleton, java.specification.vendor=Oracle Corporation, env.TERM_PROGRAM=Apple_Terminal, env.M2_HOME=/usr/local/Cellar/maven/3.1.1/libexec, java.library.path=/Users/pvdyck/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor.url=http://java.oracle.com/, java.vm.vendor=Oracle Corporation, gopherProxySet=false, maven.home=/usr/local/Cellar/maven/3.1.1/libexec, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X test, java.class.path=/usr/local/Cellar/maven/3.1.1/libexec/boot/plexus-classworlds-2.5.1.jar, env.TERM_SESSION_ID=4AC11C48-42F0-449E-8DEC-84468C77DCFE, maven.version=3.1.1, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/Users/pvdyck, java.io.tmpdir=/var/folders/bm/3m1cs65j3tqc0vz_hlhvmt8c0000gn/T/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.M3_HOME=/usr/local/Cellar/maven/3.0.2/libexec/, env.COM_GOOGLE_CHROME_FRAMEWORK_SERVICE_PROCESS/USERS/PVDYCK/LIBRARY/APPLICATION_SUPPORT/GOOGLE/CHROME_SOCKET=/tmp/launch-5wrfyb/ServiceProcessSocket, env.SSH_AUTH_SOCK=/tmp/launch-GJUH0t/Listeners, env.JAVA_MAIN_CLASS_28167=org.codehaus.plexus.classworlds.launcher.Launcher, os.arch=x86_64, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, java.ext.dirs=/Users/pvdyck/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java, user.dir=/private/tmp/cucumber-java-skeleton, line.separator= , java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding=UTF-8, java.specification.version=1.8} [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [DEBUG] resource with targetPath null directory /private/tmp/cucumber-java-skeleton/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /private/tmp/cucumber-java-skeleton/src/main/resources [DEBUG] no use filter components [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cucumber-java-skeleton --- [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=106, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=53, DefaultDependencyCollector.collectTime=69, DefaultDependencyCollector.transformTime=3} [DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:2.5.1: [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-toolchain:jar:1.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile [DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:1.9.1:compile [DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:1.9.1:compile [DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:1.9.1:runtime [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [DEBUG] junit:junit:jar:3.8.1:compile [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1 [DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:2.5.1 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:1.9.1 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:1.9.1 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:1.9.1 [DEBUG] Included: junit:junit:jar:3.8.1 [DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-toolchain:jar:1.0 [DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 [DEBUG] Excluded: classworlds:classworlds:jar:1.1-alpha-2 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1, parent: sun.misc.Launcher$AppClassLoader@2503dbd3] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile' with basic configurator --> DEBUG basedir = /private/tmp/cucumber-java-skeleton DEBUG buildDirectory = /private/tmp/cucumber-java-skeleton/target DEBUG classpathElements = [/private/tmp/cucumber-java-skeleton/target/classes] DEBUG compileSourceRoots = [/private/tmp/cucumber-java-skeleton/src/main/java] DEBUG compilerId = javac DEBUG debug = true DEBUG failOnError = true DEBUG fork = false DEBUG generatedSourcesDirectory = /private/tmp/cucumber-java-skeleton/target/generated-sources/annotations DEBUG optimize = false DEBUG outputDirectory = /private/tmp/cucumber-java-skeleton/target/classes DEBUG outputFileName = cucumber-java-skeleton-0.0.1 DEBUG projectArtifact = cucumber:cucumber-java-skeleton:jar:0.0.1 DEBUG session = org.apache.maven.execution.MavenSession@3e10dc6 DEBUG showDeprecation = false DEBUG showWarnings = false DEBUG source = 1.5 DEBUG staleMillis = 0 DEBUG target = 1.5 DEBUG verbose = false [DEBUG] -- end configuration -- [DEBUG] Using compiler 'javac'. [DEBUG] Source directories: [/private/tmp/cucumber-java-skeleton/src/main/java] [DEBUG] Classpath: [/private/tmp/cucumber-java-skeleton/target/classes] [DEBUG] Output directory: /private/tmp/cucumber-java-skeleton/target/classes [DEBUG] CompilerReuseStrategy: reuseCreated [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cucumber-java-skeleton --- [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@2503dbd3] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator --> DEBUG buildFilters = [] DEBUG escapeWindowsPaths = true DEBUG includeEmptyDirs = false DEBUG outputDirectory = /private/tmp/cucumber-java-skeleton/target/test-classes DEBUG overwrite = false DEBUG project = MavenProject: cucumber:cucumber-java-skeleton:0.0.1 @ /private/tmp/cucumber-java-skeleton/pom.xml DEBUG resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /private/tmp/cucumber-java-skeleton/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] DEBUG session = org.apache.maven.execution.MavenSession@3e10dc6 DEBUG supportMultiLineFiltering = false DEBUG useBuildFilters = true DEBUG useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {java.vendor=Oracle Corporation, env.CHECKFIX1436934=1, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.SECURITYSESSIONID=186a5, os.name=Mac OS X, sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/classes, env.TMPDIR=/var/folders/bm/3m1cs65j3tqc0vz_hlhvmt8c0000gn/T/, env.PWD=/tmp/cucumber-java-skeleton, user.country.format=BE, env.LANG=fr_BE.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0-b132, env.Apple_PubSub_Socket_Render=/tmp/launch-5Mc1Gd/Render, env.DISPLAY=/tmp/launch-C8YY5F/org.macosforge.xquartz:0, user.name=pvdyck, maven.build.version=Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 17:22:22+0200), env.USER=pvdyck, env.SHELL=/bin/bash, env.CF_USER_TEXTENCODING=0x1F5:0:1, env.PATH=/usr/local/bin:/usr/local/sbin:/usr/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/local/MacGPG2/bin, user.language=fr, sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib, classworlds.conf=/usr/local/Cellar/maven/3.1.1/libexec/bin/m2.conf, java.version=1.8.0, user.timezone=Europe/Paris, sun.arch.data.model=64, http.nonProxyHosts=local|.local|169.254/16|_.169.254/16, java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.CATALINA_OPTS=-XX:MaxPermSize=256m -Xmx1024M -server -Xms512M, env.SHLVL=2, file.separator=/, java.specification.name=Java Platform API Specification, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=FR, java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre, java.vm.info=mixed mode, env.LOGNAME=pvdyck, os.version=10.9.2, env.TERM_PROGRAM_VERSION=326, env.CLICOLOR=1, path.separator=:, java.vm.version=25.0-b70, env.JAVAHOME=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, env.TERM=xterm-256color, sun.io.unicode.encoding=UnicodeBig, awt.toolkit=sun.lwawt.macosx.LWCToolkit, socksNonProxyHosts=local|.local|169.254/16|.169.254/16, ftp.nonProxyHosts=local|.local|169.254/16|_.169.254/16, env.LSCOLORS=GxFxCxDxBxegedabagaced, user.home=/Users/pvdyck, env.OLDPWD=/tmp/cucumber-java-skeleton, java.specification.vendor=Oracle Corporation, env.TERM_PROGRAM=Apple_Terminal, env.M2_HOME=/usr/local/Cellar/maven/3.1.1/libexec, java.library.path=/Users/pvdyck/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor.url=http://java.oracle.com/, java.vm.vendor=Oracle Corporation, gopherProxySet=false, maven.home=/usr/local/Cellar/maven/3.1.1/libexec, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X test, java.class.path=/usr/local/Cellar/maven/3.1.1/libexec/boot/plexus-classworlds-2.5.1.jar, env.TERM_SESSION_ID=4AC11C48-42F0-449E-8DEC-84468C77DCFE, maven.version=3.1.1, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/Users/pvdyck, java.io.tmpdir=/var/folders/bm/3m1cs65j3tqc0vz_hlhvmt8c0000gn/T/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.M3_HOME=/usr/local/Cellar/maven/3.0.2/libexec/, env.COM_GOOGLE_CHROME_FRAMEWORK_SERVICE_PROCESS/USERS/PVDYCK/LIBRARY/APPLICATION_SUPPORT/GOOGLE/CHROME_SOCKET=/tmp/launch-5wrfyb/ServiceProcessSocket, env.SSH_AUTH_SOCK=/tmp/launch-GJUH0t/Listeners, env.JAVA_MAIN_CLASS_28167=org.codehaus.plexus.classworlds.launcher.Launcher, os.arch=x86_64, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, java.ext.dirs=/Users/pvdyck/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java, user.dir=/private/tmp/cucumber-java-skeleton, line.separator= , java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding=UTF-8, java.specification.version=1.8} [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [DEBUG] resource with targetPath null directory /private/tmp/cucumber-java-skeleton/src/test/resources excludes [] includes [] [DEBUG] ignoreDelta true [INFO] Copying 1 resource [DEBUG] file belly.feature has a filtered file extension [DEBUG] copy /private/tmp/cucumber-java-skeleton/src/test/resources/skeleton/belly.feature to /private/tmp/cucumber-java-skeleton/target/test-classes/skeleton/belly.feature [DEBUG] no use filter components [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ cucumber-java-skeleton --- [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:2.5.1, parent: sun.misc.Launcher$AppClassLoader@2503dbd3] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile' with basic configurator --> DEBUG basedir = /private/tmp/cucumber-java-skeleton DEBUG buildDirectory = /private/tmp/cucumber-java-skeleton/target DEBUG classpathElements = [/private/tmp/cucumber-java-skeleton/target/test-classes, /private/tmp/cucumber-java-skeleton/target/classes, /Users/pvdyck/.m2/repository/info/cukes/cucumber-java/1.1.6/cucumber-java-1.1.6.jar, /Users/pvdyck/.m2/repository/info/cukes/cucumber-core/1.1.6/cucumber-core-1.1.6.jar, /Users/pvdyck/.m2/repository/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar, /Users/pvdyck/.m2/repository/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.jar, /Users/pvdyck/.m2/repository/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar, /Users/pvdyck/.m2/repository/info/cukes/cucumber-junit/1.1.6/cucumber-junit-1.1.6.jar, /Users/pvdyck/.m2/repository/junit/junit/4.11/junit-4.11.jar, /Users/pvdyck/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar] DEBUG compileSourceRoots = [/private/tmp/cucumber-java-skeleton/src/test/java] DEBUG compilerId = javac DEBUG debug = true DEBUG failOnError = true DEBUG fork = false DEBUG generatedTestSourcesDirectory = /private/tmp/cucumber-java-skeleton/target/generated-test-sources/test-annotations DEBUG optimize = false DEBUG outputDirectory = /private/tmp/cucumber-java-skeleton/target/test-classes DEBUG outputFileName = cucumber-java-skeleton-0.0.1 DEBUG session = org.apache.maven.execution.MavenSession@3e10dc6 DEBUG showDeprecation = false DEBUG showWarnings = false DEBUG source = 1.5 DEBUG staleMillis = 0 DEBUG target = 1.5 DEBUG verbose = false [DEBUG] -- end configuration -- [DEBUG] Using compiler 'javac'. [DEBUG] Source directories: [/private/tmp/cucumber-java-skeleton/src/test/java] [DEBUG] Classpath: [/private/tmp/cucumber-java-skeleton/target/test-classes /private/tmp/cucumber-java-skeleton/target/classes /Users/pvdyck/.m2/repository/info/cukes/cucumber-java/1.1.6/cucumber-java-1.1.6.jar /Users/pvdyck/.m2/repository/info/cukes/cucumber-core/1.1.6/cucumber-core-1.1.6.jar /Users/pvdyck/.m2/repository/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar /Users/pvdyck/.m2/repository/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.jar /Users/pvdyck/.m2/repository/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar /Users/pvdyck/.m2/repository/info/cukes/cucumber-junit/1.1.6/cucumber-junit-1.1.6.jar /Users/pvdyck/.m2/repository/junit/junit/4.11/junit-4.11.jar /Users/pvdyck/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar] [DEBUG] Output directory: /private/tmp/cucumber-java-skeleton/target/test-classes [DEBUG] CompilerReuseStrategy: reuseCreated [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cucumber-java-skeleton --- [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=132, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=77, DefaultDependencyCollector.collectTime=48, DefaultDependencyCollector.transformTime=1} [DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4: [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile [DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile [DEBUG] org.apache.maven.surefire:surefire-api:jar:2.12.4:compile [DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile [DEBUG] org.apache.commons:commons-lang3:jar:3.1:compile [DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile [DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [DEBUG] junit:junit:jar:3.8.1:test [DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile [DEBUG] classworlds:classworlds:jar:1.1:compile [DEBUG] org.apache.maven:maven-toolchain:jar:2.0.9:compile [DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4 [DEBUG] Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4 [DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.12.4 [DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.12.4 [DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.12.4 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.1 [DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.3 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9 [DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1 [DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9 [DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 [DEBUG] Excluded: junit:junit:jar:3.8.1 [DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9 [DEBUG] Excluded: classworlds:classworlds:jar:1.1 [DEBUG] Excluded: org.apache.maven:maven-toolchain:jar:2.0.9 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4, parent: sun.misc.Launcher$AppClassLoader@2503dbd3] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' with basic configurator --> DEBUG basedir = /private/tmp/cucumber-java-skeleton DEBUG childDelegation = false DEBUG classesDirectory = /private/tmp/cucumber-java-skeleton/target/classes DEBUG disableXmlReport = false DEBUG enableAssertions = true DEBUG forkMode = once DEBUG junitArtifactName = junit:junit DEBUG localRepository = id: local url: file:///Users/pvdyck/.m2/repository/ layout: none

DEBUG parallelMavenExecution = false DEBUG perCoreThreadCount = true DEBUG pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.12.4:, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.12.4:compile, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.shared:maven-common-artifact-filters=org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:3.0.8:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile} DEBUG pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:help'

role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test'

DEBUG printSummary = true DEBUG projectArtifactMap = {info.cukes:cucumber-java=info.cukes:cucumber-java:jar:1.1.6:test, info.cukes:cucumber-core=info.cukes:cucumber-core:jar:1.1.6:test, info.cukes:cucumber-html=info.cukes:cucumber-html:jar:0.2.3:test, info.cukes:cucumber-jvm-deps=info.cukes:cucumber-jvm-deps:jar:1.0.3:test, info.cukes:gherkin=info.cukes:gherkin:jar:2.12.2:test, info.cukes:cucumber-junit=info.cukes:cucumber-junit:jar:1.1.6:test, junit:junit=junit:junit:jar:4.11:test, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:test} DEBUG redirectTestOutputToFile = false DEBUG remoteRepositories = [ id: central url: http://repo.maven.apache.org/maven2 layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] ] DEBUG reportFormat = brief DEBUG reportsDirectory = /private/tmp/cucumber-java-skeleton/target/surefire-reports DEBUG runOrder = filesystem DEBUG skip = false DEBUG skipTests = false DEBUG testClassesDirectory = /private/tmp/cucumber-java-skeleton/target/test-classes DEBUG testFailureIgnore = false DEBUG testNGArtifactName = org.testng:testng DEBUG testSourceDirectory = /private/tmp/cucumber-java-skeleton/src/test/java DEBUG trimStackTrace = true DEBUG useFile = true DEBUG useManifestOnlyJar = true DEBUG useSystemClassLoader = true DEBUG useUnlimitedThreads = false DEBUG workingDirectory = /private/tmp/cucumber-java-skeleton DEBUG project = MavenProject: cucumber:cucumber-java-skeleton:0.0.1 @ /private/tmp/cucumber-java-skeleton/pom.xml DEBUG session = org.apache.maven.execution.MavenSession@3e10dc6 [DEBUG] -- end configuration -- [INFO] Surefire report directory: /private/tmp/cucumber-java-skeleton/target/surefire-reports [DEBUG] Setting system property [user.dir]=[/private/tmp/cucumber-java-skeleton] [DEBUG] Setting system property [localRepository]=[/Users/pvdyck/.m2/repository] [DEBUG] Setting system property [basedir]=[/private/tmp/cucumber-java-skeleton] [DEBUG] dummy:dummy:jar:1.0 (selected for null) [DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile (selected for compile) [DEBUG] org.apache.maven.surefire:surefire-api:jar:2.12.4:compile (selected for compile) [DEBUG] Adding to surefire booter test classpath: /Users/pvdyck/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar Scope: compile [DEBUG] Adding to surefire booter test classpath: /Users/pvdyck/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar Scope: compile [DEBUG] Using JVM: /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/bin/java [DEBUG] dummy:dummy:jar:1.0 (selected for null) [DEBUG] org.apache.maven.surefire:surefire-junit4:jar:2.12.4:test (selected for test) [DEBUG] org.apache.maven.surefire:surefire-api:jar:2.12.4:test (selected for test) [DEBUG] Adding to surefire test classpath: /Users/pvdyck/.m2/repository/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar Scope: test [DEBUG] Adding to surefire test classpath: /Users/pvdyck/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar Scope: test [DEBUG] test classpath classpath: [DEBUG] /private/tmp/cucumber-java-skeleton/target/test-classes [DEBUG] /private/tmp/cucumber-java-skeleton/target/classes [DEBUG] /Users/pvdyck/.m2/repository/info/cukes/cucumber-java/1.1.6/cucumber-java-1.1.6.jar [DEBUG] /Users/pvdyck/.m2/repository/info/cukes/cucumber-core/1.1.6/cucumber-core-1.1.6.jar [DEBUG] /Users/pvdyck/.m2/repository/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar [DEBUG] /Users/pvdyck/.m2/repository/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.jar [DEBUG] /Users/pvdyck/.m2/repository/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar [DEBUG] /Users/pvdyck/.m2/repository/info/cukes/cucumber-junit/1.1.6/cucumber-junit-1.1.6.jar [DEBUG] /Users/pvdyck/.m2/repository/junit/junit/4.11/junit-4.11.jar [DEBUG] /Users/pvdyck/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [DEBUG] provider classpath classpath: [DEBUG] /Users/pvdyck/.m2/repository/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar [DEBUG] /Users/pvdyck/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar


T E S T S

Forking command line: /bin/sh -c cd /private/tmp/cucumber-java-skeleton && /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/bin/java -jar /private/tmp/cucumber-java-skeleton/target/surefire/surefirebooter2204959284392534224.jar /private/tmp/cucumber-java-skeleton/target/surefire/surefire5437857581907024176tmp /private/tmp/cucumber-java-skeleton/target/surefire/surefire_05970676301306478662tmp Running skeleton.RunCukesTest

1 Scenarios (1 undefined) 3 Steps (2 undefined, 1 passed) 0m0,076s

You can implement missing steps with the snippets below:

@When("^I wait (\d+) hour$") public void i_wait_hour(int arg1) throws Throwable { // Write code here that turns the phrase above into concrete actions throw new PendingException(); }

@Then("^my belly should growl$") public void my_belly_should_growl() throws Throwable { // Write code here that turns the phrase above into concrete actions throw new PendingException(); }

Tests run: 5, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.401 sec

Results :

Tests run: 5, Failures: 0, Errors: 0, Skipped: 3

[INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.431s [INFO] Finished at: Tue Apr 01 11:23:39 CEST 2014 [INFO] Final Memory: 7M/306M [INFO] ------------------------------------------------------------------------

aslakhellesoy commented 10 years ago

Cucumber-JVM hasn't been tested with JDK 1.8 yet. I'm not surprised if it's not working. This is not a bug in this example - it's a bug (or missing feature) in Cucumber-JVM itself.

Please create a ticket in Cucumber-JVM's repo. Also - please use GFM Fenced Code Blocks when you embed logs in the ticket.