summaryrefslogtreecommitdiff
path: root/src/manual/scala/tools/docutil/resources/index.html
blob: 452c1fcd854f3a7701a9ef58ae66f402178fda61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<?xml version="1.1" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xml:lang="en">

<head>
  <title>Scala Development Tools</title>
  <meta http-equiv="Content-Script-Type" content="text/javascript"/>
  <meta http-equiv="Content-Style-Type" content="text/css"/>
  <meta http-equiv="Content-Language" content="en"/>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  <meta name="Copyright" content="(C) 2002-2010 LAMP/EPFL"/>
  <meta name="Language" content="en"/>
  <meta name="Description" content="The Scala Programming Language"/>
  <meta name="Author" content="Stephane Micheloud"/>
  <link rel="stylesheet" type="text/css" media="all" href="./css/style.css"/>
</head>

<body>
<div style="float:left; width:20%;">
  <a href="http://scala-lang.org/">
  <img src="images/scala_logo.png" alt="Scala" width="80" height="55"/></a>
</div>
<div style="float:right; width:20%;">
  &nbsp; <!-- Documentation Contents -->
</div>
<div style="text-align:center; margin:1em;">
  <h2>Scala Tools and Utilities</h2>
</div>
<div style="clear:both;"/>

<div style="background-color:#eeeeee; margin:1.6em; padding:0.4em;">

<h3>General</h3>

<ul class="ContentList">
  <li>
    <a href="#general"><b class="SansSerif">General Information</b></a>
    <!--(file structure, classpath, how classes are found, changes)-->
    (classpath, how classes are found)
  </li>
</ul>

<h3>Standard Scala Tools and Utilities</h3>

<ul class="ContentList">
  <li>
    <a href="#basic"><b class="SansSerif">Basic Tools</b></a> (<code>sbaz</code>,
    <code>fsc</code>, <code>scala</code>, <code>scalac</code>, <code>scaladoc</code>,
    <code>scalap</code>)
  </li>
</ul>
</div>

<p style="font-size: 90%; margin-left: 2em; margin-right: 2em;">
  <b>NOTE</b> - Some tools have separate reference pages for Windows, Linux and Solaris
  to accommodate minor differences in configuration and usage -- for example, the character
  used to specify directory separators may be different.
</p>

<hr/>

<h2 id="general">
  General Information
</h2>
<p>
  The following documents contain important information you will need to
  know to get the most out of the SDK tools.
</p>


<table cellspacing="0" cellpadding="2">
<!--
<tr>
  <td>
    <b>JDK File Structure</B>
  </td>
  <td NOWRAP>
    [<A href="solaris/jdkfiles.html">Solaris</A>]
    [<A href="linux/jdkfiles.html">Linux</A>]
    [<A href="windows/jdkfiles.html">Windows</A>]
  </td>
</tr>
-->
<tr>
  <td>
    <b>Setting the Classpath</B>
  </td>
  <td>
    [<a class="external"
    href="http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/classpath.html">Solaris and Linux</a>]
    [<a class="external"
    href="http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/classpath.html">Windows</a>]
  </td>
</tr>

<tr>
  <td>
    <b>How Classes are Found</B>
  </td>
  <td>
    [<a class="external"
    href="http://java.sun.com/j2se/1.5.0/docs/tooldocs/findingclasses.html">Solaris, Linux and Windows</a>]
  </td>
</tr>
</table>

<hr>
<h2 id="basic">
  Basic Tools
</h2>

<p>
  These tools are the foundation of the Scala SDK. They are the tools you
  use to create and build applications.
</p>

<table cellspacing="0" cellpadding="2" style="width:100%;">
  <tr>
    <th>Tool Name</th>
    <th>Brief Description</th>
    <th>Links to Reference Pages</th>
  </tr>
  <tr>
    <td width="13%" valign="top">
      <span class="tool">fsc</span>
    </td>
    <td width="70%" valign="top">
      The fast Scala compiler.
    </td>
    <td width="17%" valign="top">
      [<a href="fsc.html">Solaris, Linux and Windows</a>]
    </td>
  </tr>
  <tr>
    <td width="13%" valign="top">
      <span class="tool">sbaz</span>
    </td>
    <td width="70%" valign="top">
      The Scala sharing tool.
    </td>
    <td width="17%" valign="top">
      [<a href="sbaz.html">Solaris, Linux and Windows</a>]
    </td>
  </tr>
  <tr>
    <td width="13%" valign="top">
      <span class="tool">scala</span>
    </td>
    <td width="70%" valign="top">
      Run Scala code.
    </td>
    <td width="17%" valign="top">
      [<a href="scala.html">Solaris, Linux and Windows</a>]
    </td>
  </tr>
  <tr>
    <td width="13%" valign="top">
      <span class="tool">scalac</span>
    </td>
    <td width="70%" valign="top">
      Compile Scala code ahead of time.
    </td>
    <td width="17%" valign="top">
      [<a href="scalac.html">Solaris, Linux and Windows</a>]
    </td>
  </tr>
  <tr>
    <td width="13%" valign="top">
      <span class="tool">scaladoc</span>
    </td>
    <td width="70%" valign="top">
      The API document generator.
    </td>
    <td width="17%" valign="top">
      [<a href="scaladoc.html">Solaris, Linux and Windows</a>]
    </td>
  </tr>
  <tr>
    <td width="13%" valign="top">
      <span class="tool">scalap</span>
    </td>
    <td width="70%" valign="top">
      The Scala class file decoder.
    </td>
    <td width="17%" valign="top">
      [<a href="scalap.html">Solaris, Linux and Windows</a>]
    </td>
  </tr>
</table>

  <hr/>

  <div style="font-size:x-small;">
    Copyright (c) 2002-2010 <a href="http://www.epfl.ch/">EPFL</a>,
    Lausanne, unless specified otherwise.<br/>
    All rights reserved.
  </div>

</body>
</html>