Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Compile the source code by selecting Project -> *Build Project (alternatively, configure Eclipse to always Build Automatically)
  2. At the command prompt, create a JAR from the compiled code
    Code Block
    <workspace>\ucd-kim-impl> mvn jar:jar
    
    Info

    This is in lieu of com.sun.tools.javac.code.Symbol$CompletionFailure: file javax\persistence\Table.class not found error.

Deploy to local Maven Repository

Configure the Rice POM

Build the Rice WAR