[jbehave-dev] [jira] (JBEHAVE-1043) GivenStories are not working for me in jbehave-web-selenium [3.6-beta-2]

2014-08-25 Thread Mauro Talevi (JIRA)
Title: Message Title










 

 Mauro Talevi commented on an issue











 






  Re: GivenStories are not working for me in jbehave-web-selenium [3.6-beta-2] 










Can you please provide a self-contained project reproducing the issue?
http://jbehave.org/how-to-contribute.html












   

 Add Comment











 













 JBehave /  JBEHAVE-1043



  GivenStories are not working for me in jbehave-web-selenium [3.6-beta-2] 







 Hi   I am new in Jbehave and trying to setup automation framework using Jbehave[3.9.3] and selenium[2.42.2]. I am using Ivy to execute the test. I could able to do that successfully.   GivenStories are not working for me. I am sorry if this is not the right place to ask this question. After trying for couple days and looking into the comments that Give...















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[jbehave-dev] [jira] (JBEHAVE-1042) Support package scanning for annotated Steps classes

2014-08-25 Thread Mauro Talevi (JIRA)
Title: Message Title










 

 Mauro Talevi updated an issue











 






 JBehave /  JBEHAVE-1042



  Support package scanning for annotated Steps classes 










Change By:

 Mauro Talevi









 Add ScanningStepsFactory implementation to retrieve and instantiate Steps classes by scanning configured packages and finding classes containing annotated methods.  It can used programmatically or via the @UsingSteps annotation.  Scanning will require optional org.reflections:reflections dependency.    












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[jbehave-scm] [scm-site][1/1] Updated page on how to report issues.

2014-08-25 Thread Mauro Talevi
commit 4066095a38f242ef1adbbfcc65078aef8a57232d
Author: Mauro Talevi 
AuthorDate: Mon, 25 Aug 2014 09:31:36 +0200
Commit: Mauro Talevi 
CommitDate: Mon, 25 Aug 2014 09:31:36 +0200

Updated page on how to report issues.

diff --git a/site-frontend/src/site/content/how-to-contribute.html 
b/site-frontend/src/site/content/how-to-contribute.html
index 70f98e9..35fa90a 100755
--- a/site-frontend/src/site/content/how-to-contribute.html
+++ b/site-frontend/src/site/content/how-to-contribute.html
@@ -16,13 +16,28 @@
 
 Open a new issue on http://jira.codehaus.org/browse/JBEHAVE";>JIRA (a Codehaus login can 
be created at http://xircles.codehaus.org/projects/jbehave";>Xircles).
 Clone the http://github.com/jbehave";> GitHub repo of the 
appropriate project.
-Commit your proposed changes to your clone repo, using the issue number 
that you created above in the commit message, i.e. start all commits with 
"JBEHAVE-xxx:".
+Commit your proposed changes to your cloned repo, using the issue number 
that you created above in the commit message, i.e. start all commits with 
"JBEHAVE-xxx:".
 Update the issue with the links to the commits you made, which can be 
easily fetched and cherry-picked using git.
 
 
 For new ideas or solutions to your specific problems it 
is always recommended to first discuss them on the mailing-lists,
 where you can get the full benefit of the experience of the JBehave community. 
 It may be that your problem can be already solved using existing 
functionality.
 
+Reporting Issues
+
+Users' feedback on issues and bugs is essential and welcome but in order to 
be addressed and fixed, the issues need to be reproducible.
+
+To report an issue:
+
+
+Open a new issue on http://jira.codehaus.org/browse/JBEHAVE";>JIRA.
+Provide a self-contained sample project that reproduces your behaviour 
via command-line - preferably using Maven but other systems are fine 
too.
+The sample project should be sharable either in an archive form (jar, tar, 
zip) or - preferably - via your own http://github.com";>GitHub 
repo.
+
+
+Please avoid cutting & pasting or attaching bits of 
code and configuration to the JIRA issue as it makes it much more cumbersome to 
re-compose a 
+working project. 
+