[jbehave-dev] Becoming a contributor

2009-01-26 Thread Laura Vendramini
Hi,

I would like to help in the development of JBehave.   I am working on
a large project right now that needs scenariosand their status  to be
outputted (whether they passed, failed, or are pending) using Mavin 2.
 I'd like to contribute to getting this accomplished.  How can I join
the development team?

Thanks! :)

Laura

-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[jbehave-dev] [jira] Assigned: (JBEHAVE-157) Steps class can't depend on a library with test in pom.xml

2009-01-26 Thread Mauro Talevi (JIRA)

 [ 
http://jira.codehaus.org/browse/JBEHAVE-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mauro Talevi reassigned JBEHAVE-157:


Assignee: Mauro Talevi

> Steps class can't depend on a library with test in pom.xml
> -
>
> Key: JBEHAVE-157
> URL: http://jira.codehaus.org/browse/JBEHAVE-157
> Project: JBehave
>  Issue Type: Bug
>  Components: Maven Plugin
>Affects Versions: 2.1.1
> Environment: $ mvn -version
> Maven version: 2.0.9
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>Reporter: Binil Thomas
>Assignee: Mauro Talevi
> Attachments: jbehave-bug-report.tar.gz
>
>
> In my Steps implementation, I use an external library. In my pom.xml, this is 
> dependency is declared with test. jBehave maven plugin is not 
> able to find this library. Please run the attached project as:
> $ mvn clean integration-test -Dlib.scope=compile
> ...
> [INFO] Running scenario binil.scenarios.MyScenario
> ...
> [INFO] BUILD SUCCESSFUL
> ...
> $ mvn clean integration-test -Dlib.scope=test   
> ...
> [INFO] [jbehave:run-scenarios {execution: run-scenarios-listed}]
> [INFO] 
> 
> [ERROR] BUILD ERROR
> [INFO] 
> 
> [INFO] Failed to instantiate scenario 'binil.scenarios.MyScenario'
> Embedded error: The scenario 'binil.scenarios.MyScenario' could not be 
> instantiated with class loader: [org.jbehave.scenario.ScenarioClassLoader 
> urls=[/Users/binil/work/jbehave-bug-report/target/test-classes/, 
> /Users/binil/work/jbehave-bug-report/target/classes]]
> org/apache/log4j/Logger
> ...
> $
> This forces me to declare the dependency (in my specific case, jetty and 
> dbunit) as compile in my pom.xml, which means all users of my 
> project needs to get this library as a transitive dependency. I would like to 
> avoid that.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[jbehave-dev] [jira] Created: (JBEHAVE-157) Steps class can't depend on a library with test in pom.xml

2009-01-26 Thread Binil Thomas (JIRA)
Steps class can't depend on a library with test in pom.xml
-

 Key: JBEHAVE-157
 URL: http://jira.codehaus.org/browse/JBEHAVE-157
 Project: JBehave
  Issue Type: Bug
  Components: Maven Plugin
Affects Versions: 2.1.1
 Environment: $ mvn -version
Maven version: 2.0.9
Java version: 1.5.0_16
OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
Reporter: Binil Thomas
 Attachments: jbehave-bug-report.tar.gz

In my Steps implementation, I use an external library. In my pom.xml, this is 
dependency is declared with test. jBehave maven plugin is not 
able to find this library. Please run the attached project as:

$ mvn clean integration-test -Dlib.scope=compile
...
[INFO] Running scenario binil.scenarios.MyScenario
...
[INFO] BUILD SUCCESSFUL
...

$ mvn clean integration-test -Dlib.scope=test   
...
[INFO] [jbehave:run-scenarios {execution: run-scenarios-listed}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to instantiate scenario 'binil.scenarios.MyScenario'

Embedded error: The scenario 'binil.scenarios.MyScenario' could not be 
instantiated with class loader: [org.jbehave.scenario.ScenarioClassLoader 
urls=[/Users/binil/work/jbehave-bug-report/target/test-classes/, 
/Users/binil/work/jbehave-bug-report/target/classes]]
org/apache/log4j/Logger
...
$

This forces me to declare the dependency (in my specific case, jetty and 
dbunit) as compile in my pom.xml, which means all users of my 
project needs to get this library as a transitive dependency. I would like to 
avoid that.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email