Update ExamplesTableConverter documentation for i18n cconfiguration
Description
Hi,
based on the i18n example I tried to configure an abstract class but get a build error. Seems the constructor ExamplesTableConverter(java.lang.String,java.lang.String), even though in the javadoc, is missing. I tried with stable release (3.1.2) and 3.2-SNAPSHOT.
And for the wishlist: Could you enrich the examples with their import statemens so they could be just copied and pasted? Thx. ---snip--- ... [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/flo/workspace/myproject-root/myproject-activiti-delegates/src/test/java/com/mycustomer/myproject/activiti/delegates/bdd/story/GermanStories.java:[56,68] cannot find symbol symbol : constructor ExamplesTableConverter(java.lang.String,java.lang.String) location: class org.jbehave.core.steps.ParameterConverters.ExamplesTableConverter
[INFO] 1error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 24.939s [INFO] Finished at: Mon Feb 28 13:01:36 CET 2011 [INFO] Final Memory: 49M/244M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:testCompile (default-testCompile) on project myproject-activiti-delegates: Compilation failure [ERROR] /home/flo/workspace/myproject-root/myproject-activiti-delegates/src/test/java/com/mycustomer/myproject/activiti/delegates/bdd/story/GermanStories.java:[56,68] cannot find symbol [ERROR] symbol : constructor ExamplesTableConverter(java.lang.String,java.lang.String) [ERROR] location: class org.jbehave.core.steps.ParameterConverters.ExamplesTableConverter [ERROR] -> [Help 1] ---snap---
Hi,
based on the i18n example I tried to configure an abstract class but get a build error.
Seems the constructor ExamplesTableConverter(java.lang.String,java.lang.String), even though in the javadoc,
is missing. I tried with stable release (3.1.2) and 3.2-SNAPSHOT.
And for the wishlist: Could you enrich the examples with their import statemens so they could be just copied and pasted? Thx.
---snip---
...
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/flo/workspace/myproject-root/myproject-activiti-delegates/src/test/java/com/mycustomer/myproject/activiti/delegates/bdd/story/GermanStories.java:[56,68] cannot find symbol
symbol : constructor ExamplesTableConverter(java.lang.String,java.lang.String)
location: class org.jbehave.core.steps.ParameterConverters.ExamplesTableConverter
[INFO] 1error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.939s
[INFO] Finished at: Mon Feb 28 13:01:36 CET 2011
[INFO] Final Memory: 49M/244M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:testCompile (default-testCompile) on project myproject-activiti-delegates: Compilation failure
[ERROR] /home/flo/workspace/myproject-root/myproject-activiti-delegates/src/test/java/com/mycustomer/myproject/activiti/delegates/bdd/story/GermanStories.java:[56,68] cannot find symbol
[ERROR] symbol : constructor ExamplesTableConverter(java.lang.String,java.lang.String)
[ERROR] location: class org.jbehave.core.steps.ParameterConverters.ExamplesTableConverter
[ERROR] -> [Help 1]
---snap---