- Revision
- 1226
- Author
- mauro
- Date
- 2009-09-06 04:32:56 -0500 (Sun, 06 Sep 2009)
Log Message
Cleanup of reference docs.
Modified Paths
- trunk/core/LICENSE.txt
- trunk/core/distribution/src/site/content/download.html
- trunk/core/distribution/src/site/content/getting-started.html
- trunk/core/distribution/src/site/content/index.html
- trunk/core/distribution/src/site/content/license.html
- trunk/core/distribution/src/site/content/release-notes.html
- trunk/core/distribution/src/site/content/team-list.html
- trunk/core/distribution/src/site/templates/skin.html
Diff
Modified: trunk/core/LICENSE.txt (1225 => 1226)
--- trunk/core/LICENSE.txt 2009-09-05 22:52:30 UTC (rev 1225) +++ trunk/core/LICENSE.txt 2009-09-06 09:32:56 UTC (rev 1226) @@ -1,4 +1,4 @@ -Copyright (c) 2003-2008 jbehave.org +Copyright (c) 2003-2009 jbehave.org All rights reserved.
Modified: trunk/core/distribution/src/site/content/download.html (1225 => 1226)
--- trunk/core/distribution/src/site/content/download.html 2009-09-05 22:52:30 UTC (rev 1225) +++ trunk/core/distribution/src/site/content/download.html 2009-09-06 09:32:56 UTC (rev 1226) @@ -13,10 +13,10 @@ Repository</a>: <ul> <li><a - href="" + href="" bin distribution</a></li> <li><a - href="" + href="" src distribution</a></li> </ul> </p>
Modified: trunk/core/distribution/src/site/content/getting-started.html (1225 => 1226)
--- trunk/core/distribution/src/site/content/getting-started.html 2009-09-05 22:52:30 UTC (rev 1225) +++ trunk/core/distribution/src/site/content/getting-started.html 2009-09-06 09:32:56 UTC (rev 1226) @@ -8,7 +8,7 @@ <h2>Getting Started</h2> -<p>Our goal with JBehave 2 was to make a framework that was +<p>Our goal with JBehave was to make a framework that was lightweight, easy to use and overcome some of the usability limitations of JBehave 1. To that end, we've been driving this entirely from example code - no guessing, unless it's obvious - and we've ended up with @@ -89,7 +89,7 @@ </textarea></li> <li>Run your new scenario as JUnit test.</li> <li>Check out the working <a - href="" + href="" in the source repository.</li> </ul> @@ -97,7 +97,6 @@ <ul> <li>tagging scenarios</li> <li>better tolerance of whitespace</li> - <li>an option for pending steps to break the build</li> <li>anything you persuade us you need.</li> </ul> </p>
Modified: trunk/core/distribution/src/site/content/index.html (1225 => 1226)
--- trunk/core/distribution/src/site/content/index.html 2009-09-05 22:52:30 UTC (rev 1225) +++ trunk/core/distribution/src/site/content/index.html 2009-09-06 09:32:56 UTC (rev 1226) @@ -18,29 +18,29 @@ Newcomers are encouraged to start from <a href="" BDD</a>.</p> -<p>Features of JBehave 2 include: +<p>Features of JBehave include: <ul> - <li>Scenario runner - runs executable scenarios using - text-based input, with auto-conversion of string arguments to any + <li>Pure Java implementation, which plays well with Java-based enterprises</li> + <li>Allows users to specify and run text-based scenarios, which + allows "out-in" development.</li> + <li>Annotation-based binding of textual steps to Java methods</li> + <li>Auto-conversion of string arguments to any parameter type (including generic types) via custom parameter converters.</li> - <li>Scenario steps defined using Java 5 annotations that match - the scenarios</li> <li>Scenario reporter - outputs scenarios executed in human-readable form</li> + <li>Auto-generation of pending steps so the build is not broken + by a missing step, but has option to configure breaking build for pending steps.</li> <li>Scenario can be run as JUnit tests, providing easy - integration with your favourite IDE</li> - <li>Auto-generation of pending steps so the build is not broken - by a missing step</li> + integration with your favourite IDE. Using alternative annotation-based + unit test frameworks is equally easy.</li> <li>Ant integration: allows scenarios to be run via Ant task</li> <li>Maven integration: allows scenarios to be run via Maven plugin at given build phase</li> </ul> </p> -<p>This documentation is primarily to help users <a - href="" started</a> and as a reference development guide -for each release, containing the javadoc and the project information. More information can -be found in <a href="" website</a>.</p> +<p>The reference documentation is primarily to provide a reference development guide +for each release. More dynamic information can be found in <a href="" wiki</a>.</p> </body> </html> \ No newline at end of file
Modified: trunk/core/distribution/src/site/content/license.html (1225 => 1226)
--- trunk/core/distribution/src/site/content/license.html 2009-09-05 22:52:30 UTC (rev 1225) +++ trunk/core/distribution/src/site/content/license.html 2009-09-06 09:32:56 UTC (rev 1226) @@ -14,7 +14,7 @@ <p>JBehave is released under a BSD-style license: <pre> -Copyright (c) 2003-2008 jbehave.org +Copyright (c) 2003-2009 jbehave.org All rights reserved.
Modified: trunk/core/distribution/src/site/content/release-notes.html (1225 => 1226)
--- trunk/core/distribution/src/site/content/release-notes.html 2009-09-05 22:52:30 UTC (rev 1225) +++ trunk/core/distribution/src/site/content/release-notes.html 2009-09-06 09:32:56 UTC (rev 1226) @@ -4,8 +4,57 @@ <title>Release Notes</title> </head> <body> + +<h1>JBehave Core - Version 2.2 (Apr 25, 2009)</h1> + +<h2> Bug +</h2> +<ul> +<li>[<a href="" - Doesn't find scenarios with numbers in the file name +</li> +<li>[<a href="" - Scenario's in the default package cause NullPointerException +</li> +<li>[<a href="" - Maven plugin can't identify Scenario classes in src/test/java +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href="" - Should throw an exception if two candidate step methods have the same annotation +</li> +<li>[<a href="" - Ensure utility methods should be independent of unit-testing framework +</li> +<li>[<a href="" - Unit-test runners should decorate Exceptions a bit more clearly +</li> +<li>[<a href="" - Improve javadocs +</li> +<li>[<a href="" - Scenario keyword should include any separation char, e.g. ":" +</li> +<li>[<a href="" - Support multiple CandidateSteps instances in Stepdoc generation +</li> +<li>[<a href="" - Improve regex-based scenario parsing +</li> +</ul> + +<h2> New Feature +</h2> +<ul> +<li>[<a href="" - Aliases for steps +</li> +<li>[<a href="" - Generate StepDoc from annotated methods of CandidateSteps instance +</li> +</ul> + +<h2> Task +</h2> +<ul> +<li>[<a href="" - Document best practices and suggested use cases +</li> +</ul> + -<h1>JBehave - Version 2.1 (Oct 25, 2008)</h1> +<h1>JBehave Core - Version 2.1 (Oct 25, 2008)</h1> <h2> Bug </h2> @@ -55,7 +104,7 @@ </ul> -<h1>JBehave - Version 2.0.1 (Oct 7, 2008)</h1> +<h1>JBehave Core - Version 2.0.1 (Oct 7, 2008)</h1> <h2> Bug </h2> @@ -71,7 +120,7 @@ </li> </ul> -<h1>JBehave - Version 2.0 (Sep 1, 2008)</h1> +<h1>JBehave Core - Version 2.0 (Sep 1, 2008)</h1> <h2> Bug </h2>
Modified: trunk/core/distribution/src/site/content/team-list.html (1225 => 1226)
--- trunk/core/distribution/src/site/content/team-list.html 2009-09-05 22:52:30 UTC (rev 1225) +++ trunk/core/distribution/src/site/content/team-list.html 2009-09-06 09:32:56 UTC (rev 1226) @@ -45,9 +45,16 @@ <tr class="b"> <td>mauro</td> <td>Mauro Talevi</td> + <td>administrator, developer</td> + <td>0</td> + <td><span id="developer-3">0</span></td> + </tr> + <tr class="b"> + <td>paul</td> + <td>Paul Hammant</td> <td>developer</td> <td>0</td> - <td><span id="developer-1">0</span></td> + <td><span id="developer-4">0</span></td> </tr> </table> <h3>Contributors</h3> @@ -55,9 +62,6 @@ <tr class="a"> <th>Name</th> </tr> - <tr class="b"> - <td>Paul Hammant</td> - </tr> </table> <script type="text/_javascript_"> function offsetDate(id, offset) { @@ -71,13 +75,10 @@ } function init(){ - offsetDate('developer-0', '-6'); offsetDate('developer-1', '0'); - offsetDate('developer-2', '-6'); - offsetDate('developer-3', '-3'); - offsetDate('developer-4', '-3'); - offsetDate('developer-5', '-3'); - offsetDate('developer-6', '-3'); + offsetDate('developer-2', '0'); + offsetDate('developer-3', '0'); + offsetDate('developer-4', '-8'); } window.
Modified: trunk/core/distribution/src/site/templates/skin.html (1225 => 1226)
--- trunk/core/distribution/src/site/templates/skin.html 2009-09-05 22:52:30 UTC (rev 1225) +++ trunk/core/distribution/src/site/templates/skin.html 2009-09-06 09:32:56 UTC (rev 1226) @@ -72,8 +72,8 @@ </div> <div class="clear"></div> <div id="footer"> -<div class="left">Last Published: 2008</div> -<div class="right">© 2003-2008</div> +<div class="left">Last Published: 6 Sep 2009</div> +<div class="right">© 2003-2009</div> <div class="clear"></div> </div>
To unsubscribe from this list please visit:
