Advertisement
Guest User

Cuke4Duke StackTrace

a guest
Feb 16th, 2011
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 23.77 KB | None | 0 0
  1. Apache Maven 3.0.2 (r1056850; 2011-01-09 00:58:10+0000)
  2. Java version: 1.6.0_21, vendor: Sun Microsystems Inc.
  3. Java home: C:\Program Files\Java\jdk1.6.0_21\jre
  4. Default locale: en_GB, platform encoding: Cp1252
  5. OS name: "windows xp", version: "5.1", arch: "x86", family: "windows"
  6. [INFO] Error stacktraces are turned on.
  7. [DEBUG] Reading global settings from C:\local\apache-maven-3.0.2\bin\..\conf\settings.xml
  8. [DEBUG] Reading user settings from C:\Documents and Settings\Ronald.Noble\.m2\settings.xml
  9. [DEBUG] Using local repository at C:\Documents and Settings\Ronald.Noble\.m2\repository
  10. [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for C:\Documents and Settings\Ronald.Noble\.m2\repository
  11. [INFO] Scanning for projects...
  12. [DEBUG] Extension realms for project com.goodercode:maven-cuke:jar:1.0-SNAPSHOT: (none)
  13. [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
  14. [DEBUG] Resolving plugin prefix cuke4duke from [com.atlassian.maven.plugins, org.apache.maven.plugins, org.codehaus.mojo]
  15. [DEBUG] Resolved plugin prefix cuke4duke to cuke4duke:cuke4duke-maven-plugin from POM com.goodercode:maven-cuke:jar:1.0-SNAPSHOT
  16. [DEBUG] === REACTOR BUILD PLAN ================================================
  17. [DEBUG] Project: com.goodercode:maven-cuke:jar:1.0-SNAPSHOT
  18. [DEBUG] Tasks:   [cuke4duke:cucumber]
  19. [DEBUG] Style:   Regular
  20. [DEBUG] =======================================================================
  21. [INFO]                                                                        
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Building maven-cuke 1.0-SNAPSHOT
  24. [INFO] ------------------------------------------------------------------------
  25. [DEBUG] Resolving plugin prefix cuke4duke from [com.atlassian.maven.plugins, org.apache.maven.plugins, org.codehaus.mojo]
  26. [DEBUG] Resolved plugin prefix cuke4duke to cuke4duke:cuke4duke-maven-plugin from POM com.goodercode:maven-cuke:jar:1.0-SNAPSHOT
  27. [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]
  28. [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
  29. [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
  30. [DEBUG] === PROJECT BUILD PLAN ================================================
  31. [DEBUG] Project:       com.goodercode:maven-cuke:1.0-SNAPSHOT
  32. [DEBUG] Dependencies (collect): []
  33. [DEBUG] Dependencies (resolve): [test]
  34. [DEBUG] Repositories (dependencies): [icdinhouse (http://ukicdjira/repository/inhouse/, releases=true, snapshots=true, managed=false), icdsnapshots (http://ukicdjira/repository/snapshots/, releases=true, snapshots=true, managed=false), mavenSnapshots (http://people.apache.org/maven-snapshot-repository/, releases=true, snapshots=true, managed=false), nexus (http://nexus.openqa.org/content/repositories/releases/, releases=true, snapshots=true, managed=false), nexussnapshots (http://nexus.openqa.org/content/repositories/releases/, releases=true, snapshots=true, managed=false), spring-maven-release (http://maven.springframework.org/release, releases=true, snapshots=true, managed=false), spring-maven-milestone (http://maven.springframework.org/milestone, releases=true, snapshots=true, managed=false), spring-roo-repository (http://spring-roo-repository.springsource.org/release, releases=true, snapshots=true, managed=false), JBoss Repo (https://repository.jboss.org/nexus/content/repositories/releases, releases=true, snapshots=true, managed=false), codehaus (http://repository.codehaus.org, releases=true, snapshots=true, managed=false), cukes (http://cukes.info/maven, releases=true, snapshots=true, managed=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false, managed=false)]
  35. [DEBUG] Repositories (plugins)     : [cukes (http://cukes.info/maven, releases=true, snapshots=true, managed=false), atlassian-m2-repository (http://repository.atlassian.com/maven2, releases=true, snapshots=true, managed=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false, managed=false)]
  36. [DEBUG] -----------------------------------------------------------------------
  37. [DEBUG] Goal:          cuke4duke:cuke4duke-maven-plugin:0.4.3:cucumber (default-cli)
  38. [DEBUG] Style:         Regular
  39. [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
  40. <configuration>
  41.   <compileClasspathElements default-value="${project.compileClasspathElements}"/>
  42.   <cucumberArgs>
  43.     <cucumberArg>C:\workspace\maven-cuke/target/test-classes --tags ~@wip</cucumberArg>
  44.   </cucumberArgs>
  45.   <extraCucumberArgs>${cucumber.extraArgs}</extraCucumberArgs>
  46.   <failOnError>${cucumber.failOnError}</failOnError>
  47.   <features>${cucumber.features}</features>
  48.   <gemDirectory>${cucumber.gemDirectory}</gemDirectory>
  49.   <gems>
  50.     <gem>install cuke4duke --version 0.4.3</gem>
  51.   </gems>
  52.   <installGems>${cucumber.installGems}</installGems>
  53.   <jvmArgs>
  54.     <jvmArg>-Dcuke4duke.objectFactory=cuke4duke.internal.jvmclass.PicoFactory</jvmArg>
  55.     <jvmArg>${cucumber.debug}</jvmArg>
  56.   </jvmArgs>
  57.   <launchDirectory>${project.basedir}</launchDirectory>
  58.   <localRepository>${localRepository}</localRepository>
  59.   <mavenProject>${project}</mavenProject>
  60.   <pluginArtifacts>${plugin.artifacts}</pluginArtifacts>
  61.   <settings>${settings}</settings>
  62.   <skip>${maven.test.skip}</skip>
  63.   <testClasspathElements>${project.testClasspathElements}</testClasspathElements>
  64. </configuration>
  65. [DEBUG] =======================================================================
  66. [DEBUG] com.goodercode:maven-cuke:jar:1.0-SNAPSHOT
  67. [DEBUG]    cuke4duke:cuke4duke:jar:0.4.3:test
  68. [DEBUG]       org.jruby:jruby-complete:jar:1.5.6:test
  69. [DEBUG]       org.apache.ant:ant:jar:1.8.2:test
  70. [DEBUG]          org.apache.ant:ant-launcher:jar:1.8.2:test
  71. [DEBUG]    org.picocontainer:picocontainer:jar:2.8.3:test
  72. [DEBUG]    junit:junit:jar:4.8.1:test
  73. [INFO]
  74. [INFO] --- cuke4duke-maven-plugin:0.4.3:cucumber (default-cli) @ maven-cuke ---
  75. [DEBUG] cuke4duke:cuke4duke-maven-plugin:jar:0.4.3:
  76. [DEBUG]    org.apache.maven:maven-project:jar:2.0.9:compile
  77. [DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile
  78. [DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile
  79. [DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile
  80. [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
  81. [DEBUG]          org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
  82. [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
  83. [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
  84. [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.9:compile
  85. [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
  86. [DEBUG]          junit:junit:jar:4.8.2:compile (version managed from 3.8.1)
  87. [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
  88. [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile
  89. [DEBUG]    cuke4duke:cuke4duke:jar:0.4.3:compile
  90. [DEBUG]       org.jruby:jruby-complete:jar:1.5.6:compile
  91. [DEBUG]    org.apache.ant:ant:jar:1.8.2:compile
  92. [DEBUG]       org.apache.ant:ant-launcher:jar:1.8.2:compile
  93. [DEBUG] Created new class realm maven.api
  94. [DEBUG] Importing foreign packages into class realm maven.api
  95. [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
  96. [DEBUG]   Imported: org.sonatype.aether.transfer < plexus.core
  97. [DEBUG]   Imported: org.apache.maven.exception < plexus.core
  98. [DEBUG]   Imported: org.sonatype.aether.metadata < plexus.core
  99. [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
  100. [DEBUG]   Imported: org.sonatype.aether.collection < plexus.core
  101. [DEBUG]   Imported: org.sonatype.aether.version < plexus.core
  102. [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
  103. [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
  104. [DEBUG]   Imported: org.apache.maven.repository < plexus.core
  105. [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
  106. [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
  107. [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
  108. [DEBUG]   Imported: org.sonatype.aether.repository < plexus.core
  109. [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
  110. [DEBUG]   Imported: org.apache.maven.execution < plexus.core
  111. [DEBUG]   Imported: org.sonatype.aether.artifact < plexus.core
  112. [DEBUG]   Imported: org.sonatype.aether.spi < plexus.core
  113. [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
  114. [DEBUG]   Imported: org.apache.maven.usability < plexus.core
  115. [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
  116. [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
  117. [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
  118. [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
  119. [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
  120. [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
  121. [DEBUG]   Imported: org.sonatype.aether.graph < plexus.core
  122. [DEBUG]   Imported: org.sonatype.aether.* < plexus.core
  123. [DEBUG]   Imported: org.apache.maven.settings < plexus.core
  124. [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
  125. [DEBUG]   Imported: org.sonatype.aether.impl < plexus.core
  126. [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
  127. [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
  128. [DEBUG]   Imported: org.sonatype.aether.deployment < plexus.core
  129. [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
  130. [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
  131. [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
  132. [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
  133. [DEBUG]   Imported: org.apache.maven.cli < plexus.core
  134. [DEBUG]   Imported: org.sonatype.aether.installation < plexus.core
  135. [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
  136. [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
  137. [DEBUG]   Imported: org.apache.maven.project < plexus.core
  138. [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
  139. [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
  140. [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
  141. [DEBUG]   Imported: org.apache.maven.model < plexus.core
  142. [DEBUG]   Imported: org.apache.maven.* < plexus.core
  143. [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
  144. [DEBUG]   Imported: org.sonatype.aether.resolution < plexus.core
  145. [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
  146. [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
  147. [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
  148. [DEBUG] Populating class realm maven.api
  149. [DEBUG] Created new class realm plugin>cuke4duke:cuke4duke-maven-plugin:0.4.3
  150. [DEBUG] Importing foreign packages into class realm plugin>cuke4duke:cuke4duke-maven-plugin:0.4.3
  151. [DEBUG]   Imported:  < maven.api
  152. [DEBUG] Populating class realm plugin>cuke4duke:cuke4duke-maven-plugin:0.4.3
  153. [DEBUG]   Included: cuke4duke:cuke4duke-maven-plugin:jar:0.4.3
  154. [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.1
  155. [DEBUG]   Included: junit:junit:jar:4.8.2
  156. [DEBUG]   Included: cuke4duke:cuke4duke:jar:0.4.3
  157. [DEBUG]   Included: org.jruby:jruby-complete:jar:1.5.6
  158. [DEBUG]   Included: org.apache.ant:ant:jar:1.8.2
  159. [DEBUG]   Included: org.apache.ant:ant-launcher:jar:1.8.2
  160. [DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0.9
  161. [DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.0.9
  162. [DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.0.9
  163. [DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.9
  164. [DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9
  165. [DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9
  166. [DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9
  167. [DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.0.9
  168. [DEBUG]   Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
  169. [DEBUG]   Excluded: classworlds:classworlds:jar:1.1-alpha-2
  170. [DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9
  171. [DEBUG] Configuring mojo cuke4duke:cuke4duke-maven-plugin:0.4.3:cucumber from plugin realm ClassRealm[plugin>cuke4duke:cuke4duke-maven-plugin:0.4.3, parent: sun.misc.Launcher$AppClassLoader@11b86e7]
  172. [DEBUG] Configuring mojo 'cuke4duke:cuke4duke-maven-plugin:0.4.3:cucumber' with basic configurator -->
  173. [DEBUG]   (f) compileClasspathElements = [C:\workspace\maven-cuke\target\classes]
  174. [DEBUG]   (f) cucumberArgs = [C:\workspace\maven-cuke/target/test-classes --tags ~@wip]
  175. [DEBUG]   (f) gems = [install cuke4duke --version 0.4.3]
  176. [DEBUG]   (f) installGems = true
  177. [DEBUG]   (f) jvmArgs = [-Dcuke4duke.objectFactory=cuke4duke.internal.jvmclass.PicoFactory, null]
  178. [DEBUG]   (f) launchDirectory = C:\workspace\maven-cuke
  179. [DEBUG]   (f) localRepository =        id: local
  180.       url: file:///C:/Documents%20and%20Settings/Ronald.Noble/.m2/repository/
  181.    layout: none
  182.  
  183. [DEBUG]   (f) mavenProject = MavenProject: com.goodercode:maven-cuke:1.0-SNAPSHOT @ C:\workspace\maven-cuke\pom.xml
  184. [DEBUG]   (f) pluginArtifacts = [cuke4duke:cuke4duke-maven-plugin:maven-plugin:0.4.3:, org.codehaus.plexus:plexus-utils:jar:1.5.1:compile, junit:junit:jar:4.8.2:compile, cuke4duke:cuke4duke:jar:0.4.3:compile, org.jruby:jruby-complete:jar:1.5.6:compile, org.apache.ant:ant:jar:1.8.2:compile, org.apache.ant:ant-launcher:jar:1.8.2:compile]
  185. [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@1db484d
  186. [DEBUG]   (f) testClasspathElements = [C:\workspace\maven-cuke\target\test-classes, C:\workspace\maven-cuke\target\classes, C:\Documents and Settings\Ronald.Noble\.m2\repository\cuke4duke\cuke4duke\0.4.3\cuke4duke-0.4.3.jar, C:\Documents and Settings\Ronald.Noble\.m2\repository\org\jruby\jruby-complete\1.5.6\jruby-complete-1.5.6.jar, C:\Documents and Settings\Ronald.Noble\.m2\repository\org\apache\ant\ant\1.8.2\ant-1.8.2.jar, C:\Documents and Settings\Ronald.Noble\.m2\repository\org\apache\ant\ant-launcher\1.8.2\ant-launcher-1.8.2.jar, C:\Documents and Settings\Ronald.Noble\.m2\repository\org\picocontainer\picocontainer\2.8.3\picocontainer-2.8.3.jar, C:\Documents and Settings\Ronald.Noble\.m2\repository\junit\junit\4.8.1\junit-4.8.1.jar]
  187. [DEBUG] -- end configuration --
  188. [DEBUG] Adding reference: jruby.classpath
  189. [DEBUG] Executing 'C:\Program Files\Java\jdk1.6.0_21\jre\bin\java.exe' with arguments:
  190. '-Xmx384m'
  191. '-classpath'
  192. 'C:\workspace\maven-cuke\target\test-classes;C:\workspace\maven-cuke\target\classes;C:\Documents and Settings\Ronald.Noble\.m2\repository\cuke4duke\cuke4duke\0.4.3\cuke4duke-0.4.3.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\jruby\jruby-complete\1.5.6\jruby-complete-1.5.6.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\apache\ant\ant\1.8.2\ant-1.8.2.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\apache\ant\ant-launcher\1.8.2\ant-launcher-1.8.2.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\picocontainer\picocontainer\2.8.3\picocontainer-2.8.3.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\junit\junit\4.8.1\junit-4.8.1.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\cuke4duke\cuke4duke-maven-plugin\0.4.3\cuke4duke-maven-plugin-0.4.3.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\codehaus\plexus\plexus-utils\1.5.1\plexus-utils-1.5.1.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\junit\junit\4.8.2\junit-4.8.2.jar'
  193. 'org.jruby.Main'
  194. '-S'
  195. 'gem'
  196. 'install'
  197. 'cuke4duke'
  198. '--version'
  199. '0.4.3'
  200. '--install-dir'
  201. 'C:\Documents and Settings\Ronald.Noble\.m2\repository\.jruby'
  202. '--no-ri'
  203. '--no-rdoc'
  204.  
  205. The ' characters around the executable and arguments are
  206. not part of the command.
  207. [DEBUG] Setting environment variable: GEM_HOME=C:\Documents and Settings\Ronald.Noble\.m2\repository\.jruby
  208. [DEBUG] Setting environment variable: GEM_PATH=C:\Documents and Settings\Ronald.Noble\.m2\repository\.jruby
  209. [DEBUG] Execute:Java13CommandLauncher: Executing 'C:\Program Files\Java\jdk1.6.0_21\jre\bin\java.exe' with arguments:
  210. '-Xmx384m'
  211. '-classpath'
  212. 'C:\workspace\maven-cuke\target\test-classes;C:\workspace\maven-cuke\target\classes;C:\Documents and Settings\Ronald.Noble\.m2\repository\cuke4duke\cuke4duke\0.4.3\cuke4duke-0.4.3.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\jruby\jruby-complete\1.5.6\jruby-complete-1.5.6.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\apache\ant\ant\1.8.2\ant-1.8.2.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\apache\ant\ant-launcher\1.8.2\ant-launcher-1.8.2.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\picocontainer\picocontainer\2.8.3\picocontainer-2.8.3.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\junit\junit\4.8.1\junit-4.8.1.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\cuke4duke\cuke4duke-maven-plugin\0.4.3\cuke4duke-maven-plugin-0.4.3.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\codehaus\plexus\plexus-utils\1.5.1\plexus-utils-1.5.1.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\junit\junit\4.8.2\junit-4.8.2.jar'
  213. 'org.jruby.Main'
  214. '-S'
  215. 'gem'
  216. 'install'
  217. 'cuke4duke'
  218. '--version'
  219. '0.4.3'
  220. '--install-dir'
  221. ' '
  222. '--no-ri'
  223. '--no-rdoc'
  224.  
  225. The ' characters around the executable and arguments are
  226. not part of the command.
  227. [INFO] jruby: No such file, directory, or command -- gem
  228. [DEBUG] Adding reference: jruby.classpath
  229. [DEBUG] Executing 'C:\Program Files\Java\jdk1.6.0_21\jre\bin\java.exe' with arguments:
  230. '-Dcuke4duke.objectFactory=cuke4duke.internal.jvmclass.PicoFactory'
  231. '-classpath'
  232. 'C:\workspace\maven-cuke\target\test-classes;C:\workspace\maven-cuke\target\classes;C:\Documents and Settings\Ronald.Noble\.m2\repository\cuke4duke\cuke4duke\0.4.3\cuke4duke-0.4.3.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\jruby\jruby-complete\1.5.6\jruby-complete-1.5.6.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\apache\ant\ant\1.8.2\ant-1.8.2.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\apache\ant\ant-launcher\1.8.2\ant-launcher-1.8.2.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\picocontainer\picocontainer\2.8.3\picocontainer-2.8.3.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\junit\junit\4.8.1\junit-4.8.1.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\cuke4duke\cuke4duke-maven-plugin\0.4.3\cuke4duke-maven-plugin-0.4.3.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\codehaus\plexus\plexus-utils\1.5.1\plexus-utils-1.5.1.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\junit\junit\4.8.2\junit-4.8.2.jar'
  233. 'org.jruby.Main'
  234. 'C:\Documents and Settings\Ronald.Noble\.m2\repository\.jruby\bin\cuke4duke'
  235. 'C:\workspace\maven-cuke/target/test-classes'
  236. '--tags'
  237. '~@wip'
  238. 'features'
  239.  
  240. The ' characters around the executable and arguments are
  241. not part of the command.
  242. [DEBUG] Setting environment variable: GEM_HOME=C:\Documents and Settings\Ronald.Noble\.m2\repository\.jruby
  243. [DEBUG] Setting environment variable: GEM_PATH=C:\Documents and Settings\Ronald.Noble\.m2\repository\.jruby
  244. [DEBUG] Execute:Java13CommandLauncher: Executing 'C:\Program Files\Java\jdk1.6.0_21\jre\bin\java.exe' with arguments:
  245. '-Dcuke4duke.objectFactory=cuke4duke.internal.jvmclass.PicoFactory'
  246. '-classpath'
  247. 'C:\workspace\maven-cuke\target\test-classes;C:\workspace\maven-cuke\target\classes;C:\Documents and Settings\Ronald.Noble\.m2\repository\cuke4duke\cuke4duke\0.4.3\cuke4duke-0.4.3.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\jruby\jruby-complete\1.5.6\jruby-complete-1.5.6.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\apache\ant\ant\1.8.2\ant-1.8.2.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\apache\ant\ant-launcher\1.8.2\ant-launcher-1.8.2.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\picocontainer\picocontainer\2.8.3\picocontainer-2.8.3.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\junit\junit\4.8.1\junit-4.8.1.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\cuke4duke\cuke4duke-maven-plugin\0.4.3\cuke4duke-maven-plugin-0.4.3.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\org\codehaus\plexus\plexus-utils\1.5.1\plexus-utils-1.5.1.jar;C:\Documents and Settings\Ronald.Noble\.m2\repository\junit\junit\4.8.2\junit-4.8.2.jar'
  248. 'org.jruby.Main'
  249. 'C:\Documents and Settings\Ronald.Noble\.m2\repository\.jruby\bin\cuke4duke'
  250. 'C:\workspace\maven-cuke/target/test-classes'
  251. '--tags'
  252. '~@wip'
  253. 'features'
  254.  
  255. The ' characters around the executable and arguments are
  256. not part of the command.
  257. [INFO] Error opening script file: C:/Documents and Settings/Ronald.Noble/.m2/repository/.jruby/bin/cuke4duke (The system cannot find the path specified)
  258. [INFO] ------------------------------------------------------------------------
  259. [INFO] BUILD FAILURE
  260. [INFO] ------------------------------------------------------------------------
  261. [INFO] Total time: 4.313s
  262. [INFO] Finished at: Wed Feb 16 09:55:05 GMT 2011
  263. [INFO] Final Memory: 2M/15M
  264. [INFO] ------------------------------------------------------------------------
  265. [ERROR] Failed to execute goal cuke4duke:cuke4duke-maven-plugin:0.4.3:cucumber (default-cli) on project maven-cuke: JRuby failed. Java returned: 1 -> [Help 1]
  266. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal cuke4duke:cuke4duke-maven-plugin:0.4.3:cucumber (default-cli) on project maven-cuke: JRuby failed.
  267.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
  268.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  269.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  270.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
  271.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
  272.     at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  273.     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
  274.     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
  275.     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
  276.     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534)
  277.     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
  278.     at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
  279.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  280.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  281.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  282.     at java.lang.reflect.Method.invoke(Method.java:597)
  283.     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
  284.     at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
  285.     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
  286.     at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
  287. Caused by: org.apache.maven.plugin.MojoExecutionException: JRuby failed.
  288.     at cuke4duke.mojo.CucumberMojo.execute(CucumberMojo.java:87)
  289.     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
  290.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
  291.     ... 19 more
  292. Caused by: Java returned: 1
  293.     at org.apache.tools.ant.taskdefs.Java.execute(Java.java:111)
  294.     at cuke4duke.ant.JRubyTask.execute(JRubyTask.java:22)
  295.     at cuke4duke.ant.CucumberTask.execute(CucumberTask.java:15)
  296.     at cuke4duke.mojo.CucumberMojo.execute(CucumberMojo.java:84)
  297.     ... 21 more
  298. [ERROR]
  299. [ERROR]
  300. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  301. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement