Install Rice for KFS

  1. Download KFS from Kuali
  2. Unzip into C:Documents and Settings<Your User ID>workspace (This is where Eclipse will look for your project.)
  3. Move C:Documents and Settings\workspacekfs-release-2rice to C:Documents and Settings\workspace
  4. Goto C:Documents and Settings\workspacerice
  5. Copy rice.classpath.classpath and rice.project to .classpath and .project in C:Documents and Settings\workspacerice
  6. Run
    1. mvn -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.1.0.3.0 -Dpackaging=jar
      -Dfile=”C:Documents and Settings\javadriversojdbc14.jar” install:install-file
  7. Run
    1. mvn package


Pre-requisite:

  • JDK 1.5
  • Apache Tomcat 5.5.16
  • Apache Ant
  • Apache Maven 2

    Note:
  • Download Oracle Driver (ojdbc14.jar) from http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
  • Download MySql Driver from http://dev.mysql.com/downloads/connector/j/5.1.html
  • Download KFS from Kuali Unzip into C:Documents and Settings<Your User ID>workspace (This is where Eclipse will look for your project.) Move C:Documents and Settings\workspacekfs-release-2rice to C:Documents and Settings\workspace Goto C:Documents and Settings\workspacerice Copy rice.classpath.classpath and rice.project to .classpath and .project in C:Documents and Settings\workspacerice Run mvn -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.1.0.3.0 -Dpackaging=jar -Dfile=”C:Documents and Settings\javadriversojdbc14.jar” install:install-file Run…

    Leave a Reply

    Your email address will not be published. Required fields are marked *