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

38 lines
1.6 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 Build Instructions FAQ</title>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" id="body" width="100%">
<tr>
<td><div id="bodywrap">
<h3><div id="title">Frequently asked questions</div></h3>
<ol>
<li><a href="#q1">Where can I find help in setting up my Mac OSX build environment?</a></li>
<li><a href="#q2">I am behind a firewall and I can not get maven to access the external repositories. What's wrong?</a></li>
</ol><br /><br /><br />
<hr size="1" />
<ol>
<li><p><strong><a name="q1"></a><a name="q1"></a>Where can I find help in setting up my Mac OSX build environment?</strong><br />
Please see this blog entry <a href="http://blogs.sun.com/sambas/entry/mac_osx_how_to_set">http://blogs.sun.com/sambas/entry/mac_osx_how_to_set</a> .</li>
<li><p><strong><a name="q2"></a>I am behind a firewall and I can not get maven to access the external repositories. What's wrong?</strong><br />
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. If you are in a Cygwin environment, make sure to place this file in the native Windows user home directory (C:\Documents and Settings\$USER). Information on the content of this file is available here : <a href="http://maven.apache.org/guides/mini/guide-proxies.html">http://maven.apache.org/guides/mini/guide-proxies.html</a> </p>
</li>
</ol>
</div></td>
</tr>
</table>
</body>
</html>