<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 -&gt; 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 -&gt; 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">   &lt;code&gt;Debug.trace('Hello world');&lt;/code&gt;)&lt;/li&gt;
 &lt;/ol&gt;
 
</pre><pre class="diff" id="removed">-&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt; 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.&lt;/p&gt;
</pre><pre class="diff" id="added">+&lt;h3&gt;Importing External Definitions&lt;/h3&gt;
</pre><pre class="diff" id="context"> 
</pre><pre class="diff" id="added">+&lt;p&gt;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
+&lt;code&gt;.swc&lt;/code&gt; files, and are added to the project using
+{@link uk.co.badgersinfoil.metaas.ActionScriptProject#addClasspathEntry(String)}.&lt;/p&gt;
</pre><pre class="diff" id="context"> 
</pre><pre class="diff" id="added">+&lt;p&gt;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):&lt;/p&gt;
+
+&lt;pre class="eg"&gt;project.addClasspathEntry("/opt/flex_sdk_2/frameworks/libs/playerglobal.swc")&lt;/pre&gt;
+
</pre><pre class="diff" id="context"> &lt;a name="syntax_errors"&gt;&lt;/a&gt;&lt;h2&gt;Syntax Errors&lt;/h2&gt;
 
 &lt;p&gt;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 -&gt; email">CVSspam</a> 0.2.12</small></center>
</body></html>