blob: 2228ad17abe612d6f57827fd41158bd03abd4729 [file] [log] [blame]
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Variables Page (Oomph Setup Documentation)</title>
<link rel="stylesheet" href="../../book.css">
<noscript></noscript>
<script type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Variables Page (Oomph Setup Documentation)";
}
}
</script>
<link rel="stylesheet" href="../../editor.css">
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/ui/1.11.0/jquery-ui.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
<script>
$(function() {
$( ".resizable" ).resizable({ handles:"s,e,se", autoHide:true });
});
</script>
<script type="text/javascript">
function maximize(id)
{
e = document.getElementById('max_' + id);
c1 = document.getElementById('editor_content_1_' + id);
c2 = document.getElementById('editor_content_2_' + id);
pv = document.getElementById('max_pv_' + id);
if (e.className == 'max')
{
e.className = 'rst';
e.setAttribute('title', 'Restore');
c1.setAttribute('style_orig', c1.getAttribute('style'));
c1.setAttribute('style', 'border:2px solid #99b4d1; border-top:none;');
c2.setAttribute('style', '');
if (pv != null)
{
pv.setAttribute('width_orig', pv.getAttribute('width'));
pv.setAttribute('width', '');
}
}
else
{
e.className = 'max';
e.setAttribute('title', 'Maximize');
c1.setAttribute('style', c1.getAttribute('style_orig'));
c1.setAttribute('style_orig', '');
c2.setAttribute('style', 'overflow:scroll; width:100%; height:100%;');
if (pv != null)
{
pv.setAttribute('width', pv.getAttribute('width_orig'));
pv.setAttribute('width_orig', '');
}
}
}
</script>
</head>
<body bgcolor="white" onload="windowTitle();">
<!-- <div class="help_breadcrumbs breadcrumbs_top"><a href="../../Overview.html" title="Oomph Setup Documentation">Oomph Setup Documentation</a> > <a href="../index.html" title="Category in Oomph Setup Documentation">User Guide</a> > <a href="index.html" title="Category in Oomph Setup Documentation">Wizards and Wizard Pages</a></div> -->
<table border="0">
<tr>
<td width="100%"><h1>Variables Page</h1></td>
<td align="right" valign="middle" nowrap><a href="DocProjectPage.html" title="Backward to Projects Page"><img src="../../../images/backward.png" border="0"></a>&nbsp;<a href="DocConfirmationPage.html" title="Forward to Confirmation Page"><img src="../../../images/forward.png" border="0"></a></td>
</tr>
</table>
<p>
The primary purpose of the variables page is to specify the values for <a href="../../concepts/DocTask.html#DocVariableTask" title="Chapter in Oomph Setup Documentation">variables</a>.
At this point in the wizard's work flow,
a task list has been <a href="../../concepts/DocTaskComposition.html" title="Article in Oomph Setup Documentation">gathered</a>.
That process induces variables and evaluates and expands variables.
Any variable with an empty value requires the user's input.
All variables must specify a non-empty value in order to advance to the <a href="DocConfirmationPage.html" title="Article in Oomph Setup Documentation">confirmation page</a>.
Information related to those variables is displayed on this page in a three column format:
<div class="box" style="display: inline-block"><img src="../../../images/trees/ZhO_6FbqmsbeHn29eT4-F-buauY=.png"/></div>
<p>
The page has the following controls:
<a id="DocVariablePage_1_table"/><table class="bullets">
<tr>
<td><img src="../../../images/trees/uYb4nWf_x4iPtp0TP9sPGZwIPLM=.png"/></td>
<td>
Displays the installation location rule that determines where installations are installed.
<br/>
<img src="../../../images/trees/YaOySXQyJjqyuPq39ogKjlenhOg=.png"/>
<br/>
In this case, each installation will end up in a uniquely named subfolder of the specified root folder.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/9f9gYhtHH9GGAGMrAngvTSlsgEs=.png"/></td>
<td>
Displays the uniquely named subfolder for the installation.
<br/>
<img src="../../../images/trees/TnOy0W2RlXKUSBG1rFSeaGCAZsM=.png"/>
<br/>
This may be a relative path within the root folder.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/JUvWOxggsr1jdWyG37PRowxIBQo=.png"/></td>
<td>
Displays the root folder for all installations.
<br/>
<img src="../../../images/trees/SLODCq1oyTyRTp_45wwxJ8KaA9k=.png"/> <img src="../../../images/trees/GgbjK-yq4E38L6FLWgSCGDIDbMk=.png"/>
<br/>
In this case the installation will end up in the 'D:/sandbox/oomph' folder.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/CFQnYaz5SWFYqU9HbRhlDDtKPq8=.png"/></td>
<td>
Displays the workspace location rule that determines where workspaces are provisioned.
<br/>
<img src="../../../images/trees/QpAOam018_69U-ixHblBSLSelug=.png"/>
<br/>
In this case, the workspace will be located in a folder named 'ws' nested in the installation folder.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/VHNqLZSGOPVfcDa8ypCyD-uiwIk=.png"/></td>
<td>
Displays the Git location rule that determines where Git clones are provisioned.
<br/>
<img src="../../../images/trees/Ca1VUVpcqqBwWc0sZb3Cz-qSuDw=.png"/>
<br/>
In this case the clone is stored in the "git" subfolder of the installation folder with a name derived from the repository URI.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/lqeMXKkEMwWpA-eFaB0ClwL0UGY=.png"/></td>
<td>
Displays the target platform choice.
<br/>
<img src="../../../images/trees/5HWtOiDz9aUfSmbp92roYK9oNDw=.png"/>
<br/>
Project authors are encouraged to make use of this common variable so that multiple projects will materialize a cohesive target platform.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/8e5IrwgzVvR4OMsSnWfydvsCyWg=.png"/></td>
<td>
Displays the choice of Oomph's Git remote URI.
<br/>
<img src="../../../images/trees/H7cJ4njpdj9yES3e8MVU4uZvvPI=.png"/>
<br/>
There are typically several different URIs for accessing the same underlying repository
depending on whether one wants Gerrit access or direct Git access,
and whether ones wants to use SSH, HTTPS, or anonymous access.
In this case, Gerrit access via SSH is chosen.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/XtqwLFCebwJ1D2gyXkeCI9E-ptA=.png"/></td>
<td>
Displays the JRE 1.5 location.
<br/>
<img src="../../../images/trees/Mxq_81JQshh6-jI-EneaxdlC4qo=.png"/> <img src="../../../images/trees/GgbjK-yq4E38L6FLWgSCGDIDbMk=.png"/>
<br/>
Standard variables are defined for various levels of the JDK.
The value specified JRE should be compatible with the version specified in the label.
Generally a JDK is preferred over a JRE.
In this case, a Java 1.7 JDK is specified.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/r9XcxN1ix5YQS24vZc_dRgq6U18=.png"/></td>
<td>
Displays the Bugzilla/Hudson ID.
<br/>
<img src="../../../images/trees/zGNfGcap-v_d63X57F0cimiz9C4=.png"/>
<br/>
This is generally an email address.
If one doesn't have such a registered ID, 'anonymous' should be specified.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/5Tm3mcFfg_kubhXg7h6iTU2hJ8k=.png"/></td>
<td>
Displays the obscured Eclipse password.
<br/>
<img src="../../../images/trees/VKQY52NAUoicXMTjFMuOupLmB18=.png"/> <img src="../../../images/trees/KD6edj8ieVN60Ezz2NeSuhXfrro=.png"/>
<br/>
Authenticates that the password is valid with respect to the Bugzilla/Hudson ID and the Git/ID.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/Xf4Ep1VclhbwML0ziywr3bJ9xTY=.png"/></td>
<td>
Displays the Git/Gerrit user ID.
<br/>
<img src="../../../images/trees/F5uDPZiGfLRsm6c4lnP4qSyzFXw=.png"/>
<br/>
If one doesn't have such a registered ID, 'anonymous' should be specified.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/HwrL0FO6xc4s5SD8nmEMn2G1xPU=.png"/></td>
<td>
Determines whether all variables are displayed
or just the ones that are strictly required to proceed.
In this case, all variables are being shown.
</td>
</tr>
</table>
<p>
</p>
<p align="right">
<a href="DocProjectPage.html" title="Backward to Projects Page"><img src="../../../images/backward.png" border="0"></a>&nbsp;<a href="DocConfirmationPage.html" title="Forward to Confirmation Page"><img src="../../../images/forward.png" border="0"></a></p>
<!-- <div class="help_breadcrumbs breadcrumbs_bottom"><a href="../../Overview.html" title="Oomph Setup Documentation">Oomph Setup Documentation</a> > <a href="../index.html" title="Category in Oomph Setup Documentation">User Guide</a> > <a href="index.html" title="Category in Oomph Setup Documentation">Wizards and Wizard Pages</a></div> -->
<div class="copyright">Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.<br>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html</div>
</body>
</html>