This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "jbehave-core".
The branch, master has been updated
via 2c296c5c5da0a70ca39092f6a3f28ee21f3f1585 (commit)
via 570ea81ff6024ad370599316fa847fdd63675847 (commit)
via e43080b8a77139eb317c18cbaea8468c7e80d967 (commit)
via 3f87d57ef1fe08b93f3665547f33f73d629e89ca (commit)
via 22418109ae35f157a512ff784d39f6f9231d19a9 (commit)
from 1b9b51159ec6519ddb9fcd869c82db6f5c8256c6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2c296c5c5da0a70ca39092f6a3f28ee21f3f1585
Author: Mauro Talevi <[email protected]>
Date: Sun Oct 17 22:56:55 2010 +0200
JBEHAVE-365: More unit testing.
commit 570ea81ff6024ad370599316fa847fdd63675847
Author: Mauro Talevi <[email protected]>
Date: Sun Oct 17 22:03:53 2010 +0200
Renamed behaviour class
commit e43080b8a77139eb317c18cbaea8468c7e80d967
Author: Mauro Talevi <[email protected]>
Date: Sun Oct 17 21:50:31 2010 +0200
JBEHAVE-365: Moved GroovyResourceFinder.
commit 3f87d57ef1fe08b93f3665547f33f73d629e89ca
Author: Mauro Talevi <[email protected]>
Date: Sun Oct 17 21:43:18 2010 +0200
JBEHAVE-365: Added @UsingGroovy annotation for configuration and steps.
commit 22418109ae35f157a512ff784d39f6f9231d19a9
Author: Mauro Talevi <[email protected]>
Date: Sun Oct 17 18:23:54 2010 +0200
JBEHAVE-365: Added GroovyResourceFinder.
-----------------------------------------------------------------------
Summary of changes:
distribution/src/site/content/using-groovy.html | 6 +-
.../groovy/configuration/MyReporterBuilder.groovy | 12 +++
.../groovy/AnnotatedEmbedderUsingGroovy.java} | 24 +++---
.../examples/groovy/TraderGroovyStories.java | 5 +-
.../core/annotations/groovy/UsingGroovy.java | 22 +++++
.../groovy/GroovyAnnotationBuilder.java | 84 ++++++++++++++++++
.../core/configuration/groovy/GroovyContext.java | 90 ++++++++++++++++++++
.../configuration/groovy/GroovyResourceFinder.java | 31 +++++++
.../groovy/GroovyAnnotatedEmbedderRunner.java | 24 +++++
.../core/steps/groovy/GroovyStepsFactory.java | 39 +--------
.../groovy/GroovyAnnotationBuilderBehaviour.java | 79 +++++++++++++++++
.../core/configuration/groovy/fooSteps.groovy | 9 ++
.../GroovyAnnotatedEmbedderRunnerBehaviour.java | 12 ++--
.../steps/groovy/GroovyStepsFactoryBehaviour.java | 16 ++--
...va => SpringStoryReporterBuilderBehaviour.java} | 2 +-
15 files changed, 389 insertions(+), 66 deletions(-)
create mode 100644
examples/trader-groovy/src/main/groovy/org/jbehave/examples/groovy/configuration/MyReporterBuilder.groovy
copy
examples/{trader-pico/src/main/java/org/jbehave/examples/trader/pico/ParentAnnotatedEmbedderUsingPico.java
=>
trader-groovy/src/main/java/org/jbehave/examples/groovy/AnnotatedEmbedderUsingGroovy.java}
(53%)
create mode 100644
jbehave-groovy/src/main/java/org/jbehave/core/annotations/groovy/UsingGroovy.java
create mode 100644
jbehave-groovy/src/main/java/org/jbehave/core/configuration/groovy/GroovyAnnotationBuilder.java
create mode 100644
jbehave-groovy/src/main/java/org/jbehave/core/configuration/groovy/GroovyContext.java
create mode 100644
jbehave-groovy/src/main/java/org/jbehave/core/configuration/groovy/GroovyResourceFinder.java
create mode 100644
jbehave-groovy/src/main/java/org/jbehave/core/junit/groovy/GroovyAnnotatedEmbedderRunner.java
create mode 100644
jbehave-groovy/src/test/java/org/jbehave/core/configuration/groovy/GroovyAnnotationBuilderBehaviour.java
create mode 100644
jbehave-groovy/src/test/java/org/jbehave/core/configuration/groovy/fooSteps.groovy
copy
jbehave-spring/src/test/java/org/jbehave/core/junit/spring/SpringAnnotatedEmbedderRunnerBehaviour.java
=>
jbehave-groovy/src/test/java/org/jbehave/core/junit/groovy/GroovyAnnotatedEmbedderRunnerBehaviour.java
(71%)
rename
jbehave-spring/src/test/java/org/jbehave/core/configuration/spring/{SprintStoryReporterBuilderBehaviour.java
=> SpringStoryReporterBuilderBehaviour.java} (97%)
hooks/post-receive
--
jbehave-core
<hr/>
<p>
To unsubscribe from this list please visit:
</p>
<p>
<a
href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>