it looks like the checkout and examples install are no longer throwing an error. however, i still have to run the examples to verify.
In regards to trader-web example, i did the following 1. svn co https://svn.codehaus.org/jbehave/trunk/web/examples/trader-web/ 2. mvn clean install ISSUE: Got the following error Warning: JAVA_HOME environment variable is not set. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: null:jbehave-trader-webapp:war:null Reason: Cannot find parent: org.jbehave.web.examples:jbehave-web-examples for project: null:jbehave-trader-webapp:war:null for project null:jbehave-trader-webapp:war:null [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.reactor.MavenExecutionException: Cannot find parent: org.jbehave.web.examples:jbehave-web-examples for project: null:jbehave-trader-webapp:war:null for project null:jbehave-trader-webapp:war:null at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:432) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:300) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:41) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Thanks. On Mon, Feb 22, 2010 at 2:15 PM, Mauro Talevi <[email protected]>wrote: > Following works fine on my side: > > svn checkout https://svn.codehaus.org/jbehave/trunk/core > cd core > mvn clean install -Pexamples > > with > svn 1.5.6 (r36142) > Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) > Java version: 1.6.0_17 > > What error are you getting? What version of svn, java and mvn? > > On 22/02/2010 23:09, qa tester wrote: > > I checked out examples but not all the files are getting checked out. > > Steps followed (See > http://jbehave.org/reference/stable/running-examples.html): > > 1. checkout https://svn.codehaus.org/jbehave/trunk/core > > Am I doing this correctly? I am checking out the correct files? I am hoping > to run the examples for the jbehave core and for jbehave web. > > Thanks. > > > >
