git version control | 1 Jul 2010 21:12

jbehave-core branch, master, updated. jbehave-3.0-beta-12-3-gf74f91f

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  f74f91f71330239cf8acb46db90ca9a211574244 (commit)
      from  604f2e6b6de21af8edee12c1daac1bd8a94874a7 (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 f74f91f71330239cf8acb46db90ca9a211574244
Author: Mauro Talevi <mauro.talevi@...>
Date:   Thu Jul 1 20:12:10 2010 +0100

    JBEHAVE-275: Added String canocalization of keywords and step patterns

-----------------------------------------------------------------------

Summary of changes:
 .../stories/PlayersCanHazTurns.java                |    3 ++-
 .../examples/trader/i18n/ItTraderStory.java        |    3 ++-
 .../core/i18n/LocalizedKeywordsBehaviour.java      |    2 +-
 .../reporters/StoryReporterBuilderBehaviour.java   |    3 ++-
 .../jbehave/core/configuration/Configuration.java  |   18 +++++++++++++++++-
 .../org/jbehave/core/i18n/LocalizedKeywords.java   |   11 ++++++-----
 .../main/java/org/jbehave/core/steps/Steps.java    |   12 ++++++++----
 7 files changed, 38 insertions(+), 14 deletions(-)
(Continue reading)

git version control | 2 Jul 2010 14:22

jbehave-core branch, master, updated. jbehave-3.0-beta-12-4-geb1830b

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  eb1830badd7e1da6868c38acb0475d411ce2a6ed (commit)
      from  f74f91f71330239cf8acb46db90ca9a211574244 (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 eb1830badd7e1da6868c38acb0475d411ce2a6ed
Author: Mauro Talevi <mauro.talevi@...>
Date:   Fri Jul 2 13:22:01 2010 +0100

    JBEHAVE-275: Moved canocalization concern to Keywords, via StringCoder using UTF-8 as default.  Applied
to parsed textual story input, as well as keywords and step patterns.

-----------------------------------------------------------------------

Summary of changes:
 examples/trader/pom.xml                            |    6 ++-
 .../examples/trader/i18n/ItTraderSteps.java        |    4 +-
 .../examples/trader/i18n/keywords_it.properties    |    2 +-
 .../stories/it_trader_is_alerted_of_status.story   |   22 ++++++-----
 .../core/configuration/KeywordsBehaviour.java      |    3 +-
 .../core/i18n/LocalizedKeywordsBehaviour.java      |    3 +-
 .../jbehave/core/i18n/StringCoderBehaviour.java    |   25 ++++++++++---
(Continue reading)

git version control | 3 Jul 2010 12:10

jbehave-core branch, master, updated. jbehave-3.0-beta-12-5-g269d0c2

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  269d0c24eb44d400a26f1b08c429771de0ff36cf (commit)
      from  eb1830badd7e1da6868c38acb0475d411ce2a6ed (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 269d0c24eb44d400a26f1b08c429771de0ff36cf
Author: Mauro Talevi <mauro.talevi@...>
Date:   Sat Jul 3 11:09:47 2010 +0100

    JBEHAVE-275:  Fixed issues with locales, e.g. PT, in which And word is a subset of other words (i.e. Then)

-----------------------------------------------------------------------

Summary of changes:
 BUILD.txt                                          |    7 +-
 .../{ItTraderSteps.java => PtTraderSteps.java}     |   14 +-
 .../{ItTraderStory.java => PtTraderStory.java}     |   13 +-
 .../examples/trader/i18n/keywords_pt.properties    |   19 ++
 .../i18n/stories/PtTraderIsAlertedOfStatus.java    |    8 +
 .../pt_trader_is_alerted_of_status.historia        |   29 ++
 .../java/org/jbehave/core/steps/CandidateStep.java |  319 ++++++++++----------
 7 files changed, 230 insertions(+), 179 deletions(-)
(Continue reading)

git version control | 4 Jul 2010 10:47

jbehave-core branch, master, updated. jbehave-3.0-beta-12-6-g560b3a6

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  560b3a65ff5522451903e082bf3f2dc6ea06ced3 (commit)
      from  269d0c24eb44d400a26f1b08c429771de0ff36cf (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 560b3a65ff5522451903e082bf3f2dc6ea06ced3
Author: Mauro Talevi <mauro.talevi@...>
Date:   Sun Jul 4 09:46:47 2010 +0100

    Allow Ant/Maven Embedder to be built from AnnotatedEmbedder if any found, taking precedence over the
direct instantiation of the embedderClass

-----------------------------------------------------------------------

Summary of changes:
 .../java/org/jbehave/ant/AbstractStoryTask.java    |   14 +++++++++++++-
 .../org/jbehave/core/junit/AnnotatedEmbedder.java  |    8 +++++++-
 .../java/org/jbehave/mojo/AbstractStoryMojo.java   |   14 +++++++++++++-
 3 files changed, 33 insertions(+), 3 deletions(-)

hooks/post-receive
--

-- 
(Continue reading)

git version control | 4 Jul 2010 15:25

jbehave-core branch, master, updated. jbehave-3.0-beta-12-7-g4f13dc4

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  4f13dc4be0da82e54add0f66e556c574666d34b8 (commit)
      from  560b3a65ff5522451903e082bf3f2dc6ea06ced3 (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 4f13dc4be0da82e54add0f66e556c574666d34b8
Author: Mauro Talevi <mauro.talevi@...>
Date:   Sun Jul 4 14:25:16 2010 +0100

    JBEHAVE-265: Renamed AnnotatedEmbedderRunner to better reflect that it's a JUnit Runner.  Renamed
Ant/Maven abstract base class to AbstractEmbedderTask/Mojo.  Provided injectableEmbedderClass as
optional class that will override the embedderClass.

-----------------------------------------------------------------------

Summary of changes:
 examples/trader/pom.xml                            |    6 +-
 .../examples/trader/TraderAnnotatedEmbedder.java   |    4 +-
 .../trader/guice/AnnotatedEmbedderUsingGuice.java  |    4 +-
 .../trader/pico/AnnotatedEmbedderUsingPico.java    |    4 +-
 .../spring/AnnotatedEmbedderUsingSpring.java       |    4 +-
 ...actStoryTask.java => AbstractEmbedderTask.java} |   48 +++++++++++-------
(Continue reading)

git version control | 6 Jul 2010 15:04

jbehave-core branch, master, updated. jbehave-3.0-beta-12-9-gcf45fad

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  cf45fad5d4c9b505ff10395a82a50181bfa5c019 (commit)
       via  f09762a2a4ca75d4a6330e36e8ece5767c1b2e81 (commit)
      from  4f13dc4be0da82e54add0f66e556c574666d34b8 (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 cf45fad5d4c9b505ff10395a82a50181bfa5c019
Author: Mauro Talevi <mauro.talevi@...>
Date:   Tue Jul 6 15:04:01 2010 +0200

    JBEHAVE-265:  Made annotation builders member variables to ensure only one instance is created

commit f09762a2a4ca75d4a6330e36e8ece5767c1b2e81
Author: Mauro Talevi <mauro.talevi@...>
Date:   Mon Jul 5 20:52:26 2010 +0100

    JBEHAVE-156:  Renamed includes/excludes filters in Ant/Maven entry points to allow them to assume
different meanings, e.g. embeddeable or story path, depending on the task/goal.

-----------------------------------------------------------------------

Summary of changes:
(Continue reading)

git version control | 6 Jul 2010 17:17

jbehave-core branch, master, updated. jbehave-3.0-beta-12-10-ge1edcdc

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  e1edcdc1142c1e9a6227014c03793d1ee7634995 (commit)
      from  cf45fad5d4c9b505ff10395a82a50181bfa5c019 (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 e1edcdc1142c1e9a6227014c03793d1ee7634995
Author: Mauro Talevi <mauro.talevi@...>
Date:   Tue Jul 6 17:17:12 2010 +0200

    JBEHAVE-265: Applied patch to AnnotationFinder from Cristiano Gaviao

-----------------------------------------------------------------------

Summary of changes:
 .../core/configuration/AnnotationFinder.java       |   30 +++++++++----------
 1 files changed, 14 insertions(+), 16 deletions(-)

hooks/post-receive
--

-- 
jbehave-core

<hr/>
(Continue reading)

git version control | 7 Jul 2010 10:33

jbehave-core branch, master, updated. jbehave-3.0-beta-12-11-g28837cb

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  28837cbe9c1c9f62b3372672a902cfdea6921b28 (commit)
      from  e1edcdc1142c1e9a6227014c03793d1ee7634995 (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 28837cbe9c1c9f62b3372672a902cfdea6921b28
Author: Mauro Talevi <mauro.talevi@...>
Date:   Wed Jul 7 10:32:56 2010 +0200

    Updated documentation URLs

-----------------------------------------------------------------------

Summary of changes:
 distribution/src/site/content/reports.html         |    4 +-
 .../src/site/content/running-examples.html         |   29 +++++++++++--------
 .../src/site/content/source-repository.html        |    7 ++++-
 pom.xml                                            |    2 +-
 4 files changed, 26 insertions(+), 16 deletions(-)

hooks/post-receive
--

-- 
(Continue reading)

git version control | 7 Jul 2010 22:55

jbehave-core branch, master, updated. jbehave-3.0-beta-12-12-gcda5e57

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  cda5e57cd5719d9affd3305506b5e0159259bbe1 (commit)
      from  28837cbe9c1c9f62b3372672a902cfdea6921b28 (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 cda5e57cd5719d9affd3305506b5e0159259bbe1
Author: Mauro Talevi <mauro.talevi@...>
Date:   Wed Jul 7 22:55:20 2010 +0200

     JBEHAVE-265: Applied patch to AnnotationBuilders from Cristiano Gaviao

-----------------------------------------------------------------------

Summary of changes:
 .../examples/trader/i18n/PtTraderSteps.java        |   10 +-
 .../examples/trader/i18n/keywords_pt.properties    |    4 +-
 .../pt_trader_is_alerted_of_status.historia        |   26 +++---
 .../AnnotatedConfigurationBehaviour.java           |    8 +-
 .../configuration/AnnotationBuilderBehaviour.java  |   84 ++++++++++----------
 .../core/configuration/AnnotationBuilder.java      |   42 ++++++----
 .../guice/GuiceAnnotationBuilderBehaviour.java     |    5 +-
 .../guice/GuiceAnnotationBuilder.java              |   34 +++++----
(Continue reading)

git version control | 8 Jul 2010 20:13

jbehave-core branch, master, updated. jbehave-3.0-beta-12-13-gcec234c

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  cec234c4c09c6b45cf99b95da811ebcd958dc07f (commit)
      from  cda5e57cd5719d9affd3305506b5e0159259bbe1 (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 cec234c4c09c6b45cf99b95da811ebcd958dc07f
Author: Mauro Talevi <mauro.talevi@...>
Date:   Thu Jul 8 20:13:43 2010 +0200

     JBEHAVE-265: Applied patch to GuiceAnnotationBuilder from Cristiano Gaviao

-----------------------------------------------------------------------

Summary of changes:
 .../guice/GuiceAnnotationBuilder.java              |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

hooks/post-receive
--

-- 
jbehave-core

<hr/>
(Continue reading)


Gmane