240
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Jun 24, 2023 — Jun 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored JUnit support More... almost 15 years ago
Make compiler warnings go away. More... almost 15 years ago
Added a parameter to specify the location of a test log4j file More... about 15 years ago
Remove diff file - fat fingers More... about 15 years ago
Force Java 1.5 compilation More... about 15 years ago
Merge branch 'master' into torbjornvatn/master More... about 15 years ago
Making the getStepDefinitions method in StepMother was not a great idea. Back to being public now More... about 15 years ago
Made the StepMotherTest compatible with OpenJDK 6 More... about 15 years ago
The Maven plugin no longer supports (or requires) that you set <jrubyHome>. Instead it will use the JRuby from the POM. Gems are now installed in the local repository (typically ~/.m2/repository/.gem). Also made the Ant example more robust. More... about 15 years ago
Fix Ant script - GEM_PATH wasn't passed correctly. Also, don't delete more than needed on clean. More... about 15 years ago
Make Ant work. Use Ivy. More... about 15 years ago
Merge branch 'master' of git://github.com/torbjornvatn/cuke4duke More... about 15 years ago
Merge with ovstetun More... about 15 years ago
Remove all README files - use Wiki from now on. Bump versions. Start a History.txt file that will contain changes for everything (too messy with several changelogs per sub project) More... about 15 years ago
Updated Readme with cuke4duke More... about 15 years ago
Updated README More... about 15 years ago
Some bad indentation More... about 15 years ago
Updated Readme, no longer a gem More... about 15 years ago
Fix windows newlines More... about 15 years ago
Make log4j keep silent during build. More... about 15 years ago
Removed all traces of cucumber-java. Removed the project spcific filtering in AbstractJRubyMojo More... about 15 years ago
Merge branch 'master' of git://github.com/aslakhellesoy/cuke4duke More... about 15 years ago
Trying to control the log4j logging in the AbstractJRubyMojo More... about 15 years ago
Changed String#isEmtpy() calls (Java 6) to String#trim().length() for Java 5 compability. More... about 15 years ago
Moving things where they should be More... about 15 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 15 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 15 years ago
Add plugin repositories. More... about 15 years ago
Rename packages from cucumber to cuke4duke More... about 15 years ago
Fix fixcrlf task More... about 15 years ago