Trying to use the jbehave web runner to provide a web interface to run scenarios. Below the error message while trying to run the application using mvn jetty_run command
Failure executing javac, but could not parse the error: An exception has occurred in the compiler (1.5.0_20). Please file a bug at the J ava Developer Connection (http://java.sun.com/webapps/bugreport) after checking the Bug Parade for duplicates. Include your program and the following diagnosti c in your report. Thank you. com.sun.tools.javac.code.Symbol$CompletionFailure: file org\jbehave\scenario\ann otations\Named.class not found This happens during compile phase. Environment : Windows XP Java 1.5.0_20 Maven: 2.2.1 As a side note, the example for web-runner inherits the jbehave-web-examples 2.2-SNAPSHOT, but the latest version in the snapshots codehaus repo is 2.0-SNAPSHOT. I had to change the parent pom settings to 2.0-SNAPSHOT. Please let me know if you need more information. Ravi --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
