Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Not A Bug
-
Affects Version/s: web-3.5.5
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Environment:Windows 7
-
Number of attachments :
Description
In my Company we are using CSV files with data tables to feed jbehave story files. We would like to have one file with the data rather than single CSV for single jbehave story file.
I found in documentation org.jbehave.core.io.odf.LoadOdtFromClasspath functionality http://jbehave.org/reference/stable/locating-stories.html and I thought that it could solve our problems.
However when I check my sources of jbehave (4.0-beta-3 core and 3.5.5 web) there is no class LoadOdtFromClasspath available. Would you please let me know why it is not in the sources? Would you send me some example of how to use loading from ODT file and what are the features? Would it help for having too many files for jbehave stories?
Activity
Cristiano Gavião
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Not A Bug [ 6 ] |
You are looking at the wrong jar. the class you want is here: http://search.maven.org/#artifactdetails|org.jbehave|jbehave-odf|4.0-beta-3|jar
Btw, please use the mailing list for questions.