gradle-plugins
gradle-plugins copied to clipboard
Failure to run runFeatures
When I attempt to run a simple project using the CukePlugin, I get a stacktrace with the following error:
Execution failed for task ':cukeGems'. Cause: java.lang.AbstractMethodError: org.jruby.ext.JRubyPOSIXHandler.error(Lorg/jruby/ext/posix/POSIX$ERRORS;Ljava/lang/String;)V Cause: org.jruby.ext.JRubyPOSIXHandler.error(Lorg/jruby/ext/posix/POSIX$ERRORS;Ljava/lang/String;)V
Sorry, I was expecting the ability to attach files to the issue...
Here's a link to the full (long) stacktrace and output from 'gradle -q --stacktrace runF' https://webspace.utexas.edu/carrbm1/pub/CukePlugin-stacktrace.txt
Here's the full project that is failing. I included the .gradle folder in case it is somehow indicative of what's wrong: https://webspace.utexas.edu/carrbm1/pub/exercise-1.tgz
and finally, here's the 'gradle -v' output:
Gradle 1.0-milestone-3
Gradle build time: Monday, 25 April 2011 5:40:11 PM EST Groovy: 1.7.10 Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010 Ivy: 2.2.0 JVM: 1.6.0_26 (Apple Inc. 20.1-b02-383) OS: Mac OS X 10.7 x86_64