So looking at the Readme.md I see I am missing a manual dependency? The REST example requires an XWiki instance. Download it from http://xwiki.org and setup: * User with username/password: jbehave/jbehave REST Root URI available in Main space: http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Main/pages To use Maven plugin, see script rest.sh.
I might try that but really I'm just trying to get to the point I can play around with simple Java examples... -Craig ________________________________ From: Craig Comstock <[email protected]> To: "[email protected]" <[email protected]> Sent: Friday, March 7, 2014 1:41 PM Subject: Re: [jbehave-user] can't get started with running-examples or jbehave-tutorial For jbehave-core I get one failure in JBehave REST. If I follow the jbehave-core instructions and run "mvn install" after that I get a similar problem as what I was getting before I switched JDKs. So a bit better and a bit the same. I imagine that the failure on JBehave REST is not critical in terms of me using JBehave built like this, maybe a regression issue? Thanks for the quick feedback! _Craig ________________________________ From: Craig Comstock <[email protected]> To: "[email protected]" <[email protected]> Sent: Friday, March 7, 2014 1:18 PM Subject: Re: [jbehave-user] can't get started with running-examples or jbehave-tutorial The jbehave-tutorial site says 1.5 or 1.6 is OK. So maybe that's not quite the problem there. I have attached my java/mvn versions and the build results here it seems to be the same problem regardless of JDK I use. https://github.com/jbehave/jbehave-tutorial/ For jbehave-core I do make MUCH more progress... it is downloading a bunch of jars now. RTFM. :) Thanks, Craig ________________________________ From: Mauro Talevi <[email protected]> To: "[email protected]" <[email protected]> Sent: Friday, March 7, 2014 12:53 PM Subject: Re: [jbehave-user] can't get started with running-examples or jbehave-tutorial https://github.com/jbehave/jbehave-core/blob/master/README.md On 7 Mar 2014, at 18:49, Mauro Talevi <[email protected]> wrote: As of 3.9 JDK 1.7 is required to build (JBEHAVE-913). JDK 1.5+ is still supported at runtime. Cheers On 7 Mar 2014, at 17:36, Craig Comstock <[email protected]> wrote: I'm having a hard time figuring out how to get started with jbehave. The two examples of setup I see are: > >http://jbehave.org/reference/stable/running-examples.html > >and > >https://github.com/jbehave/jbehave-tutorial > >Neither seem to work as described... > > >Here's my environment... Debian 7.0: > >:~/workspace/jbehave-tutorial$ mvn -version >Apache Maven 3.0.4 >Maven home: /usr/share/maven >Java version: 1.6.0_41, vendor: Sun Microsystems Inc. >Java home: /opt/app/jdk1.6.0_41/jre >Default locale: en_US, platform encoding: UTF-8 >OS name: "linux", version: "3.2.35", arch: "amd64", family: "unix" > > >Failure logs are attached. Both seem to be missing dependencies??? > >Thanks, >Craig <jbehave-core-install.log> <jbehave-tutorial-install.log> >--------------------------------------------------------------------- >To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
