[jbehave-dev] scenario limit??

2009-03-09 Thread Laura Vendramini
Hey, Is there a limit on how many characters can be in a scenario? Or any limit at all? I am getting a stackOverflow error when I run my scenario... I tried adding new lines (failed), removing lines (passed), removing characters (passed), and adding characters (failed) I did a character count

Re: [jbehave-dev] Re: output jBehave

2009-02-24 Thread Laura Vendramini
...@aquilonia.org wrote: Laura Vendramini wrote: Thanks Mauro, new PrintStream(new File(/path/to/your/output)) did not work, but the below was able to output to a file...  public ScenarioReporter forReportingScenarios() {        PrintStream ps=null;        // Connect print stream to the output

Re: [jbehave-dev] Re: output jBehave

2009-02-16 Thread Laura Vendramini
the last failed case because it is written over each time. Laura On Mon, Feb 16, 2009 at 4:33 AM, Mauro Talevi mauro.tal...@aquilonia.org wrote: Laura Vendramini wrote: Hey, Is there a way to output to a file (using maven 2) exactly what is printed in the console? Just configure the scenarios

[jbehave-dev] output jBehave

2009-02-14 Thread Laura Vendramini
Hey, Is there a way to output to a file (using maven 2) exactly what is printed in the console? i.e. Scenario: Given a stock of prices 0.5,1.0 and a threshold of 15.0 When the stock is traded at 5.0 Then the alert status should be OFF (FAILED) When the stock is traded at 11.0 (NOT PERFORMED)

Re: [jbehave-dev] Re: Becoming a contributor

2009-01-28 Thread Laura Vendramini
Thanks Mauro, Where do I access the code? The site is down so I can't access it? Is there anything I need to sign up for or download? Laura On Tue, Jan 27, 2009 at 7:30 PM, Mauro Talevi mauro.tal...@aquilonia.org wrote: Laura Vendramini wrote: Hi, I would like to help in the development

Re: [jbehave-dev] Re: Issues starting JBehave

2009-01-14 Thread Laura Vendramini
Thanks Mauro! That worked On Wed, Jan 14, 2009 at 9:42 AM, Mauro Talevi mauro.tal...@aquilonia.org wrote: Laura Vendramini wrote: Hi, I am trying to develop with JBehave. I am using Eclipse Classic 3.4.1, JDT 3.4, JBehave Version 2.1. When I try to run the behavioral tests, it always