openesb-components/www/public/build_instructions/onetime.html

65 lines
3.4 KiB
HTML
Executable File

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Open JBI Components Prerequisites</title>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" id="body" width="100%">
<tr>
<td><div id="bodywrap">
<h3 class="sd1">One Time Configuration Tasks</h3>
<hr noshade size="1" /></li>
<ul>
<li><b>Disk Space Requirements:</b>
<p>Make sure that you have enough disk space before beginning.</p>
<p>
<table border="0" cellspacing="3" cellpadding="3" class="feat1">
<tr align="center"><th>JDK 5.0</th><td>125 MB</td></tr>
<tr align="center"><th>Glassfish</th><td>175 MB </td></tr>
<tr align="center"><th>Maven 2.0.9</th><td>1.5 MB</td></tr>
<tr align="center"><th>Open JBI Components source (before/after the build)</th><td>60 MB / 250 MB</td></tr>
<tr align="center"><th>Total Space Needed</th><th>~550 MB </th></tr>
</table>
</p>
<hr noshade size="1" /></li>
<li><b>JDK 5.0.&nbsp;&nbsp;</b>
<p>You must have JDK 5 update 9 or higher installed. Currently, the build does not run with JDK 6.0<p>
The latest JDK 5 binaries are available here:
<a href="http://java.sun.com/j2se/1.5.0/download.jsp">JDK 5 Downloads</a><br><br>
Installation instructions are available here:
<a href="http://java.sun.com/j2se/1.5.0/install.html">JDK 5 Installation Notes</a><br><br>
<hr noshade size="1" /><br /> </li>
<li><b>Project Glassfish V2 with JBI Runtime installed &nbsp;&nbsp;</b>
<p>Please scroll down to the <i>Project Glassfish</i> section of the <a href="https://open-esb.dev.java.net/BuildInstructionsCfgTasks.html#prerequisites"><b>open-esb build prequisites page</b></a> for the appropriate version of glassfish to install.<br><br>
The installation instructions are available on the glassfish download link.
<p><b>Note:</b> Please take note of what directory you are installing into. This directory will be the value of the JV_GFBASE environment variable that you will need to define later on.<br><br>
<hr noshade size="1" /><br />
<li><b>Maven 2.0.9 (Please do NOT use a later version)&nbsp;&nbsp;</b><br>
The Maven 2.0.9 is available in zip format here: <a href="http://archive.apache.org/dist/maven/binaries/apache-maven-2.0.9-bin.zip">http://archive.apache.org/dist/maven/binaries/apache-maven-2.0.9-bin.zip</a><br>
and here in tar format (for unix platforms) here: <a href="http://archive.apache.org/dist/maven/binaries/apache-maven-2.0.9-bin.tar.gz ">http://archive.apache.org/dist/maven/binaries/apache-maven-2.0.9-bin.tar.gz </a><br><br>
<!--binaries are available here: <a href="http://maven.apache.org/download.html">http://maven.apache.org/download.html</a><br><br>-->
The install instructions are available here: <a href="http://maven.apache.org/download.html#Installation">http://maven.apache.org/download.html#Installation</a><br><br>
<b>Note: </b> If you use a web proxy server to connect to the Internet you need to create a settings.xml file that specifies the proxy settings. The location of this file is ${user.home}/.m2/settings.xml. Directions for how to setup this file are listed under the build instructions <a href="faq.html">FAQ</a>.<br><br>
</ul>
</li>
</ol>
</div></td>
</tr>
</table>
</body>
</html>