Skip to content

Building FOXopen

Fivium Code edited this page Dec 14, 2015 · 2 revisions

Prerequisites

Before building FOX it is advisable to have Tomcat 8+ installed, or alternatively copies of the servlet API and JSP jars from elsewhere.

Due to Oracle licensing terms FOX cannot re-distribute some of the jar files needed for building and running FOX. Instead you have to have a valid Oracle Database install and get the following jars and put them in the FOX:

Oracle 11g

  • $ORACLE_HOME/jdbc/lib/ojdbc6.jar
  • $ORACLE_HOME/xdk/lib/xmlparserv2.jar
  • $ORACLE_HOME/md/jlib/sdoapi.jar

Oracle 12c

  • $ORACLE_HOME/jdbc/lib/ojdbc6.jar
  • $ORACLE_HOME/lib/xmlparserv2.jar
  • $ORACLE_HOME/md/jlib/sdoapi.jar

To build FOX you also need a copy of the JDK 1.8 or above and Ant Ant 1.9.4 or above.

Building

  • git clone
  • Build properties point to tomcat servlet api
  • Run ant
Clone this wiki locally