<html>
<head>
<style><!--
body {background-color:#ffffff;}
.file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
.pathname {font-family:monospace; float:right;}
.fileheader {margin-bottom:.5em;}
.diff {margin:0;}
.tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
.tasklist ul {margin-top:0;margin-bottom:0;}
tr.alt {background-color:#eeeeee}
#added {background-color:#ddffdd;}
#addedchars {background-color:#99ff99;font-weight:bolder;}
tr.alt #added {background-color:#ccf7cc;}
#removed {background-color:#ffdddd;}
#removedchars {background-color:#ff9999;font-weight:bolder;}
tr.alt #removed {background-color:#f7cccc;}
#copied {background-color:#ccccff;}
tr.alt #copied {background-color:#bbbbf7;}
#info {color:#888888;}
#context {background-color:#eeeeee;}
td {padding-left:.3em;padding-right:.3em;}
tr.head {border-bottom-width:1px;border-bottom-style:solid;}
tr.head td {padding:0;padding-top:.2em;}
.task {background-color:#ffff00;}
.comment {white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd}
.error {color:red;}
hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="5">Commit in <b><tt>metaas/trunk/src/main/java</tt></b></td></tr>
<tr><td><tt><a href="#file1">overview.html</a></tt> </td><td></td><td align="right" id="added">+13</td><td align="right" id="removed">-4</td><td nowrap="nowrap" align="center">366 -> 367</td></tr>
</table>
<pre class="comment">
Explain new 'classpath' handling
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">metaas/trunk/src/main/java</span><br />
<div class="fileheader"><big><b>overview.html</b></big> <small id="info">366 -> 367</small></div>
<pre class="diff"><small id="info">--- trunk/src/main/java/overview.html        2007-01-24 22:52:16 UTC (rev 366)
+++ trunk/src/main/java/overview.html        2007-01-25 20:22:48 UTC (rev 367)
@@ -95,12 +95,21 @@
</small></pre><pre class="diff" id="context"> <code>Debug.trace('Hello world');</code>)</li>
</ol>
</pre><pre class="diff" id="removed">-<p><strong>Note</strong> that in the current release of metaas, this
-import handling doesn't extend to classes outside of the project. It
-will not work for the names of types that are part of Flash, and explicit
-imports must be built for these.</p>
</pre><pre class="diff" id="added">+<h3>Importing External Definitions</h3>
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="added">+<p>If you want to handle references to elements outside the project classes
+(being generated), you will need to add a reference to this exteral code into
+the project's 'classpath'. Classpath elements can be source folders or
+<code>.swc</code> files, and are added to the project using
+{@link uk.co.badgersinfoil.metaas.ActionScriptProject#addClasspathEntry(String)}.</p>
</pre><pre class="diff" id="context">
</pre><pre class="diff" id="added">+<p>For example, to allow the auto-import process to see the definitions of the
+standard Flash classes, add a reference to the standard library component
+provided with Flex 2 (using the proper path to the Flex installation on your
+system):</p>
+
+<pre class="eg">project.addClasspathEntry("/opt/flex_sdk_2/frameworks/libs/playerglobal.swc")</pre>
+
</pre><pre class="diff" id="context"> <a name="syntax_errors"></a><h2>Syntax Errors</h2>
<p>metaas tries to enforce ActionScript syntax rules. For instance, the
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -> email">CVSspam</a> 0.2.12</small></center>
</body></html>