2 Replies Latest reply on May 31, 2008 9:14 AM by nbelaevski

    Clover and buildings problem of 3.2.1.CR8

    jobb

      The latest version of RF, 3.2.1.CR8 use the clover reports, and need a valid clover licence.
      I've downloaded free 30 days Clover evaluation licence, and looket at clover doc. to find out where to place clover.licence file. In this documentation I can read:

      <properties>
       <clover2.licenseLocation>...path to your Clover license file...</clover2.licenseLocation>
      </properties>



      But in pom.xml palced in 3.2.1.CR8 use can see:

      ${clover.license.path}

      I've updated .m2/settings.xml to:
      <properties>
       <cloverHistoryDir>C:/Temp/clover_history</cloverHistoryDir>
       <cloverLicenseLocation>C:/…/clover.license</cloverLicenseLocation>
       <clover.license.path>C:/…/</clover.license.path>
       </properties>
      

      Now I could to start mvn install without error. But in the framework install fase, the same error coming up :
      [ERROR] FATAL ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] This license has now expired..Please visit http://www.cenqua.com to obtain a licensed version of Clover

      Any idea what to do to build 3.2.1.CR8