1 Reply Latest reply on Feb 2, 2009 12:31 PM by swong1

    Build failure - SmooksFactTest - drools 4.07

    swong1

      I need some direction on next step to take after encountering this error during build process:

      [INFO] There are test failures.
      Failed tests:
      testFact(org.drools.runtime.pipeline.impl.SmooksFactTest)
      testGlobal(org.drools.runtime.pipeline.impl.SmooksGlobalTest)

      Tests run: 6, Failures: 2, Errors: 0, Skipped: 0

      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD FAILURE




      Used SVNCheckout to get source from anonsvn.labs.jboss.comlabs/jbossrules/trunk. Per drools 4.0 community doc, used mvn -Declipse -Ddocumentation clean install -DlocalEclipseDrop=/folder/jboss-rules/local-eclipse-drop-mirror to build.

      Environment consist of:
      eclipse 3.4.1 w/JBoss Drools workbench
      Subversion client 1.3
      Maven 2.0.9
      Ant 1.7.1
      apache 2.2.11
      Jboss-5.0.0.GA
      jdk-6u11
      mysql-5.1.30-win32

        • 1. Re: Build failure - SmooksFactTest - drools 4.07
          swong1

          I used the -Dmaven.test.skip=true param to bypass test then also set MAVEN_OPTS to get successful build. Since I am so green, can anyone tell me if this is what they had to do and if so, why are there tests if you have to bypass them?

          Still having other issues (like no drools-ide to import and Eclipse JDT Core jar is not in the classpath) - maybe Beginners corner is better place for me to find help! Just trying to get thru the install.