[jbehave-scm] jbehave-core branch, master, updated. jbehave-3.4-beta-3-17-ga446835

2011-05-08 Thread git version control
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  a4468358488c093f117db96821767472e3790d7f (commit)
  from  db515865ff08d3f8ef8ea0096f3febf616a4a0c2 (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 a4468358488c093f117db96821767472e3790d7f
Author: Mauro Talevi 
Date:   Sun May 8 20:23:55 2011 +0200

JBEHAVE-476: Updated docs.

---

Summary of changes:
 distribution/src/site/content/archetypes.html |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
jbehave-core



To unsubscribe from this list please visit:


http://xircles.codehaus.org/manage_email";>http://xircles.codehaus.org/manage_email



[jbehave-scm] jbehave-core branch, master, updated. jbehave-3.4-beta-3-16-gdb51586

2011-05-08 Thread git version control
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  db515865ff08d3f8ef8ea0096f3febf616a4a0c2 (commit)
   via  f55fb93227dbcbf908c01cdff2ff51dd6fba93fe (commit)
  from  5cdb9ee119dd306168b3da3b9a6830af33dec849 (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 db515865ff08d3f8ef8ea0096f3febf616a4a0c2
Author: Mauro Talevi 
Date:   Sun May 8 20:18:45 2011 +0200

JBEHAVE-476: Added archetypes for Guice and Pico.

commit f55fb93227dbcbf908c01cdff2ff51dd6fba93fe
Author: Mauro Talevi 
Date:   Sun May 8 19:56:16 2011 +0200

JBEHAVE-492:  Updated trader examples to use steps factory in place of 
candidate steps.

---

Summary of changes:
 .../pom.xml|6 ++--
 .../META-INF/maven/archetype-metadata.xml  |0
 .../src/main/resources/archetype-resources/pom.xml |2 +-
 .../src/main/java/MyStories.java   |   28 ---
 .../src/main/java/steps/MySteps.java   |0
 .../src/main/resources/my_steps.xml|0
 .../src/main/resources/stories/my.story|0
 .../pom.xml|6 ++--
 .../META-INF/maven/archetype-metadata.xml  |0
 .../src/main/resources/archetype-resources/pom.xml |2 +-
 .../src/main/java/MyStories.java   |   22 ++-
 .../src/main/java/steps/MySteps.java   |0
 .../src/main/resources/my_steps.xml|0
 .../src/main/resources/stories/my.story|0
 archetypes/pom.xml |2 +
 .../trader/guice/TraderStoriesUsingGuice.java  |   10 +++---
 .../trader/pico/TraderStoriesUsingPico.java|6 ++--
 .../trader/spring/TraderStoriesUsingSpring.java|   10 +++---
 .../trader/weld/TraderStoriesUsingWeld.java|   11 +++
 .../org/jbehave/examples/trader/TraderStories.java |5 ---
 20 files changed, 60 insertions(+), 50 deletions(-)
 copy archetypes/{jbehave-simple-archetype => jbehave-guice-archetype}/pom.xml 
(78%)
 copy archetypes/{jbehave-simple-archetype => 
jbehave-guice-archetype}/src/main/resources/META-INF/maven/archetype-metadata.xml
 (100%)
 copy archetypes/{jbehave-simple-archetype => 
jbehave-guice-archetype}/src/main/resources/archetype-resources/pom.xml (95%)
 copy archetypes/{jbehave-spring-archetype => 
jbehave-guice-archetype}/src/main/resources/archetype-resources/src/main/java/MyStories.java
 (83%)
 copy archetypes/{jbehave-simple-archetype => 
jbehave-guice-archetype}/src/main/resources/archetype-resources/src/main/java/steps/MySteps.java
 (100%)
 copy archetypes/{jbehave-spring-archetype => 
jbehave-guice-archetype}/src/main/resources/archetype-resources/src/main/resources/my_steps.xml
 (100%)
 copy archetypes/{jbehave-simple-archetype => 
jbehave-guice-archetype}/src/main/resources/archetype-resources/src/main/resources/stories/my.story
 (100%)
 copy archetypes/{jbehave-simple-archetype => jbehave-pico-archetype}/pom.xml 
(78%)
 copy archetypes/{jbehave-simple-archetype => 
jbehave-pico-archetype}/src/main/resources/META-INF/maven/archetype-metadata.xml
 (100%)
 copy archetypes/{jbehave-simple-archetype => 
jbehave-pico-archetype}/src/main/resources/archetype-resources/pom.xml (95%)
 copy archetypes/{jbehave-spring-archetype => 
jbehave-pico-archetype}/src/main/resources/archetype-resources/src/main/java/MyStories.java
 (82%)
 copy archetypes/{jbehave-simple-archetype => 
jbehave-pico-archetype}/src/main/resources/archetype-resources/src/main/java/steps/MySteps.java
 (100%)
 copy archetypes/{jbehave-spring-archetype => 
jbehave-pico-archetype}/src/main/resources/archetype-resources/src/main/resources/my_steps.xml
 (100%)
 copy archetypes/{jbehave-simple-archetype => 
jbehave-pico-archetype}/src/main/resources/archetype-resources/src/main/resources/stories/my.story
 (100%)


hooks/post-receive
-- 
jbehave-core



To unsubscribe from this list please visit:


http://xircles.codehaus.org/manage_email";>http://xircles.codehaus.org/manage_email



[jbehave-scm] jbehave-core branch, master, updated. jbehave-3.4-beta-3-14-g5cdb9ee

2011-05-08 Thread git version control
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  5cdb9ee119dd306168b3da3b9a6830af33dec849 (commit)
  from  abdf5e8aa507f5e9df19861618fbc0660a4e310b (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 5cdb9ee119dd306168b3da3b9a6830af33dec849
Author: Mauro Talevi 
Date:   Sun May 8 19:13:04 2011 +0200

JBEHAVE-476:  Updated archetypes to configure running via steps factory 
instead of candidate steps.

---

Summary of changes:
 .../src/main/java/GroovyStories.java   |6 +++---
 .../src/main/java/MyStories.java   |6 +++---
 .../src/main/java/MyStories.java   |6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
jbehave-core



To unsubscribe from this list please visit:


http://xircles.codehaus.org/manage_email";>http://xircles.codehaus.org/manage_email



[jbehave-dev] [jira] Commented: (JBEHAVE-491) Add JBehave Spring Namespace support for easier configuration

2011-05-08 Thread Mauro Talevi (JIRA)

[ 
http://jira.codehaus.org/browse/JBEHAVE-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=266007#action_266007
 ] 

Mauro Talevi commented on JBEHAVE-491:
--

Moved to jbehave-spring-namespace branch until ready for release.

> Add JBehave Spring Namespace support for easier configuration
> -
>
> Key: JBEHAVE-491
> URL: http://jira.codehaus.org/browse/JBEHAVE-491
> Project: JBehave
>  Issue Type: New Feature
>  Components: Spring Support
>Reporter: Alex Soto Bueno
>Assignee: Mauro Talevi
> Fix For: 3.x
>
>
> I have implemented an initial version, it is a clone of master branch of 
> jbehave project. My implementation is on 
> g...@github.com:maggandalf/jbehave-core.git
> Configuring Embedder for working with Spring shall be:
> 
> target/classes
> TXT
> HTML
> CONSOLE
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[jbehave-dev] [jira] Updated: (JBEHAVE-491) Add JBehave Spring Namespace support for easier configuration

2011-05-08 Thread Mauro Talevi (JIRA)

 [ 
http://jira.codehaus.org/browse/JBEHAVE-491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mauro Talevi updated JBEHAVE-491:
-

Affects Version/s: (was: 3.x)
Fix Version/s: (was: 3.4)
   3.x

> Add JBehave Spring Namespace support for easier configuration
> -
>
> Key: JBEHAVE-491
> URL: http://jira.codehaus.org/browse/JBEHAVE-491
> Project: JBehave
>  Issue Type: New Feature
>  Components: Spring Support
>Reporter: Alex Soto Bueno
>Assignee: Mauro Talevi
> Fix For: 3.x
>
>
> I have implemented an initial version, it is a clone of master branch of 
> jbehave project. My implementation is on 
> g...@github.com:maggandalf/jbehave-core.git
> Configuring Embedder for working with Spring shall be:
> 
> target/classes
> TXT
> HTML
> CONSOLE
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[jbehave-scm] jbehave-core branch, master, updated. jbehave-3.4-beta-3-13-gabdf5e8

2011-05-08 Thread git version control
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  abdf5e8aa507f5e9df19861618fbc0660a4e310b (commit)
  from  c812e4edabea672820ac423cb720d1ad872df004 (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 abdf5e8aa507f5e9df19861618fbc0660a4e310b
Author: Mauro Talevi 
Date:   Thu May 5 16:31:00 2011 +0200

JBEHAVE-491:  Removed Spring namespace support from master, now in branch 
jbehave-spring-namespace.  Will be re-instated when it's completed.

---

Summary of changes:
 .../spring/EmbedderBeanDefinitionParser.java   |  447 
 .../configuration/spring/NamespaceHandler.java |   13 -
 .../src/main/resources/META-INF/spring.handlers|1 -
 .../src/main/resources/META-INF/spring.schemas |1 -
 .../main/resources/spring/jbehave-spring-1.0.xsd   |  174 
 .../spring/NamespaceHandlerBehaviour.java  |  110 -
 .../configuration-namespace-failure-strategy.xml   |   15 -
 ...onfiguration-namespace-relative-path-loader.xml |   15 -
 .../spring/configuration-namespace-url-loader.xml  |   15 -
 .../spring/configuration-namespace.xml |   15 -
 10 files changed, 0 insertions(+), 806 deletions(-)
 delete mode 100755 
jbehave-spring/src/main/java/org/jbehave/core/configuration/spring/EmbedderBeanDefinitionParser.java
 delete mode 100755 
jbehave-spring/src/main/java/org/jbehave/core/configuration/spring/NamespaceHandler.java
 delete mode 100755 jbehave-spring/src/main/resources/META-INF/spring.handlers
 delete mode 100755 jbehave-spring/src/main/resources/META-INF/spring.schemas
 delete mode 100644 
jbehave-spring/src/main/resources/spring/jbehave-spring-1.0.xsd
 delete mode 100755 
jbehave-spring/src/test/java/org/jbehave/core/configuration/spring/NamespaceHandlerBehaviour.java
 delete mode 100755 
jbehave-spring/src/test/java/org/jbehave/core/configuration/spring/configuration-namespace-failure-strategy.xml
 delete mode 100755 
jbehave-spring/src/test/java/org/jbehave/core/configuration/spring/configuration-namespace-relative-path-loader.xml
 delete mode 100755 
jbehave-spring/src/test/java/org/jbehave/core/configuration/spring/configuration-namespace-url-loader.xml
 delete mode 100755 
jbehave-spring/src/test/java/org/jbehave/core/configuration/spring/configuration-namespace.xml


hooks/post-receive
-- 
jbehave-core



To unsubscribe from this list please visit:


http://xircles.codehaus.org/manage_email";>http://xircles.codehaus.org/manage_email



[jbehave-scm] jbehave-core branch, jbehave-spring-namespace, created. jbehave-3.4-beta-3-12-gc812e4e

2011-05-08 Thread git version control
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, jbehave-spring-namespace has been created
at  c812e4edabea672820ac423cb720d1ad872df004 (commit)

- Log -
---


hooks/post-receive
-- 
jbehave-core



To unsubscribe from this list please visit:


http://xircles.codehaus.org/manage_email";>http://xircles.codehaus.org/manage_email