[jbehave-dev] [jira] Created: (JBEHAVE-117) Should throw an exception if two candidate step methods have the same annotation

2008-07-22 Thread Elizabeth Keogh (JIRA)
Should throw an exception if two candidate step methods have the same annotation


 Key: JBEHAVE-117
 URL: http://jira.codehaus.org/browse/JBEHAVE-117
 Project: JBehave
  Issue Type: Bug
Reporter: Elizabeth Keogh




-- 
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] Created: (JBEHAVE-118) Check that punctuation after args doesn't stop it working

2008-07-22 Thread Elizabeth Keogh (JIRA)
Check that punctuation after args doesn't stop it working
-

 Key: JBEHAVE-118
 URL: http://jira.codehaus.org/browse/JBEHAVE-118
 Project: JBehave
  Issue Type: Task
Reporter: Elizabeth Keogh




-- 
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] [876] trunk: [Liz] Put the website stuff back in, not up to date yet; changed build to produce 2.0 snapshot

2008-07-22 Thread sirenian
Title:  [876] trunk: [Liz] Put the website stuff back in, not up to date yet; changed build to produce 2.0 snapshot







Revision 876
Author sirenian
Date 2008-07-22 12:11:43 -0500 (Tue, 22 Jul 2008)


Log Message
[Liz] Put the website stuff back in, not up to date yet; changed build to produce 2.0 snapshot

Modified Paths

trunk/build.xml


Added Paths

trunk/website/




Diff

Modified: trunk/build.xml (875 => 876)

--- trunk/build.xml	2008-07-21 09:45:52 UTC (rev 875)
+++ trunk/build.xml	2008-07-22 17:11:43 UTC (rev 876)
@@ -1,5 +1,5 @@
 project name=jbehave default=good-distribution
-  property name=version value=1.1-SNAPSHOT /
+  property name=version value=2.0-SNAPSHOT /
   echo message=Building version ${version}... /
 
   !-- modules --
@@ -205,7 +205,7 @@
 javadoc destdir=${javadoc.dist.dir} windowtitle=JBehave API Documentation verbose=false
   useexternalfile=true
   fileset dir=${jbehave.source}
-include name=*.java /
+include name=**/*.java /
   /fileset
   classpath refid=production.libs /
 /javadoc


Copied: trunk/website (from rev 802, trunk/website) ( => )












To unsubscribe from this list please visit:


http://xircles.codehaus.org/manage_email



[jbehave-dev] [jira] Created: (JBEHAVE-121) Only Parentheses are escaped in DollarStepPatternBuilder

2008-07-22 Thread Michael Hunger (JIRA)
Only Parentheses are escaped in DollarStepPatternBuilder


 Key: JBEHAVE-121
 URL: http://jira.codehaus.org/browse/JBEHAVE-121
 Project: JBehave
  Issue Type: Bug
  Components: Core
Affects Versions: 2.0
Reporter: Michael Hunger


DollarStepPatternBuilder escapes only () of all regexp characters leading to 
failing patterns when applied later or to patterns matching stuff that is not 
intented.

Other Regexp Chars that should be escaped: []{}?^.*+




-- 
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