cucumber-attic / cuke4duke

Cucumber support for the JVM: Java, Scala, Groovy, Clojure, Ioke, Javascript, Spring, Guice, PicoContainer, WebDriver, Ant and Maven
http://wiki.github.com/aslakhellesoy/cuke4duke
MIT License
256 stars 72 forks source link

Missing Ruby lang support files in 0.4.x jars #89

Open mjul opened 13 years ago

mjul commented 13 years ago

The 0.3.3 jar includes a number of Ruby files that enable polyglot cuking by wiring up the language extensions. These files are missing in the 0.4.x jars. The net effect is that cuke is not able to recognize step definitions in these languages (for example, it does not recognize .clj files as Clojure).

The missing files are these (from the 0.3.3 jar):

  -rw-r--r--        48   2-Oct-2010  00:50:34  cucumber/class_support/backtrace_filter.rb
  -rw-r--r--       883   2-Oct-2010  00:50:34  cucumber/class_support/class_language.rb
  -rw-r--r--        48   2-Oct-2010  00:50:34  cucumber/clj_support/backtrace_filter.rb
  -rw-r--r--        60   2-Oct-2010  00:50:34  cucumber/clj_support/clj_language.rb
  -rw-r--r--       144   2-Oct-2010  00:50:34  cucumber/groovy_support/backtrace_filter.rb
  -rw-r--r--        62   2-Oct-2010  00:50:34  cucumber/groovy_support/groovy_language.rb
  -rw-r--r--        48   2-Oct-2010  00:50:34  cucumber/ik_support/backtrace_filter.rb
  -rw-r--r--       325   2-Oct-2010  00:50:34  cucumber/ik_support/ik_language.rb
  -rw-r--r--       314   2-Oct-2010  00:50:34  cucumber/java_support/java_analyzer.rb
  -rw-r--r--      1726   2-Oct-2010  00:50:34  cucumber/java_support/java_snippet_generator.rb
  -rw-r--r--      2036   2-Oct-2010  00:50:34  cucumber/java_support/java_snippet_generator_spec.rb
  -rw-r--r--       134   2-Oct-2010  00:50:34  cucumber/js_support/backtrace_filter.rb
  -rw-r--r--        58   2-Oct-2010  00:50:34  cucumber/js_support/js_language.rb
  -rw-r--r--       156   2-Oct-2010  00:50:34  cucumber/jvm_support/backtrace_filter.rb
  -rw-r--r--       120   2-Oct-2010  00:50:34  cucumber/scala_support/backtrace_filter.rb
  -rw-r--r--       315   2-Oct-2010  00:50:34  cucumber/scala_support/scala_analyzer.rb
  -rw-r--r--       222   2-Oct-2010  00:50:34  cucumber/scala_support/scala_snippet_generator.rb
sbowman commented 13 years ago

I'm having the same issue, six months later. This seems a simple problem that might be solved quickly. Is cuke4duke a dead project at this point?

pskiden commented 13 years ago

i have the same problem but with rb files