4 Replies Latest reply on Jul 19, 2006 2:50 AM by koen.aers

    Running the jdpl tests

      I loaded up jbpm.3/jdpl as an eclipse project. No problem.

      Then I tried running the tests just by doing right-click and Run As | JUnit test.

      Many ran ok, but I got the following error.

      java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
       at org.apache.jackrabbit.core.config.RepositoryConfig.<clinit>(RepositoryConfig.java:64)
       at org.jbpm.jcr.jackrabbit.JackrabbitJcrServiceFactory.getRepository(JackrabbitJcrServiceFactory.java:48)
      


      Is this the right way to run the tests? I couldn't find an ant target for it.