9
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed all traces of cucumber-java. Removed the project spcific filtering in AbstractJRubyMojo More... about 16 years ago
Merge branch 'master' of git://github.com/aslakhellesoy/cuke4duke More... about 16 years ago
Trying to control the log4j logging in the AbstractJRubyMojo More... about 16 years ago
Changed String#isEmtpy() calls (Java 6) to String#trim().length() for Java 5 compability. More... about 16 years ago
Moving things where they should be More... about 16 years ago
Added support for @Before. The tag most take in arguments (a string representing tags, although they are not parsed yet). The method must also take a scenario object. Ideally this would be of type Scenario, but that is already used as a Tag class. Need to decide what to do about that name clash. More... about 16 years ago
Added support for @Before. The tag most take in arguments (a string representing tags, although they are not parsed yet). The method must also take a scenario object. Ideally this would be of type Scenario, but that is already used as a Tag class. Need to decide what to do about that name clash. More... about 16 years ago
Add plugin repositories. More... about 16 years ago
Rename packages from cucumber to cuke4duke More... about 16 years ago
Fix fixcrlf task More... about 16 years ago
Added ant build.xml for simple example. Some more renames More... about 16 years ago
Lots of restructuring and renaming. Ruby code is now packaged inside the jar. No more gem packaging. More... about 16 years ago
Lots of restructuring and renaming. Ruby code is now packaged inside the jar. No more gem packaging. More... about 16 years ago
Fixed conflicts in .gitignore More... about 16 years ago
Trying to close an issue from Git. Closes #1. More... about 16 years ago
Merge branch 'junit-feature' of git://github.com/oc/cucumber_java More... about 16 years ago
Merge with oc More... about 16 years ago
Removed .iml files
oc
More... about 16 years ago
Added support for cucumber command-line args.
oc
More... about 16 years ago
Removed .iml files
oc
More... about 16 years ago
Blah. Annoying iml files
oc
More... about 16 years ago
Added support for cucumber args list (<args><arg>...</arg></args>) in maven-plugin. Thanks to Marius Haugen for pointing it out.
oc
More... about 16 years ago
Merge branch 'master' of http://github.com/aslakhellesoy/cucumber_java
oc
More... about 16 years ago
Please delete .iml files Aslak
oc
More... about 16 years ago
o one step further More... about 16 years ago
o now the framework method passes on the reflect method. and fixed bug in getenv call More... about 16 years ago
A little closer running Cucumber from Java in JUnit More... about 16 years ago
Make Java 1.5 compatible More... about 16 years ago
o added @StepDefinitions annotation, to register all the steps for a feature More... about 16 years ago
o hmmm.. a little stuck here.. my ruby skillz (or lack of) does not help me either More... about 16 years ago