Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clojure example can't find cuke_steps.clj #291

Closed
undees opened this issue Apr 5, 2012 · 8 comments
Closed

Clojure example can't find cuke_steps.clj #291

undees opened this issue Apr 5, 2012 · 8 comments

Comments

@undees
Copy link
Contributor

undees commented Apr 5, 2012

The project.clj in the Clojure example still points to the RC2 version of Cucumber-JVM. Once you fix it to point to 1.0.2, running lein test errors out with the following:

Testing clojure-cukes.test.core

ERROR in (run-cukes) (clj.clj:42)
Uncaught exception, not in assertion.
expected: nil
  actual: cucumber.runtime.CucumberException: java.io.FileNotFoundException: Could not locate cuke_steps__init.class or cuke_steps.clj on classpath: 
...
@aslakhellesoy
Copy link
Contributor

/cc @hiredman @rplevy-draker @nilswloka @krukow - hoping some of you can help out here. I'd gladly make any of you a core committer if you want - then I can just assign clojure-related issues to you. Let me know if you want to.

On a related note - I noticed cuke.clj is a reimplementation of cucumber.cli.Main that doesn't System.exit.

It doesn't look right to me that it hard-codes paths and formatters. Wouldn't it be better to delete it and instead improve cucumber.cli.Main?

@krukow
Copy link

krukow commented Apr 6, 2012

I can take a look at this. Should find some time within a week or two. Is that ok?

@undees
Copy link
Contributor Author

undees commented Apr 6, 2012

A few weeks would be fine; thanks for taking a look at this.

@krukow
Copy link

krukow commented Apr 9, 2012

Ok. Could you give be read/write access?

@nilswloka
Copy link
Member

I just sent a pull request for an updated version of the examples: #309.

@aslakhellesoy
Copy link
Contributor

Thanks. Github already told me.

On Apr 28, 2012, at 18:33, Nils Wloka
reply@reply.github.com
wrote:

I just sent a pull request for an updated version of the examples: #309.


Reply to this email directly or view it on GitHub:
#291 (comment)

@undees
Copy link
Contributor Author

undees commented Apr 29, 2012

I pulled nilswloka's changes locally, and the Clojure example in cucumber-jvm now works correctly on my machine. Thank you, everyone, for your help.

@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants