<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,8 +5,8 @@
 Shade build file.
 
 ant setup Initialize Shade environment.
-ant build Run to compile the code.
-ant run Run to launch Shade (should be run after ant build...)
+ant compile Run to compile the code.
+ant run Run to launch Shade 
 ant webstart Deploy shade as a webstart.
 ant clean Removes products of the build process, etc.
 
@@ -32,14 +32,20 @@ Alex Schearer
     &lt;/target&gt;
 
     &lt;!-- Compile and archive Shade. --&gt;
-    &lt;target name=&quot;build&quot;&gt;
+    &lt;target name=&quot;jar&quot;&gt;
         &lt;antcall target=&quot;compile&quot; /&gt;
         &lt;antcall target=&quot;archive&quot; /&gt;
     &lt;/target&gt;
 
     &lt;!-- Run Shade. --&gt;
-    &lt;target name=&quot;run&quot; depends=&quot;setup,build&quot;&gt;
-        &lt;java jar=&quot;${target.dir}/shade.jar&quot; fork=&quot;true&quot; failonerror=&quot;true&quot;&gt;
+    &lt;target name=&quot;run&quot; depends=&quot;setup,compile&quot;&gt;
+        &lt;java fork=&quot;true&quot; classname=&quot;com.shade.Shade&quot;&gt;
+            &lt;classpath&gt;
+                &lt;pathelement path=&quot;${obj.dir}&quot; /&gt;
+                &lt;fileset dir=&quot;${lib.dir}&quot;&gt;
+                    &lt;include name=&quot;**/*.jar&quot; /&gt;
+                &lt;/fileset&gt;
+            &lt;/classpath&gt;
             &lt;jvmarg value=&quot;-Djava.library.path=lib/natives&quot; /&gt;
         &lt;/java&gt;
     &lt;/target&gt;
@@ -67,7 +73,7 @@ Alex Schearer
     &lt;/target&gt;
 
     &lt;!-- Create a webstart directory in order to deploy Shade. --&gt;
-    &lt;target name=&quot;webstart&quot; depends=&quot;build&quot;&gt;
+    &lt;target name=&quot;webstart&quot; depends=&quot;jar&quot;&gt;
         &lt;input message=&quot;Web server url:&quot; addproperty=&quot;codebase&quot; /&gt;
         &lt;delete dir=&quot;${webstart.dir}&quot; /&gt;
         &lt;mkdir dir=&quot;${webstart.dir}&quot; /&gt;</diff>
      <filename>build.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ec2f49a8095d43c44e15402d45d8be5b537f8548</id>
    </parent>
  </parents>
  <author>
    <name>Alex Schearer</name>
    <email>aschearer@gmail.com</email>
  </author>
  <url>http://github.com/aschearer/shade/commit/d9638b815bf45d812b3ef464a35f45eeeb80d183</url>
  <id>d9638b815bf45d812b3ef464a35f45eeeb80d183</id>
  <committed-date>2008-11-17T18:36:16-08:00</committed-date>
  <authored-date>2008-11-17T18:36:16-08:00</authored-date>
  <message>further improved build file.</message>
  <tree>d64942a642cd12be144aced99394f1273208eeb4</tree>
  <committer>
    <name>Alex Schearer</name>
    <email>aschearer@gmail.com</email>
  </committer>
</commit>
